build: update jquery to latest (#28719)

Versions less than 3.0.0 have security vulnerabilities

PR Close #28719
This commit is contained in:
Alex Eagle 2019-02-13 16:09:00 -08:00 committed by Misko Hevery
parent a873fab10c
commit d3c6e512a3
2 changed files with 5 additions and 5 deletions

View File

@ -72,7 +72,7 @@
"hammerjs": "2.0.8", "hammerjs": "2.0.8",
"jasmine": "^3.1.0", "jasmine": "^3.1.0",
"jasmine-core": "^3.1.0", "jasmine-core": "^3.1.0",
"jquery": "2.1.1", "jquery": "3.0.0",
"karma": "^3.1.4", "karma": "^3.1.4",
"magic-string": "^0.25.0", "magic-string": "^0.25.0",
"materialize-css": "1.0.0", "materialize-css": "1.0.0",

View File

@ -5663,10 +5663,10 @@ jpm@1.3.1:
xml2js "0.4.16" xml2js "0.4.16"
zip-dir "1.0.2" zip-dir "1.0.2"
jquery@2.1.1: jquery@3.0.0:
version "2.1.1" version "3.0.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.1.1.tgz#828fc60f50f7ee5983363ef4eb01c5f70af4bd5b" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.0.0.tgz#95a2a9541291a9f819e016f85ba247116d03e4ab"
integrity sha1-go/GD1D37lmDNj706wHF9wr0vVs= integrity sha1-laKpVBKRqfgZ4Bb4W6JHEW0D5Ks=
js-tokens@^3.0.2: js-tokens@^3.0.2:
version "3.0.2" version "3.0.2"