Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 019dded

Browse files
committed
chore(*): update jQuery from 3.2.1 to 3.4.0
This updates jQuery to 3.4.0 to ensure future security fixes won't break it. Closes #16863
1 parent 0007be1 commit 019dded

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"jasmine-core": "^2.8.0",
6060
"jasmine-node": "^2.0.0",
6161
"jasmine-reporters": "^2.2.0",
62-
"jquery": "3.2.1",
62+
"jquery": "3.4.0",
6363
"jquery-2.1": "npm:[email protected]",
6464
"jquery-2.2": "npm:[email protected]",
6565
"karma": "^3.1.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4347,10 +4347,10 @@ jasminewd2@^2.1.0:
43474347
resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02"
43484348
integrity sha1-LInWiJterFIqfuoywUUhVZxsvwI=
43494349

4350-
jquery@3.2.1:
4351-
version "3.2.1"
4352-
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787"
4353-
integrity sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=
4350+
jquery@3.4.0:
4351+
version "3.4.0"
4352+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.0.tgz#8de513fa0fa4b2c7d2e48a530e26f0596936efdf"
4353+
integrity sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==
43544354

43554355
js-tokens@^3.0.0:
43564356
version "3.0.1"

0 commit comments

Comments
 (0)