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 5d76a40f79 Bump uglify-js in
/themes/common-theme/webapp/common-theme/js (#536)
5d76a40f79 is described below
commit 5d76a40f79bd325d09e92ca5bf8bd4631fd93b28
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 19 16:51:42 2022 +0200
Bump uglify-js in /themes/common-theme/webapp/common-theme/js (#536)
Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.16.3 to 3.17.0.
- [Release notes](https://github.com/mishoo/UglifyJS/releases)
- [Commits](https://github.com/mishoo/UglifyJS/compare/v3.16.3...v3.17.0)
---
updated-dependencies:
- dependency-name: uglify-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
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 9def2fec9f..50ddbde45d 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -16,7 +16,7 @@
"jquery-validation": "^1.19.5",
"jquery.browser": "^0.1.0",
"trumbowyg": "^2.25.2",
- "uglify-js": "3.16.3"
+ "uglify-js": "3.17.0"
}
},
"node_modules/@chinchilla-software/jquery-ui-timepicker-addon": {
@@ -83,9 +83,9 @@
}
},
"node_modules/uglify-js": {
- "version": "3.16.3",
- "resolved":
"https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.3.tgz",
- "integrity":
"sha512-uVbFqx9vvLhQg0iBaau9Z75AxWJ8tqM9AV890dIZCLApF4rTcyHwmAvLeEdYRs+BzYWu8Iw81F79ah0EfTXbaw==",
+ "version": "3.17.0",
+ "resolved":
"https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.0.tgz",
+ "integrity":
"sha512-aTeNPVmgIMPpm1cxXr2Q/nEbvkmV8yq66F3om7X3P/cvOXQ0TMQ64Wk63iyT1gPlmdmGzjGpyLh1f3y8MZWXGg==",
"bin": {
"uglifyjs": "bin/uglifyjs"
},
@@ -147,9 +147,9 @@
"requires": {}
},
"uglify-js": {
- "version": "3.16.3",
- "resolved":
"https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.3.tgz",
- "integrity":
"sha512-uVbFqx9vvLhQg0iBaau9Z75AxWJ8tqM9AV890dIZCLApF4rTcyHwmAvLeEdYRs+BzYWu8Iw81F79ah0EfTXbaw=="
+ "version": "3.17.0",
+ "resolved":
"https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.0.tgz",
+ "integrity":
"sha512-aTeNPVmgIMPpm1cxXr2Q/nEbvkmV8yq66F3om7X3P/cvOXQ0TMQ64Wk63iyT1gPlmdmGzjGpyLh1f3y8MZWXGg=="
}
}
}
diff --git a/themes/common-theme/webapp/common-theme/js/package.json
b/themes/common-theme/webapp/common-theme/js/package.json
index 9f8f414123..87d75a9786 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -13,7 +13,7 @@
"trumbowyg": "^2.25.2",
"flot": "^4.2.3",
"@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",
- "uglify-js": "3.16.3"
+ "uglify-js": "3.17.0"
},
"scripts": {
"uglify": "uglifyjs node_modules/flot/dist/es5/jquery.flot.js -c -m -o
node_modules/flot/dist/es5/jquery.flot.min.js"