mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
13da4b6125
commit
b2444b42cf
2 changed files with 4 additions and 4 deletions
6
services/web/package-lock.json
generated
6
services/web/package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue