This is an automated email from the ASF dual-hosted git repository. mbrohl 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 d52ded8f54 Improved: Regular expression denial of service in jquery-validation (OFBIZ-12634) d52ded8f54 is described below commit d52ded8f54f924c288cc8d12703027cf9f082035 Author: Michael Brohl <mbr...@apache.org> AuthorDate: Tue Jun 7 22:32:49 2022 +0200 Improved: Regular expression denial of service in jquery-validation (OFBIZ-12634) --- .../webapp/common-theme/js/package-lock.json | 28 +++++++++++----------- .../webapp/common-theme/js/package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 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 ceca41e8b9..de0ba5ba46 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -8,12 +8,12 @@ "license": "Apache-2.0", "dependencies": { "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3", - "dompurify": "^2.3.6", + "dompurify": "^2.3.8", "flot": "^4.2.2", "jquery": "^3.6.0", "jquery-migrate": "^3.4.0", "jquery-ui-dist": "^1.13.1", - "jquery-validation": "^1.19.3", + "jquery-validation": "^1.19.4", "jquery.browser": "^0.1.0", "trumbowyg": "^2.25.1", "uglify-js": "latest" @@ -28,9 +28,9 @@ } }, "node_modules/dompurify": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.6.tgz", - "integrity": "sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg==" + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.8.tgz", + "integrity": "sha512-eVhaWoVibIzqdGYjwsBWodIQIaXFSB+cKDf4cfxLMsK0xiud6SE+/WCVx/Xw/UwQsa4cS3T2eITcdtmTg2UKcw==" }, "node_modules/flot": { "version": "4.2.2", @@ -59,9 +59,9 @@ } }, "node_modules/jquery-validation": { - "version": "1.19.3", - "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.3.tgz", - "integrity": "sha512-iXxCS5W7STthSTMFX/NDZfWHBLbJ1behVK3eAgHXAV8/0vRa9M4tiqHvJMr39VGWHMGdlkhrtrkBuaL2UlE8yw==", + "version": "1.19.4", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.4.tgz", + "integrity": "sha512-PcwKcATCR+JL77m9kkWd84NAHAunJP9iasF6IbMxUgl73xDAimxjt5oYFmYHDXBmTZM4rpkXxMNR/jGI5TlSjA==", "peerDependencies": { "jquery": "^1.7 || ^2.0 || ^3.1" } @@ -101,9 +101,9 @@ "integrity": "sha512-P2rOR4MWcBMTbkaA0AE77COj8BTBIeNp9trtUKbvWFAoBoWHpwGhN8WIEjST7h/1nVQH+4CSpa4i9XoXZYvWXg==" }, "dompurify": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.6.tgz", - "integrity": "sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg==" + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.8.tgz", + "integrity": "sha512-eVhaWoVibIzqdGYjwsBWodIQIaXFSB+cKDf4cfxLMsK0xiud6SE+/WCVx/Xw/UwQsa4cS3T2eITcdtmTg2UKcw==" }, "flot": { "version": "4.2.2", @@ -130,9 +130,9 @@ } }, "jquery-validation": { - "version": "1.19.3", - "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.3.tgz", - "integrity": "sha512-iXxCS5W7STthSTMFX/NDZfWHBLbJ1behVK3eAgHXAV8/0vRa9M4tiqHvJMr39VGWHMGdlkhrtrkBuaL2UlE8yw==", + "version": "1.19.4", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.4.tgz", + "integrity": "sha512-PcwKcATCR+JL77m9kkWd84NAHAunJP9iasF6IbMxUgl73xDAimxjt5oYFmYHDXBmTZM4rpkXxMNR/jGI5TlSjA==", "requires": {} }, "jquery.browser": { diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json index 700c64018a..d2eb69966e 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -6,9 +6,9 @@ "dependencies": { "jquery": "^3.6.0", "jquery-migrate": "^3.4.0", - "jquery-validation": "^1.19.3", + "jquery-validation": "^1.19.4", "jquery.browser": "^0.1.0", - "dompurify": "^2.3.6", + "dompurify": "^2.3.8", "jquery-ui-dist": "^1.13.1", "trumbowyg": "^2.25.1", "flot": "^4.2.2",