Update parse to the latest version 🚀 (#5806)

* fix(package): update parse to version 2.5.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-12 00:42:32 +00:00
committed by peril-parse-community[bot]
parent 527662f336
commit 3e888249cc
2 changed files with 9 additions and 19 deletions

26
package-lock.json generated
View File

@@ -961,9 +961,9 @@
}
},
"@babel/runtime": {
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.3.tgz",
"integrity": "sha512-9lsJwJLxDh/T3Q3SZszfWOTkk3pHbkmH+3KY+zwIDmsNlxsumuhS2TH3NIpktU4kNvfzy+k3eLT7aTJSPTo0OA==",
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.4.tgz",
"integrity": "sha512-Na84uwyImZZc3FKf4aUF1tysApzwf3p2yuFBIyBfbzT5glzKTdvYI4KVW4kcgjrzoGUjC7w3YyCHcJKaRxsr2Q==",
"requires": {
"regenerator-runtime": "^0.13.2"
},
@@ -8543,24 +8543,14 @@
}
},
"parse": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.4.0.tgz",
"integrity": "sha512-H6PDiML1CFnswInFL9dAszPaHkXH9eEzH1sGKUs/sf0R9h8eZQjYO8QoO/xObZJe3gHJMHx4StGE/zs4G3NLDw==",
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.5.1.tgz",
"integrity": "sha512-B2Ouq5RY/yV5CcVsBzdKSN94Ltw/W4MbB/5+JJH2YZ+8+Ur+sF2WvfEt4hTSMh/+nLZhMaGZKr+IFrIJogDAjA==",
"requires": {
"@babel/runtime": "7.4.3",
"@babel/runtime": "7.5.4",
"uuid": "3.3.2",
"ws": "6.2.1",
"ws": "7.1.0",
"xmlhttprequest": "1.8.0"
},
"dependencies": {
"ws": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
"integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
"requires": {
"async-limiter": "~1.0.0"
}
}
}
},
"parse-json": {

View File

@@ -42,7 +42,7 @@
"mime": "2.4.4",
"mongodb": "3.2.7",
"node-rsa": "1.0.5",
"parse": "2.4.0",
"parse": "2.5.1",
"pg-promise": "8.7.4",
"redis": "2.8.0",
"semver": "6.2.0",