This is an automated email from the ASF dual-hosted git repository.
jleroux 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 708607d9cf Bump dompurify in
/themes/common-theme/webapp/common-theme/js (#683)
708607d9cf is described below
commit 708607d9cf3e99dc7558e2d24187fcb3eeebf0c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 8 16:34:56 2024 +0100
Bump dompurify in /themes/common-theme/webapp/common-theme/js (#683)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.0.7...3.0.8)
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.../common-theme/webapp/common-theme/js/package-lock.json | 14 +++++++-------
themes/common-theme/webapp/common-theme/js/package.json | 2 +-
2 files changed, 8 insertions(+), 8 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 c6e9e70461..6f0adab740 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -8,7 +8,7 @@
"license": "Apache-2.0",
"dependencies": {
"@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",
- "dompurify": "^3.0.7",
+ "dompurify": "^3.0.8",
"featherlight": "^1.7.14",
"flot": "^4.2.6",
"inputmask": "^5.0.8",
@@ -30,9 +30,9 @@
}
},
"node_modules/dompurify": {
- "version": "3.0.7",
- "resolved":
"https://registry.npmjs.org/dompurify/-/dompurify-3.0.7.tgz",
- "integrity":
"sha512-BViYTZoqP3ak/ULKOc101y+CtHDUvBsVgSxIF1ku0HmK6BRf+C03MC+tArMvOPtVtZp83DDh5puywKDu4sbVjQ=="
+ "version": "3.0.8",
+ "resolved":
"https://registry.npmjs.org/dompurify/-/dompurify-3.0.8.tgz",
+ "integrity":
"sha512-b7uwreMYL2eZhrSCRC4ahLTeZcPZxSmYfmcQGXGkXiZSNW1X85v+SDM5KsWcpivIiUBH47Ji7NtyUdpLeF5JZQ=="
},
"node_modules/featherlight": {
"version": "1.7.14",
@@ -113,9 +113,9 @@
"integrity":
"sha512-P2rOR4MWcBMTbkaA0AE77COj8BTBIeNp9trtUKbvWFAoBoWHpwGhN8WIEjST7h/1nVQH+4CSpa4i9XoXZYvWXg=="
},
"dompurify": {
- "version": "3.0.7",
- "resolved":
"https://registry.npmjs.org/dompurify/-/dompurify-3.0.7.tgz",
- "integrity":
"sha512-BViYTZoqP3ak/ULKOc101y+CtHDUvBsVgSxIF1ku0HmK6BRf+C03MC+tArMvOPtVtZp83DDh5puywKDu4sbVjQ=="
+ "version": "3.0.8",
+ "resolved":
"https://registry.npmjs.org/dompurify/-/dompurify-3.0.8.tgz",
+ "integrity":
"sha512-b7uwreMYL2eZhrSCRC4ahLTeZcPZxSmYfmcQGXGkXiZSNW1X85v+SDM5KsWcpivIiUBH47Ji7NtyUdpLeF5JZQ=="
},
"featherlight": {
"version": "1.7.14",
diff --git a/themes/common-theme/webapp/common-theme/js/package.json
b/themes/common-theme/webapp/common-theme/js/package.json
index 02e52d62c8..fb16a50cca 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -5,7 +5,7 @@
"license": "Apache-2.0",
"dependencies": {
"@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",
- "dompurify": "^3.0.7",
+ "dompurify": "^3.0.8",
"featherlight": "^1.7.14",
"flot": "^4.2.6",
"inputmask": "^5.0.8",