build: update jquery to latest (#28719)
Versions less than 3.0.0 have security vulnerabilities PR Close #28719
This commit is contained in:
parent
423b39e216
commit
2c6a6f18c2
|
@ -72,7 +72,7 @@
|
|||
"incremental-dom": "0.4.1",
|
||||
"jasmine": "^3.1.0",
|
||||
"jasmine-core": "^3.1.0",
|
||||
"jquery": "2.1.1",
|
||||
"jquery": "3.0.0",
|
||||
"karma": "^3.1.4",
|
||||
"magic-string": "^0.25.0",
|
||||
"materialize-css": "1.0.0",
|
||||
|
@ -154,4 +154,4 @@
|
|||
"resolutions": {
|
||||
"natives": "1.1.6"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5673,10 +5673,10 @@ jpm@1.3.1:
|
|||
xml2js "0.4.16"
|
||||
zip-dir "1.0.2"
|
||||
|
||||
jquery@2.1.1:
|
||||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.1.1.tgz#828fc60f50f7ee5983363ef4eb01c5f70af4bd5b"
|
||||
integrity sha1-go/GD1D37lmDNj706wHF9wr0vVs=
|
||||
jquery@3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.0.0.tgz#95a2a9541291a9f819e016f85ba247116d03e4ab"
|
||||
integrity sha1-laKpVBKRqfgZ4Bb4W6JHEW0D5Ks=
|
||||
|
||||
js-tokens@^3.0.2:
|
||||
version "3.0.2"
|
||||
|
|
Loading…
Reference in New Issue