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 8e70eebe03 Bump js-cookie in
/themes/common-theme/webapp/common-theme/js
8e70eebe03 is described below
commit 8e70eebe03c0019c87f90cfbfff17acdda247e27
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 23:23:35 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.5 to
3.0.7.
- [Release notes](https://github.com/js-cookie/js-cookie/releases)
- [Commits](https://github.com/js-cookie/js-cookie/compare/v3.0.5...v3.0.7)
---
updated-dependencies:
- dependency-name: js-cookie
dependency-version: 3.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
themes/common-theme/webapp/common-theme/js/package-lock.json | 10 +++++-----
themes/common-theme/webapp/common-theme/js/package.json | 2 +-
2 files changed, 6 insertions(+), 6 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 41b5aecf51..683676923d 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.5",
+ "js-cookie": "^3.0.7",
"jstree": "^3.3.17",
"moment-timezone": "^0.6.2",
"moment-with-locales-es6": "^1.0.1",
@@ -142,12 +142,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/jstree": {
diff --git a/themes/common-theme/webapp/common-theme/js/package.json
b/themes/common-theme/webapp/common-theme/js/package.json
index 5b82e681ab..34c153eb8b 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.5",
+ "js-cookie": "^3.0.7",
"jstree": "^3.3.17",
"moment-timezone": "^0.6.2",
"moment-with-locales-es6": "^1.0.1",