diff --git a/client/package-lock.json b/client/package-lock.json index 59e2ae5d9..933dfdf44 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "redash-client", - "version": "26.04.0-dev", + "version": "26.05.0-dev", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "redash-client", - "version": "26.04.0-dev", + "version": "26.05.0-dev", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -41,7 +41,7 @@ "hoist-non-react-statics": "^3.3.0", "immutable": "4.0.0-rc.9", "immutable-class": "0.9.8", - "js-cookie": "^2.2.1", + "js-cookie": "^3.0.7", "js-yaml": "4.1.0", "json-bigint": "^1.0.0", "lodash": "^4.18.0", @@ -24852,10 +24852,13 @@ } }, "node_modules/js-cookie": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.1.tgz", - "integrity": "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==", - "license": "MIT" + "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": ">=20" + } }, "node_modules/js-tokens": { "version": "4.0.0", diff --git a/client/package.json b/client/package.json index 821cc51f7..b9f49ef4e 100644 --- a/client/package.json +++ b/client/package.json @@ -96,7 +96,7 @@ "hoist-non-react-statics": "^3.3.0", "immutable": "4.0.0-rc.9", "immutable-class": "0.9.8", - "js-cookie": "^2.2.1", + "js-cookie": "^3.0.7", "js-yaml": "4.1.0", "json-bigint": "^1.0.0", "lodash": "^4.18.0",