You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/01/11 17:09:34 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump @trevoreyre/autocomplete-js in /tobago-theme

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 6e72dd250f build(deps): bump @trevoreyre/autocomplete-js in /tobago-theme
6e72dd250f is described below

commit 6e72dd250f9e469357d4c141ec42ed51f3235692
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 11 16:45:30 2023 +0000

    build(deps): bump @trevoreyre/autocomplete-js in /tobago-theme
    
    Bumps [@trevoreyre/autocomplete-js](https://github.com/trevoreyre/autocomplete) from 2.3.0 to 2.4.0.
    - [Release notes](https://github.com/trevoreyre/autocomplete/releases)
    - [Changelog](https://github.com/trevoreyre/autocomplete/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/trevoreyre/autocomplete/compare/v2.3.0...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@trevoreyre/autocomplete-js"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/package-lock.json | 14 +++++++-------
 tobago-theme/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 8b05e2b845..b11f07f832 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -9,7 +9,7 @@
       "version": "5.4.1-SNAPSHOT",
       "license": "Apache-2.0",
       "dependencies": {
-        "@trevoreyre/autocomplete-js": "^2.3.0",
+        "@trevoreyre/autocomplete-js": "^2.4.0",
         "bootstrap": "5.2.3",
         "bootstrap-icons": "1.10.3"
       },
@@ -1432,9 +1432,9 @@
       }
     },
     "node_modules/@trevoreyre/autocomplete-js": {
-      "version": "2.3.0",
-      "resolved": "https://registry.npmjs.org/@trevoreyre/autocomplete-js/-/autocomplete-js-2.3.0.tgz",
-      "integrity": "sha512-zCvvhI/M9HEEfo21PunIlKgXdqb+9wmLCO4it7I3tXiHlAly3l7j2sSRiJSEzQZ3/rQ4Zyz3iGMVU2S4M4GCPQ=="
+      "version": "2.4.0",
+      "resolved": "https://registry.npmjs.org/@trevoreyre/autocomplete-js/-/autocomplete-js-2.4.0.tgz",
+      "integrity": "sha512-IApoFpgCb/cAVzzBDZxlkSDcbhQycUrA0+62xVw8Yfyv/O6gn8xMWOewKorqxJMSqJ33jU2+fZ575TxwW4cxtw=="
     },
     "node_modules/@types/babel__core": {
       "version": "7.1.19",
@@ -7606,9 +7606,9 @@
       }
     },
     "@trevoreyre/autocomplete-js": {
-      "version": "2.3.0",
-      "resolved": "https://registry.npmjs.org/@trevoreyre/autocomplete-js/-/autocomplete-js-2.3.0.tgz",
-      "integrity": "sha512-zCvvhI/M9HEEfo21PunIlKgXdqb+9wmLCO4it7I3tXiHlAly3l7j2sSRiJSEzQZ3/rQ4Zyz3iGMVU2S4M4GCPQ=="
+      "version": "2.4.0",
+      "resolved": "https://registry.npmjs.org/@trevoreyre/autocomplete-js/-/autocomplete-js-2.4.0.tgz",
+      "integrity": "sha512-IApoFpgCb/cAVzzBDZxlkSDcbhQycUrA0+62xVw8Yfyv/O6gn8xMWOewKorqxJMSqJ33jU2+fZ575TxwW4cxtw=="
     },
     "@types/babel__core": {
       "version": "7.1.19",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 88e5097072..4a7ebb0eec 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -67,7 +67,7 @@
     "dev-ts-cp": "ncp tobago-theme-standard/src/main/js ../tobago-example/tobago-example-demo/target/tobago-theme-standard/META-INF/resources/tobago/standard/${npm_package_version}/js"
   },
   "dependencies": {
-    "@trevoreyre/autocomplete-js": "^2.3.0",
+    "@trevoreyre/autocomplete-js": "^2.4.0",
     "bootstrap": "5.2.3",
     "bootstrap-icons": "1.10.3"
   },