diff --git a/Gemfile.lock b/Gemfile.lock index baa498cdc..cd9122f65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,10 +109,10 @@ GEM http-cookie (1.0.7) domain_name (~> 0.5) http-form_data (2.3.0) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.7.2) - irb (1.14.0) + irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) @@ -158,7 +158,7 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - oj (3.16.5) + oj (3.16.6) bigdecimal (>= 3.0) ostruct (>= 0.2) ostruct (0.6.0) @@ -169,7 +169,7 @@ GEM psych (5.1.2) stringio public_suffix (6.0.1) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) racc (1.8.1) rack (3.1.7) @@ -225,7 +225,7 @@ GEM rematch (3.1.0) rerun (0.14.0) listen (~> 3.0) - rouge (4.3.0) + rouge (4.4.0) rubocop (1.66.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -243,7 +243,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) rubocop-packaging (0.5.2) rubocop (>= 1.33, < 2.0) - rubocop-performance (1.21.1) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) @@ -278,9 +278,9 @@ GEM timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) useragent (0.16.10) - webrick (1.8.1) + webrick (1.8.2) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) diff --git a/bun.lockb b/bun.lockb index b7d028981..134ca7b03 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/e2e/snapshots.js b/e2e/snapshots.js index 74fc38cd9..575c2b253 100644 --- a/e2e/snapshots.js +++ b/e2e/snapshots.js @@ -283,7 +283,7 @@ module.exports = { "6": "Displaying items 981-1000 of 1000 in total" } }, - "__version": "13.14.2", + "__version": "13.15.0", "[repro] Test helpers": { "[repro] Test #nav": { "1": "
@records: 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20
", diff --git a/package.json b/package.json index d086dffa5..a230c1904 100644 --- a/package.json +++ b/package.json @@ -5,20 +5,20 @@ "type": "module", "devDependencies": { "@cypress/snapshot": "^2.1.7", - "@types/node": "22.5.4", - "cypress": "13.14.2", + "@types/node": "22.7.4", + "cypress": "13.15.0", "cypress-html-validate": "6.1.0", "eslint-plugin-cypress": "3.5.0", "eslint-plugin-promise": "7.1.0", - "html-validate": "8.22.0", - "start-server-and-test": "2.0.6", - "@eslint/js": "9.10.0", + "html-validate": "8.24.0", + "start-server-and-test": "2.0.8", + "@eslint/js": "9.11.1", "@types/eslint__js": "^8.42.3", - "eslint": "9.10.0", + "eslint": "9.11.1", "eslint-plugin-align-assignments": "^1.1.2", - "retypeapp-linux-x64": "3.5.0", - "typescript": "5.5.4", - "typescript-eslint": "8.4.0" + "retypeapp-linux-x64": "3.6.0", + "typescript": "5.6.2", + "typescript-eslint": "8.7.0" }, "workspaces": ["e2e"] }