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 423b39e216
commit 2c6a6f18c2
2 changed files with 6 additions and 6 deletions

View File

@ -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"
}
}
}

View File

@ -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"