diff --git a/Gemfile.lock b/Gemfile.lock index 8ac2ad24a..78fa8a6a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -277,7 +277,7 @@ GEM sqlite3 (1.4.4) stringio (3.1.1) strscan (3.1.0) - thor (1.3.1) + thor (1.3.2) tilt (2.4.0) timeout (0.4.1) tzinfo (2.0.6) diff --git a/bun.lockb b/bun.lockb index db46034f7..a2c1cc363 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/e2e/snapshots.js b/e2e/snapshots.js index 9829dcddd..bbd73682c 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.13.3", + "__version": "13.14.1", "[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 08a95a3d0..1e6bead56 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "type": "module", "devDependencies": { "@cypress/snapshot": "^2.1.7", - "@types/node": "22.5.0", - "cypress": "13.13.3", + "@types/node": "22.5.1", + "cypress": "13.14.1", "cypress-html-validate": "6.1.0", "eslint-plugin-cypress": "3.5.0", "eslint-plugin-promise": "7.1.0", @@ -18,7 +18,7 @@ "eslint-plugin-align-assignments": "^1.1.2", "retypeapp-linux-x64": "3.5.0", "typescript": "5.5.4", - "typescript-eslint": "8.2.0" + "typescript-eslint": "8.3.0" }, "workspaces": ["e2e"] }