You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2023/03/16 15:16:48 UTC

[ofbiz-framework] branch trunk updated: Bump inputmask in /themes/common-theme/webapp/common-theme/js (#607)

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 be8cf7c00f Bump inputmask in /themes/common-theme/webapp/common-theme/js (#607)
be8cf7c00f is described below

commit be8cf7c00fbdd0ab87a7314af73309f671da9056
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 16 16:16:41 2023 +0100

    Bump inputmask in /themes/common-theme/webapp/common-theme/js (#607)
    
    Bumps [inputmask](https://github.com/RobinHerbots/Inputmask) from 5.0.7 to 5.0.8.
    - [Release notes](https://github.com/RobinHerbots/Inputmask/releases)
    - [Commits](https://github.com/RobinHerbots/Inputmask/compare/5.0.7...5.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: inputmask
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 7a8f1a8170..49d84af2e3 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.0.1",
                 "featherlight": "^1.7.14",
                 "flot": "^4.2.3",
-                "inputmask": "^5.0.7",
+                "inputmask": "^5.0.8",
                 "jquery": "^3.6.4",
                 "jquery-migrate": "^3.4.1",
                 "jquery-ui-dist": "^1.13.2",
@@ -45,9 +45,9 @@
             "integrity": "sha512-r1t2gfhILE6dt7cnYDHX/D2VHERyD0YoV0UdFJg5dWbjkcu05MugfhNY7VspfBFTa+hjVNYVZw6/t9ZyYNen+w=="
         },
         "node_modules/inputmask": {
-            "version": "5.0.7",
-            "resolved": "https://registry.npmjs.org/inputmask/-/inputmask-5.0.7.tgz",
-            "integrity": "sha512-rUxbRDS25KEib+c/Ow+K01oprU/+EK9t9SOPC8ov94/ftULGDqj1zOgRU/Hko6uzoKRMdwCfuhAafJ/Wk2wffQ=="
+            "version": "5.0.8",
+            "resolved": "https://registry.npmjs.org/inputmask/-/inputmask-5.0.8.tgz",
+            "integrity": "sha512-1WcbyudPTXP1B28ozWWyFa6QRIUG4KiLoyR6LFHlpT4OfTzRqFfWgHFadNvRuMN1S9XNVz9CdNvCGjJi+uAMqQ=="
         },
         "node_modules/jquery": {
             "version": "3.6.4",
@@ -128,9 +128,9 @@
             "integrity": "sha512-r1t2gfhILE6dt7cnYDHX/D2VHERyD0YoV0UdFJg5dWbjkcu05MugfhNY7VspfBFTa+hjVNYVZw6/t9ZyYNen+w=="
         },
         "inputmask": {
-            "version": "5.0.7",
-            "resolved": "https://registry.npmjs.org/inputmask/-/inputmask-5.0.7.tgz",
-            "integrity": "sha512-rUxbRDS25KEib+c/Ow+K01oprU/+EK9t9SOPC8ov94/ftULGDqj1zOgRU/Hko6uzoKRMdwCfuhAafJ/Wk2wffQ=="
+            "version": "5.0.8",
+            "resolved": "https://registry.npmjs.org/inputmask/-/inputmask-5.0.8.tgz",
+            "integrity": "sha512-1WcbyudPTXP1B28ozWWyFa6QRIUG4KiLoyR6LFHlpT4OfTzRqFfWgHFadNvRuMN1S9XNVz9CdNvCGjJi+uAMqQ=="
         },
         "jquery": {
             "version": "3.6.4",
diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json
index 82367fdcbd..aa32c6b3df 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.0.1",
         "featherlight": "^1.7.14",
         "flot": "^4.2.3",
-        "inputmask": "^5.0.7",
+        "inputmask": "^5.0.8",
         "jquery": "^3.6.4",
         "jquery-migrate": "^3.4.1",
         "jquery-ui-dist": "^1.13.2",