Merge pull request #18 from AdamasFR/dependabot/npm_and_yarn/jquery-3.5.0

Bump jquery from 3.4.1 to 3.5.0
This commit is contained in:
Anthony Dumas 2020-08-03 16:18:30 +02:00 committed by GitHub
commit 555d908d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

6
package-lock.json generated
View File

@ -7001,9 +7001,9 @@
} }
}, },
"jquery": { "jquery": {
"version": "3.4.1", "version": "3.5.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz",
"integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ=="
}, },
"js-base64": { "js-base64": {
"version": "2.5.1", "version": "2.5.1",

View File

@ -54,7 +54,7 @@
"bonsoir.js": "^1.0.4", "bonsoir.js": "^1.0.4",
"browser-sync": "^2.26.7", "browser-sync": "^2.26.7",
"global": "^4.4.0", "global": "^4.4.0",
"jquery": "^3.4.1", "jquery": "^3.5.0",
"npx": "^10.2.0" "npx": "^10.2.0"
}, },
"config": { "config": {

View File

@ -5912,10 +5912,10 @@ istanbul-reports@^2.2.4:
dependencies: dependencies:
handlebars "^4.1.2" handlebars "^4.1.2"
jquery@^3.4.1: jquery@^3.5.0:
version "3.4.1" version "3.5.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9"
integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw== integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==
js-base64@^2.1.8: js-base64@^2.1.8:
version "2.5.1" version "2.5.1"