Update parse to the latest version 🚀 (#6037)

* fix(package): update parse to version 2.7.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-09-07 17:50:04 +00:00
committed by peril-parse-community[bot]
parent e31f725a25
commit 1ee6da4810
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -3136,9 +3136,9 @@
}
},
"core-js-pure": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.1.4.tgz",
"integrity": "sha512-uJ4Z7iPNwiu1foygbcZYJsJs1jiXrTTCvxfLDXNhI/I+NHbSIEyr548y4fcsCEyWY0XgfAG/qqaunJ1SThHenA=="
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.2.1.tgz",
"integrity": "sha512-+qpvnYrsi/JDeQTArB7NnNc2VoMYLE1YSkziCDHgjexC2KH7OFiGhLUd3urxfyWmNjSwSW7NYXPWHMhuIJx9Ow=="
},
"core-util-is": {
"version": "1.0.2",
@@ -8962,9 +8962,9 @@
}
},
"parse": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.7.0.tgz",
"integrity": "sha512-q2o+YMh+JjmuN0/5TTcGQF07xOcSauL3tyb55OUDGjso8N3X7LXQ+h0g2MPDLyLBdZhAc2534xG5zw91N5GuIw==",
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.7.1.tgz",
"integrity": "sha512-JmargoFb20Z1u28Coz6tNlRlinD1aRj1fCTNaTVjJJXTGvorbIHLYSNWDKmbOM+uUSM1LBjxK2/1GgLR3FAQAw==",
"requires": {
"@babel/runtime": "7.5.5",
"@babel/runtime-corejs3": "7.5.5",

View File

@@ -43,7 +43,7 @@
"mime": "2.4.4",
"mongodb": "3.3.2",
"node-rsa": "1.0.5",
"parse": "2.7.0",
"parse": "2.7.1",
"pg-promise": "9.1.3",
"pluralize": "^8.0.0",
"redis": "2.8.0",