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 783e91f2bd Bump flot in /themes/common-theme/webapp/common-theme/js (#532) 783e91f2bd is described below commit 783e91f2bd8b1580dbdafc1ae6da9e4db5ea01f6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Aug 2 19:44:57 2022 +0200 Bump flot in /themes/common-theme/webapp/common-theme/js (#532) Bumps [flot](https://github.com/flot/flot) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/flot/flot/releases) - [Changelog](https://github.com/flot/flot/blob/master/CHANGELOG.md) - [Commits](https://github.com/flot/flot/compare/v4.2.2...v4.2.3) --- updated-dependencies: - dependency-name: flot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../webapp/common-theme/js/package-lock.json | 16 ++++++++-------- themes/common-theme/webapp/common-theme/js/package.json | 2 +- 2 files changed, 9 insertions(+), 9 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 ecaddaaa7a..2afb5dfa42 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -9,14 +9,14 @@ "dependencies": { "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3", "dompurify": "^2.3.10", - "flot": "^4.2.2", + "flot": "^4.2.3", "jquery": "^3.6.0", "jquery-migrate": "^3.4.0", "jquery-ui-dist": "^1.13.1", "jquery-validation": "^1.19.5", "jquery.browser": "^0.1.0", "trumbowyg": "^2.25.1", - "uglify-js": "latest" + "uglify-js": "3.16.3" } }, "node_modules/@chinchilla-software/jquery-ui-timepicker-addon": { @@ -33,9 +33,9 @@ "integrity": "sha512-o7Fg/AgC7p/XpKjf/+RC3Ok6k4St5F7Q6q6+Nnm3p2zGWioAY6dh0CbbuwOhH2UcSzKsdniE/YnE2/92JcsA+g==" }, "node_modules/flot": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/flot/-/flot-4.2.2.tgz", - "integrity": "sha512-Strct/A27o0TA25X7Z0pxKhwK4djiP1Kjeqj0tkiqrkRu1qYPqfbp5BYuxEL8CWDNtj85Uc0PnG2E2plo1+VMg==" + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/flot/-/flot-4.2.3.tgz", + "integrity": "sha512-r1t2gfhILE6dt7cnYDHX/D2VHERyD0YoV0UdFJg5dWbjkcu05MugfhNY7VspfBFTa+hjVNYVZw6/t9ZyYNen+w==" }, "node_modules/jquery": { "version": "3.6.0", @@ -106,9 +106,9 @@ "integrity": "sha512-o7Fg/AgC7p/XpKjf/+RC3Ok6k4St5F7Q6q6+Nnm3p2zGWioAY6dh0CbbuwOhH2UcSzKsdniE/YnE2/92JcsA+g==" }, "flot": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/flot/-/flot-4.2.2.tgz", - "integrity": "sha512-Strct/A27o0TA25X7Z0pxKhwK4djiP1Kjeqj0tkiqrkRu1qYPqfbp5BYuxEL8CWDNtj85Uc0PnG2E2plo1+VMg==" + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/flot/-/flot-4.2.3.tgz", + "integrity": "sha512-r1t2gfhILE6dt7cnYDHX/D2VHERyD0YoV0UdFJg5dWbjkcu05MugfhNY7VspfBFTa+hjVNYVZw6/t9ZyYNen+w==" }, "jquery": { "version": "3.6.0", diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json index de2988912a..f78911ef6d 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -11,7 +11,7 @@ "dompurify": "^2.3.10", "jquery-ui-dist": "^1.13.1", "trumbowyg": "^2.25.1", - "flot": "^4.2.2", + "flot": "^4.2.3", "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3", "uglify-js": "3.16.3" },