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 1149d6c581 Bump dompurify in /themes/common-theme/webapp/common-theme/js (#539) 1149d6c581 is described below commit 1149d6c5812d619eca8fef91c3b3faae90e5f1e8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Aug 25 17:06:03 2022 +0200 Bump dompurify in /themes/common-theme/webapp/common-theme/js (#539) Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.11 to 2.4.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.11...2.4.0) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Signed-off-by: dependabot[bot] <supp...@github.com> 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 1c71f9e0bf..288609f7e8 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": "^2.3.11", + "dompurify": "^2.4.0", "flot": "^4.2.3", "jquery": "^3.6.0", "jquery-migrate": "^3.4.0", @@ -28,9 +28,9 @@ } }, "node_modules/dompurify": { - "version": "2.3.11", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.11.tgz", - "integrity": "sha512-q4c/TZfHWTPGgNBaMimQ1+bEfgo2d1G5wEnolfF3+IX2WoVw/QzOwqTyu+ylTLZDGzmsTQUnZ1gKpAGedceXMA==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.0.tgz", + "integrity": "sha512-Be9tbQMZds4a3C6xTmz68NlMfeONA//4dOavl/1rNw50E+/QO0KVpbcU0PcaW0nsQxurXls9ZocqFxk8R2mWEA==" }, "node_modules/flot": { "version": "4.2.3", @@ -101,9 +101,9 @@ "integrity": "sha512-P2rOR4MWcBMTbkaA0AE77COj8BTBIeNp9trtUKbvWFAoBoWHpwGhN8WIEjST7h/1nVQH+4CSpa4i9XoXZYvWXg==" }, "dompurify": { - "version": "2.3.11", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.11.tgz", - "integrity": "sha512-q4c/TZfHWTPGgNBaMimQ1+bEfgo2d1G5wEnolfF3+IX2WoVw/QzOwqTyu+ylTLZDGzmsTQUnZ1gKpAGedceXMA==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.0.tgz", + "integrity": "sha512-Be9tbQMZds4a3C6xTmz68NlMfeONA//4dOavl/1rNw50E+/QO0KVpbcU0PcaW0nsQxurXls9ZocqFxk8R2mWEA==" }, "flot": { "version": "4.2.3", diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json index af7d0aaa71..b5e91d4287 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -8,7 +8,7 @@ "jquery-migrate": "^3.4.0", "jquery-validation": "^1.19.5", "jquery.browser": "^0.1.0", - "dompurify": "^2.3.11", + "dompurify": "^2.4.0", "jquery-ui-dist": "^1.13.2", "trumbowyg": "^2.25.2", "flot": "^4.2.3",