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 c3a6636 Improved: Use gradlew npm_outdated gradle-node-plugin taks to check outdated scripts (OFBIZ-12480) c3a6636 is described below commit c3a6636e40fb937c66ab82ad1f7169e9440f7397 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Jan 8 13:04:10 2022 +0100 Improved: Use gradlew npm_outdated gradle-node-plugin taks to check outdated scripts (OFBIZ-12480) I just tried g npm_outdated undocumented Gradle task and got this result*: > Task :npm_outdated Package Current Wanted Latest Location dompurify 2.3.3 2.3.4 2.3.4 ofbiz-framework jquery 3.5.1 3.6.0 3.6.0 ofbiz-framework jquery-migrate 3.3.1 3.3.2 3.3.2 ofbiz-framework jquery-ui-dist 1.12.1 1.13.0 1.13.0 ofbiz-framework This updates accordingly. I keep this task open as an umbrella tasks for similar subtasks in future like we have OFBIZ-10213 --- .../webapp/common/js/package-lock.json | 27 ++++++++++++---------- themes/common-theme/webapp/common/js/package.json | 8 +++---- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/themes/common-theme/webapp/common/js/package-lock.json b/themes/common-theme/webapp/common/js/package-lock.json index 9249e91..2649b1d 100644 --- a/themes/common-theme/webapp/common/js/package-lock.json +++ b/themes/common-theme/webapp/common/js/package-lock.json @@ -4,9 +4,9 @@ "lockfileVersion": 1, "dependencies": { "dompurify": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.3.tgz", - "integrity": "sha512-dqnqRkPMAjOZE0FogZ+ceJNM2dZ3V/yNOuFB7+39qpO93hHhfRpHw3heYQC7DPK9FqbQTfBKUJhiSfz4MvXYwg==" + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.4.tgz", + "integrity": "sha512-6BVcgOAVFXjI0JTjEvZy901Rghm+7fDQOrNIcxB4+gdhj6Kwp6T9VBhBY/AbagKHJocRkDYGd6wvI+p4/10xtQ==" }, "flot": { "version": "4.2.2", @@ -14,19 +14,22 @@ "integrity": "sha512-Strct/A27o0TA25X7Z0pxKhwK4djiP1Kjeqj0tkiqrkRu1qYPqfbp5BYuxEL8CWDNtj85Uc0PnG2E2plo1+VMg==" }, "jquery": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", - "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", + "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "jquery-migrate": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.3.1.tgz", - "integrity": "sha512-QAXfshB6xqaANDX8OPExKnnooLtX0cSDCKfRnqhdv+3CVEVD9L1v3zNAhZum/4AukKlWUWUoxM6ywJJcLMXLSA==" + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.3.2.tgz", + "integrity": "sha512-L3gYhr7yEtLUSAeqXSicVa0vRD4aGwjw/bWY8YzrO2o/qDY1BaMyP3oB3bZf5Auy3Hu9ynliio0CTyDWCBPVDw==" }, "jquery-ui-dist": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz", - "integrity": "sha1-XAgV08xvkP9fqvWyaKbiO0ypBPo=" + "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==", + "requires": { + "jquery": ">=1.8.0 <4.0.0" + } }, "jquery-validation": { "version": "1.19.3", diff --git a/themes/common-theme/webapp/common/js/package.json b/themes/common-theme/webapp/common/js/package.json index 3a1d50a..792d5bf 100644 --- a/themes/common-theme/webapp/common/js/package.json +++ b/themes/common-theme/webapp/common/js/package.json @@ -4,12 +4,12 @@ "repository": "https://github.com/apache/ofbiz-framework.git", "license": "Apache-2.0", "dependencies": { - "jquery": "^3.5.1", - "jquery-migrate": "^3.3.1", + "jquery": "^3.6.0", + "jquery-migrate": "^3.3.2", "jquery-validation": "^1.19.3", "jquery.browser": "^0.1.0", - "dompurify": "^2.3.3", - "jquery-ui-dist": "^1.12.1", + "dompurify": "^2.3.4", + "jquery-ui-dist": "^1.13.0", "trumbowyg": "^2.25.1", "flot": "^4.2.2" }