chore: upgrade jQuery => 3.4.0

fix: https://nvd.nist.gov/vuln/detail/CVE-2019-11358
This commit is contained in:
Róbert Kiss
2019-04-28 17:06:59 +02:00
parent c2f47f18b0
commit 20e2c8bbbc
2 changed files with 4 additions and 4 deletions

View File

@@ -5813,9 +5813,9 @@
"dev": true
},
"jquery": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz",
"integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz",
"integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==",
"dev": true
},
"js-base64": {

View File

@@ -55,7 +55,7 @@
"font-awesome": "4.7.0",
"jasmine-core": "3.3.0",
"jasmine-spec-reporter": "4.2.1",
"jquery": "3.2.1",
"jquery": "3.4.0",
"karma": "3.1.4",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "2.0.5",