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 9cb267ea1c Bump dompurify in /themes/common-theme/webapp/common-theme/js (#877) 9cb267ea1c is described below commit 9cb267ea1c1ec5ed35dec1213d9f850cfd81402a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jan 30 16:39:06 2025 +0100 Bump dompurify in /themes/common-theme/webapp/common-theme/js (#877) Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.2.3...3.2.4) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- themes/common-theme/webapp/common-theme/js/package-lock.json | 9 +++++---- themes/common-theme/webapp/common-theme/js/package.json | 2 +- 2 files changed, 6 insertions(+), 5 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 63d737fdb9..b4f56f6593 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.2.3", + "dompurify": "^3.2.4", "featherlight": "^1.7.14", "flot": "^4.2.6", "inputmask": "^5.0.9", @@ -36,9 +36,10 @@ "optional": true }, "node_modules/dompurify": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.3.tgz", - "integrity": "sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.4.tgz", + "integrity": "sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==", + "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json index a38c858eae..013977f253 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.2.3", + "dompurify": "^3.2.4", "featherlight": "^1.7.14", "flot": "^4.2.6", "inputmask": "^5.0.9",