chore(deps): update next, openpgp, bcrypt, cypress & eslint (#2336)

* chore(deps): update next, openpgp, bcrypt, cypress & eslint

next: ^14.2.25 → ^14.2.35 (fixes DoS, SSRF, cache key confusion)
openpgp: 5.11.2 → 6.3.0 (v5 EOL, v6 has active security support)
bcrypt: 5.1.0 → 6.0.0 (eliminates vulnerable tar dependency chain)
@types/bcrypt: 5.0.0 → 6.0.0 (matches bcrypt major version)
cypress: 14.1.0 → 14.5.4 (fixes form-data vulnerability)
eslint: 8.35.0 → 8.57.1 (latest supported 8.x release)

No changes in code requireed as all APIs remain compatible

* chore(deps): remove unused @formatjs/swc-plugin-experimental
This commit is contained in:
fallenbagel
2026-01-26 20:13:03 +05:00
committed by GitHub
parent f8f90cb903
commit e1d3f29383
2 changed files with 342 additions and 376 deletions

View File

@@ -37,7 +37,6 @@
"@formatjs/intl-locale": "3.1.1", "@formatjs/intl-locale": "3.1.1",
"@formatjs/intl-pluralrules": "5.4.6", "@formatjs/intl-pluralrules": "5.4.6",
"@formatjs/intl-utils": "3.8.4", "@formatjs/intl-utils": "3.8.4",
"@formatjs/swc-plugin-experimental": "^0.4.0",
"@headlessui/react": "1.7.12", "@headlessui/react": "1.7.12",
"@heroicons/react": "2.2.0", "@heroicons/react": "2.2.0",
"@seerr-team/react-tailwindcss-datepicker": "^1.3.4", "@seerr-team/react-tailwindcss-datepicker": "^1.3.4",
@@ -49,7 +48,7 @@
"ace-builds": "1.43.4", "ace-builds": "1.43.4",
"axios": "1.13.2", "axios": "1.13.2",
"axios-rate-limit": "1.4.0", "axios-rate-limit": "1.4.0",
"bcrypt": "5.1.0", "bcrypt": "6.0.0",
"bowser": "2.13.1", "bowser": "2.13.1",
"connect-typeorm": "1.1.4", "connect-typeorm": "1.1.4",
"cookie-parser": "1.4.7", "cookie-parser": "1.4.7",
@@ -70,12 +69,12 @@
"https-proxy-agent": "^7.0.6", "https-proxy-agent": "^7.0.6",
"lodash": "4.17.21", "lodash": "4.17.21",
"mime": "3", "mime": "3",
"next": "^14.2.25", "next": "^14.2.35",
"node-cache": "5.1.2", "node-cache": "5.1.2",
"node-gyp": "9.3.1", "node-gyp": "9.3.1",
"node-schedule": "2.1.1", "node-schedule": "2.1.1",
"nodemailer": "6.10.0", "nodemailer": "6.10.0",
"openpgp": "5.11.2", "openpgp": "6.3.0",
"pg": "8.16.3", "pg": "8.16.3",
"plex-api": "5.3.2", "plex-api": "5.3.2",
"pug": "3.0.3", "pug": "3.0.3",
@@ -121,7 +120,7 @@
"@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.10", "@tailwindcss/forms": "0.5.10",
"@tailwindcss/typography": "0.5.16", "@tailwindcss/typography": "0.5.16",
"@types/bcrypt": "5.0.0", "@types/bcrypt": "6.0.0",
"@types/cookie-parser": "1.4.10", "@types/cookie-parser": "1.4.10",
"@types/country-flag-icons": "1.2.2", "@types/country-flag-icons": "1.2.2",
"@types/csurf": "1.11.5", "@types/csurf": "1.11.5",
@@ -151,9 +150,9 @@
"commitizen": "4.3.1", "commitizen": "4.3.1",
"copyfiles": "2.4.1", "copyfiles": "2.4.1",
"cy-mobile-commands": "0.3.0", "cy-mobile-commands": "0.3.0",
"cypress": "14.1.0", "cypress": "14.5.4",
"cz-conventional-changelog": "3.3.0", "cz-conventional-changelog": "3.3.0",
"eslint": "8.35.0", "eslint": "8.57.1",
"eslint-config-next": "^14.2.4", "eslint-config-next": "^14.2.4",
"eslint-config-prettier": "8.6.0", "eslint-config-prettier": "8.6.0",
"eslint-plugin-formatjs": "4.9.0", "eslint-plugin-formatjs": "4.9.0",

705
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff