You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2019/05/16 11:26:30 UTC

[myfaces-tobago] 02/02: TOBAGO-1991: Update jQuery to 3.4.1

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

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

commit 5593a4352bfdc134986ae2ddad76f773761147fc
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu May 16 13:26:03 2019 +0200

    TOBAGO-1991: Update jQuery to 3.4.1
---
 tobago-theme/tobago-theme-standard/pom.xml                          | 2 +-
 tobago-theme/tobago-theme-standard/src/main/npm/package-lock.json   | 6 +++---
 tobago-theme/tobago-theme-standard/src/main/npm/package.json        | 2 +-
 .../src/main/resources/META-INF/tobago-config.xml                   | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/tobago-theme/tobago-theme-standard/pom.xml b/tobago-theme/tobago-theme-standard/pom.xml
index c226487..1a7b324 100644
--- a/tobago-theme/tobago-theme-standard/pom.xml
+++ b/tobago-theme/tobago-theme-standard/pom.xml
@@ -57,7 +57,7 @@
     <dependency>
       <groupId>org.webjars</groupId>
       <artifactId>jquery</artifactId>
-      <version>3.3.1-1</version>
+      <version>3.4.1</version>
     </dependency>
     <dependency>
       <groupId>org.webjars</groupId>
diff --git a/tobago-theme/tobago-theme-standard/src/main/npm/package-lock.json b/tobago-theme/tobago-theme-standard/src/main/npm/package-lock.json
index 05a579a..fe1a213 100644
--- a/tobago-theme/tobago-theme-standard/src/main/npm/package-lock.json
+++ b/tobago-theme/tobago-theme-standard/src/main/npm/package-lock.json
@@ -3608,9 +3608,9 @@
       "dev": true
     },
     "jquery": {
-      "version": "3.3.1",
-      "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
-      "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==",
+      "version": "3.4.1",
+      "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz",
+      "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==",
       "dev": true
     },
     "js-base64": {
diff --git a/tobago-theme/tobago-theme-standard/src/main/npm/package.json b/tobago-theme/tobago-theme-standard/src/main/npm/package.json
index 127a29b..9f1bfb1 100644
--- a/tobago-theme/tobago-theme-standard/src/main/npm/package.json
+++ b/tobago-theme/tobago-theme-standard/src/main/npm/package.json
@@ -41,7 +41,7 @@
     "clean-css-cli": "^4.1.11",
     "eslint": "^5.5.0",
     "eslint-plugin-compat": "^2.5.1",
-    "jquery": "^3.3.1",
+    "jquery": "^3.4.1",
     "node-sass": "^4.9.1",
     "npm-run-all": "^4.1.5",
     "popper.js": "^1.14.3",
diff --git a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
index 05eac30..03b8b35 100644
--- a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
+++ b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
@@ -38,7 +38,7 @@
       <versioned>true</versioned>
       <resources production="true">
         <includes>
-          <script name="/webjars/jquery/3.3.1-1/jquery.min.js"/>
+          <script name="/webjars/jquery/3.4.1/jquery.min.js"/>
           <script name="/webjars/tether/1.4.0/js/tether.min.js"/>
           <script name="/webjars/popper.js/1.14.3/umd/popper.min.js"/>
           <script name="/webjars/bootstrap/4.1.3/js/bootstrap.min.js"/>
@@ -55,7 +55,7 @@
       </resources>
       <resources production="false">
         <includes>
-          <script name="/webjars/jquery/3.3.1-1/jquery.js"/>
+          <script name="/webjars/jquery/3.4.1/jquery.js"/>
           <script name="/webjars/tether/1.4.0/js/tether.js"/>
           <script name="/webjars/popper.js/1.14.3/umd/popper.js"/>
           <script name="/webjars/bootstrap/4.1.3/js/bootstrap.js"/>