diff --git a/package-lock.json b/package-lock.json index 23fe3f5a3..854e93a54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "github-api": "^3.4.0", "jquery-deparam": "^0.5.2", "jquery-serializejson": "^2.6.2", - "js-cookie": "^2.1.0", + "js-cookie": "^3.0.7", "js-yaml": "^4.1.1", "lodash": "^4.18.1", "notie": "github:timwis/notie#string-types", @@ -3425,9 +3425,13 @@ "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==" }, "node_modules/js-cookie": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.0.tgz", - "integrity": "sha1-Gywnmm7s44ChIWi5JIUmWzWx7/s=" + "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": "3.0.2", diff --git a/package.json b/package.json index bbc0c02f4..fe27bccd0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "github-api": "^3.4.0", "jquery-deparam": "^0.5.2", "jquery-serializejson": "^2.6.2", - "js-cookie": "^2.1.0", + "js-cookie": "^3.0.7", "js-yaml": "^4.1.1", "lodash": "^4.18.1", "notie": "github:timwis/notie#string-types",