Merge pull request #2443 from overleaf/as-upgrade-jquery-2.2.4

Upgrade jQuery to v2.2.1

GitOrigin-RevId: b22f7777f741b68a02824a6414bf7c28428eb975
This commit is contained in:
Alasdair Smith 2020-01-06 11:22:20 +00:00 committed by Copybot
parent 13da4b6125
commit b2444b42cf
2 changed files with 4 additions and 4 deletions

View file

@ -11258,9 +11258,9 @@
}
},
"jquery": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-1.11.1.tgz",
"integrity": "sha512-vQfIKd5rOo2OVWkGQpcO16VRebvOiY801IzUiO6Yo89cRraqO+XE0BhvURLubLfla1GnifhLy/fGkcJ0k9kGog=="
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz",
"integrity": "sha1-LInWiJterFIqfuoywUUhVZxsvwI="
},
"js-levenshtein": {
"version": "1.1.6",

View file

@ -66,7 +66,7 @@
"http-proxy": "^1.8.1",
"is-utf8": "^0.2.1",
"joi-mongodb-objectid": "^0.1.0",
"jquery": "^1.11.1",
"jquery": "^2.2.4",
"json2csv": "^4.3.3",
"jsonwebtoken": "^8.0.1",
"lodash": "^4.13.1",