Skip to content

Commit

Permalink
Update gems and javascript packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Nov 29, 2024
1 parent 644c9a8 commit d62312a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -237,23 +237,23 @@ GEM
rdoc (6.8.1)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.11)
reline (0.5.12)
io-console (~> 0.5)
rematch (3.1.0)
rerun (0.14.0)
listen (~> 3.0)
rouge (4.5.1)
rubocop (1.68.0)
rubocop (1.69.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
Expand Down Expand Up @@ -299,7 +299,9 @@ GEM
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
useragent (0.16.10)
websocket-driver (0.7.6)
Expand Down Expand Up @@ -351,4 +353,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.5.11
2.5.3
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"type": "module",
"devDependencies": {
"@cypress/snapshot": "^2.1.7",
"@types/node": "22.10.0",
"@types/node": "22.10.1",
"cypress": "13.16.0",
"cypress-html-validate": "6.1.0",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-promise": "7.2.0",
"html-validate": "8.25.1",
"eslint-plugin-promise": "7.2.1",
"html-validate": "8.26.0",
"start-server-and-test": "2.0.8",
"@eslint/js": "9.15.0",
"@types/eslint__js": "^8.42.3",
Expand Down

0 comments on commit d62312a

Please sign in to comment.