From 14d25a759cbb7864a89125faf56359898f442906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 01:03:49 +0000 Subject: [PATCH] Bump js-cookie from 2.2.0 to 3.0.7 Bumps [js-cookie](https://github.com/js-cookie/js-cookie) from 2.2.0 to 3.0.7. - [Release notes](https://github.com/js-cookie/js-cookie/releases) - [Commits](https://github.com/js-cookie/js-cookie/compare/v2.2.0...v3.0.7) --- updated-dependencies: - dependency-name: js-cookie dependency-version: 3.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) 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",