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 56eecea601 Bump inputmask in /themes/common-theme/webapp/common-theme/js (#811) 56eecea601 is described below commit 56eecea6013e133f877f1648d9cedaf89bd64a56 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri May 31 15:57:59 2024 +0200 Bump inputmask in /themes/common-theme/webapp/common-theme/js (#811) Bumps [inputmask](https://github.com/RobinHerbots/Inputmask) from 5.0.8 to 5.0.9. - [Changelog](https://github.com/RobinHerbots/Inputmask/blob/5.x/Changelog.md) - [Commits](https://github.com/RobinHerbots/Inputmask/compare/5.0.8...5.0.9) --- updated-dependencies: - dependency-name: inputmask 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> --- themes/common-theme/webapp/common-theme/js/package-lock.json | 8 ++++---- themes/common-theme/webapp/common-theme/js/package.json | 2 +- 2 files changed, 5 insertions(+), 5 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 3f9fb177c4..06d678fb22 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -11,7 +11,7 @@ "dompurify": "^3.1.5", "featherlight": "^1.7.14", "flot": "^4.2.6", - "inputmask": "^5.0.8", + "inputmask": "^5.0.9", "jquery": "^3.7.1", "jquery-migrate": "^3.4.1", "jquery-ui-dist": "^1.13.3", @@ -45,9 +45,9 @@ "integrity": "sha512-Iz4HCet1ZBQnjGwECz4jseD1zMnh7m2XJIMI6A62l8h2SeceLYOEmYGNQto1XhkSM9fUmqzyKhWwJ+RolWLydg==" }, "node_modules/inputmask": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/inputmask/-/inputmask-5.0.8.tgz", - "integrity": "sha512-1WcbyudPTXP1B28ozWWyFa6QRIUG4KiLoyR6LFHlpT4OfTzRqFfWgHFadNvRuMN1S9XNVz9CdNvCGjJi+uAMqQ==" + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/inputmask/-/inputmask-5.0.9.tgz", + "integrity": "sha512-s0lUfqcEbel+EQXtehXqwCJGShutgieOaIImFKC/r4reYNvX3foyrChl6LOEvaEgxEbesePIrw1Zi2jhZaDZbQ==" }, "node_modules/jquery": { "version": "3.7.1", diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json index 36b1bd15f3..dba5c224dc 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -8,7 +8,7 @@ "dompurify": "^3.1.5", "featherlight": "^1.7.14", "flot": "^4.2.6", - "inputmask": "^5.0.8", + "inputmask": "^5.0.9", "jquery": "^3.7.1", "jquery-migrate": "^3.4.1", "jquery-ui-dist": "^1.13.3",