Skip to content

Commit

Permalink
Update gems and node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Jun 18, 2024
1 parent 8d568a0 commit 78cb759
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GEM
docile (1.4.0)
domain_name (0.6.20240107)
drb (2.2.1)
erubi (1.12.0)
erubi (1.13.0)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi-compiler (1.3.2)
Expand All @@ -114,7 +114,7 @@ GEM
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.13.1)
irb (1.13.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
Expand Down Expand Up @@ -145,7 +145,7 @@ GEM
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
net-imap (0.4.12)
net-imap (0.4.13)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -155,23 +155,23 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.5-x86_64-darwin)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
oj (3.16.4)
bigdecimal (>= 3.0)
parallel (1.25.1)
parser (3.3.2.0)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
stringio
public_suffix (5.0.5)
public_suffix (5.1.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (3.1.0)
rack (3.1.3)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand Down Expand Up @@ -219,14 +219,14 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.8)
reline (0.5.9)
io-console (~> 0.5)
rematch (2.1.0)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.3.0)
strscan
rouge (4.2.1)
rouge (4.3.0)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -245,7 +245,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
rubocop-performance (1.21.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
Expand All @@ -271,7 +271,7 @@ GEM
sinatra (= 4.0.0)
tilt (~> 2.0)
sqlite3 (1.4.4)
stringio (3.1.0)
stringio (3.1.1)
strscan (3.1.0)
thor (1.3.1)
tilt (2.3.0)
Expand All @@ -283,7 +283,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.15)
zeitwerk (2.6.16)

PLATFORMS
x86_64-darwin-21
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion e2e/snapshots.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"type": "module",
"devDependencies": {
"@cypress/snapshot": "^2.1.7",
"@types/node": "20.14.2",
"cypress": "13.11.0",
"@types/node": "20.14.5",
"cypress": "13.12.0",
"cypress-html-validate": "6.1.0",
"eslint-plugin-cypress": "3.3.0",
"eslint-plugin-promise": "6.2.0",
"html-validate": "8.20.0",
"html-validate": "8.20.1",
"start-server-and-test": "2.0.4",
"@eslint/js": "^9.4.0",
"@eslint/js": "9.5.0",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.4.0",
"eslint": "9.5.0",
"eslint-plugin-align-assignments": "^1.1.2",
"retypeapp-linux-x64": "3.5.0",
"typescript": "5.4.5",
"typescript-eslint": "^7.12.0"
"typescript-eslint": "7.13.1"
},
"workspaces": ["e2e"]
}

0 comments on commit 78cb759

Please sign in to comment.