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 07eb980cab Improved: Update npm dependencies to the latest (OFBIZ-12597) 07eb980cab is described below commit 07eb980cab1be495b1bcd72e117894811f473b10 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Apr 9 09:36:53 2022 +0200 Improved: Update npm dependencies to the latest (OFBIZ-12597) Updates: jquery-migrate from 3.3.2 to 3.4.0 dompurify from 2.3.4 to 3.2.6 jquery-ui-dist from 1.13.0 to 1.13.1 --- .../webapp/common-theme/js/package-lock.json | 18 +++++++++--------- .../common-theme/webapp/common-theme/js/package.json | 6 +++--- 2 files changed, 12 insertions(+), 12 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 53ef775e3d..8709cffc46 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -9,9 +9,9 @@ "integrity": "sha512-P2rOR4MWcBMTbkaA0AE77COj8BTBIeNp9trtUKbvWFAoBoWHpwGhN8WIEjST7h/1nVQH+4CSpa4i9XoXZYvWXg==" }, "dompurify": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.4.tgz", - "integrity": "sha512-6BVcgOAVFXjI0JTjEvZy901Rghm+7fDQOrNIcxB4+gdhj6Kwp6T9VBhBY/AbagKHJocRkDYGd6wvI+p4/10xtQ==" + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.6.tgz", + "integrity": "sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg==" }, "flot": { "version": "4.2.2", @@ -24,14 +24,14 @@ "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "jquery-migrate": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.3.2.tgz", - "integrity": "sha512-L3gYhr7yEtLUSAeqXSicVa0vRD4aGwjw/bWY8YzrO2o/qDY1BaMyP3oB3bZf5Auy3Hu9ynliio0CTyDWCBPVDw==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.4.0.tgz", + "integrity": "sha512-K0W02EhZyqjVpyF5pdi+t238cIfQACzMsXiX4AEfEOxPPfiZZFzf3brtFY21FOOEPiWZF4mH04TXHDE6e2YDyg==" }, "jquery-ui-dist": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.0.tgz", - "integrity": "sha512-fgpGOW098swRvTLglH3RLyAjW/8Ecxd35fO7Z1WtBidhZgnPDvTJzZ+XFybAFzv3zZiEESI8TkK6oYXbzu/rKw==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.1.tgz", + "integrity": "sha512-Y711Pu4BRVrAlL58KSxX4ail74jaCJZaZcdNDLava+MgZeNwmVWmyYiK7KxyoJu1MB73eSunjJvYDbOuNrOA7w==", "requires": { "jquery": ">=1.8.0 <4.0.0" } diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json index 34d230075f..700c64018a 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -5,11 +5,11 @@ "license": "Apache-2.0", "dependencies": { "jquery": "^3.6.0", - "jquery-migrate": "^3.3.2", + "jquery-migrate": "^3.4.0", "jquery-validation": "^1.19.3", "jquery.browser": "^0.1.0", - "dompurify": "^2.3.4", - "jquery-ui-dist": "^1.13.0", + "dompurify": "^2.3.6", + "jquery-ui-dist": "^1.13.1", "trumbowyg": "^2.25.1", "flot": "^4.2.2", "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",