diff --git a/Gemfile.lock b/Gemfile.lock index d2860bec5..4cf0e8a39 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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 diff --git a/bun.lockb b/bun.lockb index a05601c8d..ae74249dd 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/e2e/snapshots.js b/e2e/snapshots.js index 0a3e7387c..6a45bd52b 100644 --- a/e2e/snapshots.js +++ b/e2e/snapshots.js @@ -313,5 +313,5 @@ module.exports = { "6": "Displaying items 981-1000 of 1000 in total" } }, - "__version": "13.11.0" + "__version": "13.12.0" } diff --git a/package.json b/package.json index 3b0eecaa4..32115d01b 100644 --- a/package.json +++ b/package.json @@ -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"] }