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 07611d6ed2 Bump dompurify in /themes/common-theme/webapp/common-theme/js (#791) 07611d6ed2 is described below commit 07611d6ed28604d3904b5f0a75360ddf9688aedd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Apr 30 16:17:54 2024 +0200 Bump dompurify in /themes/common-theme/webapp/common-theme/js (#791) Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.1...3.1.2) --- 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 | 8 ++++---- themes/common-theme/webapp/common-theme/js/package.json | 2 +- 2 files changed, 5 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 7be482c0d9..114d81b8b0 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.1.1", + "dompurify": "^3.1.2", "featherlight": "^1.7.14", "flot": "^4.2.6", "inputmask": "^5.0.8", @@ -30,9 +30,9 @@ } }, "node_modules/dompurify": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.1.tgz", - "integrity": "sha512-tVP8C/GJwnABOn/7cx/ymx/hXpmBfWIPihC1aOEvS8GbMqy3pgeYtJk1HXN3CO7tu+8bpY18f6isjR5Cymj0TQ==" + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.2.tgz", + "integrity": "sha512-hLGGBI1tw5N8qTELr3blKjAML/LY4ANxksbS612UiJyDfyf/2D092Pvm+S7pmeTGJRqvlJkFzBoHBQKgQlOQVg==" }, "node_modules/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 b9444084d6..3c3ca11fc8 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.1.1", + "dompurify": "^3.1.2", "featherlight": "^1.7.14", "flot": "^4.2.6", "inputmask": "^5.0.8",