Update parse to the latest version 🚀 (#6653)

* fix(package): update parse to version 2.13.0

* chore(package): update lockfile package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
This commit is contained in:
greenkeeper[bot]
2020-04-27 23:13:14 +00:00
committed by GitHub
parent 71147eb066
commit 61546aad9a
2 changed files with 6 additions and 11 deletions

15
package-lock.json generated
View File

@@ -10205,16 +10205,16 @@
}
},
"parse": {
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.12.0.tgz",
"integrity": "sha512-vl5bAoSylr3lhK2/6ugZYrpWE66TqJPSFYEJTRcoBeD0cEsCYn7mgqaRdZmHYVYwh16y8EKXBeDSFpv5rtDfHA==",
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.13.0.tgz",
"integrity": "sha512-0W7FBmtjtVpaxf+AK8S2+o6rosV4vzzvB9ba/8Y+7wWNPiy/9L8s+F0gI5ADYx/KbRqF0uR/9Q+FzbJB6IZ0Sw==",
"requires": {
"@babel/runtime": "7.9.2",
"@babel/runtime-corejs3": "7.9.2",
"crypto-js": "4.0.0",
"react-native-crypto-js": "^1.0.0",
"react-native-crypto-js": "1.0.0",
"uuid": "3.3.3",
"ws": "7.2.3",
"ws": "7.2.5",
"xmlhttprequest": "1.8.0"
},
"dependencies": {
@@ -10244,11 +10244,6 @@
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
"integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
},
"ws": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz",
"integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ=="
}
}
},

View File

@@ -45,7 +45,7 @@
"lru-cache": "5.1.1",
"mime": "2.4.4",
"mongodb": "3.5.6",
"parse": "2.12.0",
"parse": "2.13.0",
"pg-promise": "10.5.2",
"pluralize": "^8.0.0",
"redis": "3.0.2",