Update parse to the latest version 🚀 (#6197)

* fix(package): update parse to version 2.9.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-11-07 19:06:10 +00:00
committed by peril-parse-community[bot]
parent 390cfa56e1
commit 5d6ce45305
2 changed files with 17 additions and 17 deletions

32
package-lock.json generated
View File

@@ -1982,17 +1982,17 @@
}
},
"@babel/runtime": {
"version": "7.6.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.3.tgz",
"integrity": "sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==",
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz",
"integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==",
"requires": {
"regenerator-runtime": "^0.13.2"
}
},
"@babel/runtime-corejs3": {
"version": "7.6.3",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.6.3.tgz",
"integrity": "sha512-933SXHQr7apa95F+3IqkBne8mqOnu1kDh6dnSddC07aW/R51WsOVD7MSczJ6DRpq/L8KLll7TFDxmt30pft44w==",
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.7.2.tgz",
"integrity": "sha512-odQQZpujq0AHttKrvp4n2KGjK5b5cuq7LeEcsdadwZOemMkmJnlgTXMCf5fIixLLaBxUypwn0krKK51vVMA5cg==",
"requires": {
"core-js-pure": "^3.0.0",
"regenerator-runtime": "^0.13.2"
@@ -2114,8 +2114,7 @@
"requires": {
"@parse/node-apn": "^3.1.0",
"@parse/node-gcm": "^1.0.0",
"npmlog": "^4.0.2",
"parse": "2.8.0"
"npmlog": "^4.0.2"
}
},
"@parse/s3-files-adapter": {
@@ -3945,9 +3944,9 @@
}
},
"core-js-pure": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.3.2.tgz",
"integrity": "sha512-sw695hB0UxFXrSkUthEby5tMdjOYN3hVC8IGQePF1m3JYb9e/KjT0TOFWzaSzlKwGNglKCgLYUjiJ7uZvactiw=="
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.4.0.tgz",
"integrity": "sha512-d49s6GiW3ePYM8vCglfLLo6bueYx+Sff6MYtjohTMSB0AoxVfABXMUSmYHtKAEvW77T9JTKMyHrhE20nZ8gYDA=="
},
"core-util-is": {
"version": "1.0.2",
@@ -9929,13 +9928,14 @@
}
},
"parse": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.8.0.tgz",
"integrity": "sha512-dd6IOPYST+qDqWG22xyZpBLQJ+vqozzE4/43cc0OcKakELoSEsJS43JPaxmELI5/sVxsYYYAqshuPePPnefu5A==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.9.0.tgz",
"integrity": "sha512-x6329+Qqc2knIAGawBRZVkV9hS8v7auGJFV8GKkEns2MFRspPv+zIkor5ojengfQCxxtJl2gZZI+QhWUMFlJhw==",
"requires": {
"@babel/runtime": "7.6.3",
"@babel/runtime-corejs3": "7.6.3",
"@babel/runtime": "7.7.2",
"@babel/runtime-corejs3": "7.7.2",
"uuid": "3.3.3",
"ws": "7.2.0",
"xmlhttprequest": "1.8.0"
}
},

View File

@@ -43,7 +43,7 @@
"mime": "2.4.4",
"mongodb": "3.3.2",
"node-rsa": "1.0.6",
"parse": "2.8.0",
"parse": "2.9.0",
"pg-promise": "9.3.3",
"pluralize": "^8.0.0",
"redis": "2.8.0",