Update parse to the latest version 🚀 (#6215)

* fix(package): update parse to version 2.9.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-11-15 00:42:05 +00:00
committed by peril-parse-community[bot]
parent fccf9ca8cb
commit 5cfaaf059a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8616,9 +8616,9 @@
}
},
"parse": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.9.0.tgz",
"integrity": "sha512-x6329+Qqc2knIAGawBRZVkV9hS8v7auGJFV8GKkEns2MFRspPv+zIkor5ojengfQCxxtJl2gZZI+QhWUMFlJhw==",
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.9.1.tgz",
"integrity": "sha512-vLuJEtkZQGQZk0sZqETWmEx6IOhQYowyV4+bd0z4Fn3/FalC+RgisGOJIRdlKfjCKcinDBMtEttcMB5pg4v44A==",
"requires": {
"@babel/runtime": "7.7.2",
"@babel/runtime-corejs3": "7.7.2",

View File

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