diff --git a/client/package.json b/client/package.json index 250afc9990fd..7d54b3f892ff 100644 --- a/client/package.json +++ b/client/package.json @@ -76,7 +76,7 @@ "i18next-browser-languagedetector": "^8.0.3", "input-otp": "^1.4.2", "jotai": "^2.12.5", - "js-cookie": "^3.0.5", + "js-cookie": "^3.0.7", "librechat-data-provider": "*", "lodash": "^4.17.23", "lucide-react": "^0.394.0", diff --git a/package-lock.json b/package-lock.json index 09c5219afbbb..12a7890a0b68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -427,7 +427,7 @@ "i18next-browser-languagedetector": "^8.0.3", "input-otp": "^1.4.2", "jotai": "^2.12.5", - "js-cookie": "^3.0.5", + "js-cookie": "^3.0.7", "librechat-data-provider": "*", "lodash": "^4.17.23", "lucide-react": "^0.394.0", @@ -31353,11 +31353,12 @@ } }, "node_modules/js-cookie": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", - "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.7.tgz", + "integrity": "sha512-z/wZZgDrkNV1eA0ULjM/F9/50Ya8fbzgKneSpoPsXSGd0KnpdtHfOZWK+GcwLk+EZbS4F9RBhU+K2RgzuDaItw==", + "license": "MIT", "engines": { - "node": ">=14" + "node": ">=20" } }, "node_modules/js-tiktoken": {