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 9025c4815e Bump trumbowyg in
/themes/common-theme/webapp/common-theme/js (#596)
9025c4815e is described below
commit 9025c4815e762e7d18a984f57d70e827e18d3021
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 28 17:15:32 2023 +0100
Bump trumbowyg in /themes/common-theme/webapp/common-theme/js (#596)
Bumps [trumbowyg](https://github.com/Alex-D/Trumbowyg) from 2.27.1 to
2.27.2.
- [Release notes](https://github.com/Alex-D/Trumbowyg/releases)
- [Commits](https://github.com/Alex-D/Trumbowyg/compare/v2.27.1...v2.27.2)
---
updated-dependencies:
- dependency-name: trumbowyg
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 8db1c34528..ccd717ac5a 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -17,7 +17,7 @@
"jquery-ui-dist": "^1.13.2",
"jquery-validation": "^1.19.5",
"jquery.browser": "^0.1.0",
- "trumbowyg": "^2.27.1",
+ "trumbowyg": "^2.27.2",
"uglify-js": "3.17.4"
}
},
@@ -87,9 +87,9 @@
}
},
"node_modules/trumbowyg": {
- "version": "2.27.1",
- "resolved":
"https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.27.1.tgz",
- "integrity":
"sha512-mUUFNDaavSdcLLodSDRe/b13VwEgT2XQAMJOA+o3IfXq9CUTlBbJf1owstJJZ3bxKEzI3ceoVoVHTIKCSUukUg==",
+ "version": "2.27.2",
+ "resolved":
"https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.27.2.tgz",
+ "integrity":
"sha512-5Ly8rVRPnjhiDVcr3r2h86Kjqb//3OwauKoZnvcr374x6Y6xBsJMIrtNDe8ykKSvn+tTa40Tr81iBliP5o4rXQ==",
"peerDependencies": {
"jquery": ">=1.8"
}
@@ -163,9 +163,9 @@
"integrity": "sha1-nHKmCV/SgUtER26o9xZne3Kmors="
},
"trumbowyg": {
- "version": "2.27.1",
- "resolved":
"https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.27.1.tgz",
- "integrity":
"sha512-mUUFNDaavSdcLLodSDRe/b13VwEgT2XQAMJOA+o3IfXq9CUTlBbJf1owstJJZ3bxKEzI3ceoVoVHTIKCSUukUg==",
+ "version": "2.27.2",
+ "resolved":
"https://registry.npmjs.org/trumbowyg/-/trumbowyg-2.27.2.tgz",
+ "integrity":
"sha512-5Ly8rVRPnjhiDVcr3r2h86Kjqb//3OwauKoZnvcr374x6Y6xBsJMIrtNDe8ykKSvn+tTa40Tr81iBliP5o4rXQ==",
"requires": {}
},
"uglify-js": {
diff --git a/themes/common-theme/webapp/common-theme/js/package.json
b/themes/common-theme/webapp/common-theme/js/package.json
index e62dbc54c3..d02be9495f 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -14,7 +14,7 @@
"jquery-ui-dist": "^1.13.2",
"jquery-validation": "^1.19.5",
"jquery.browser": "^0.1.0",
- "trumbowyg": "^2.27.1",
+ "trumbowyg": "^2.27.2",
"uglify-js": "3.17.4"
},
"scripts": {