This is an automated email from the ASF dual-hosted git repository.
jacopoc pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 88ae69853e Bump js-cookie in
/themes/common-theme/webapp/common-theme/js
88ae69853e is described below
commit 88ae69853ec2b5c0af983957df240bbbf2ac79d5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 29 16:36:20 2026 +0000
Bump js-cookie in /themes/common-theme/webapp/common-theme/js
Bumps [js-cookie](https://github.com/js-cookie/js-cookie) from 3.0.7 to
3.0.8.
- [Release notes](https://github.com/js-cookie/js-cookie/releases)
- [Commits](https://github.com/js-cookie/js-cookie/compare/v3.0.7...v3.0.8)
---
updated-dependencies:
- dependency-name: js-cookie
dependency-version: 3.0.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.../common-theme/webapp/common-theme/js/package-lock.json | 13 +++++--------
themes/common-theme/webapp/common-theme/js/package.json | 2 +-
2 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/themes/common-theme/webapp/common-theme/js/package-lock.json
b/themes/common-theme/webapp/common-theme/js/package-lock.json
index 34eff02281..412079ffac 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -20,7 +20,7 @@
"jquery-ui-dist": "^1.13.3",
"jquery-validation": "^1.22.1",
"jquery.browser": "^0.1.0",
- "js-cookie": "^3.0.7",
+ "js-cookie": "^3.0.8",
"jstree": "^3.3.17",
"moment-timezone": "^0.6.2",
"moment-with-locales-es6": "^1.0.1",
@@ -142,13 +142,10 @@
}
},
"node_modules/js-cookie": {
- "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"
- }
+ "version": "3.0.8",
+ "resolved":
"https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.8.tgz",
+ "integrity":
"sha512-yeJd4aNAdYZQjaon2bpD/Gb0B/omw7HQOsynXXcOiWVCacbBcPlgn8S/d1X6blFSaHao7ozqtW7NZW19xpCtIw==",
+ "license": "MIT"
},
"node_modules/jstree": {
"version": "3.3.17",
diff --git a/themes/common-theme/webapp/common-theme/js/package.json
b/themes/common-theme/webapp/common-theme/js/package.json
index 4e775c9cab..79add5b15b 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -17,7 +17,7 @@
"jquery-ui-dist": "^1.13.3",
"jquery-validation": "^1.22.1",
"jquery.browser": "^0.1.0",
- "js-cookie": "^3.0.7",
+ "js-cookie": "^3.0.8",
"jstree": "^3.3.17",
"moment-timezone": "^0.6.2",
"moment-with-locales-es6": "^1.0.1",