Update parse to the latest version 🚀 (#5457)

* fix(package): update parse to version 2.3.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-03-29 21:32:13 +00:00
committed by peril-parse-community[bot]
parent b2ec5c10ce
commit 7bf868e751
2 changed files with 13 additions and 23 deletions

34
package-lock.json generated
View File

@@ -1128,17 +1128,17 @@
}
},
"@babel/runtime": {
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.3.4.tgz",
"integrity": "sha512-IvfvnMdSaLBateu0jfsYIpZTxAc2cKEXEMiezGGN75QcBcecDUKd3PgLAncT0oOgxKy8dd8hrJKj9MfzgfZd6g==",
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.2.tgz",
"integrity": "sha512-7Bl2rALb7HpvXFL7TETNzKSAeBVCPHELzc0C//9FCxN8nsiueWSJBqaF+2oIJScyILStASR/Cx5WMkXGYTiJFA==",
"requires": {
"regenerator-runtime": "^0.12.0"
"regenerator-runtime": "^0.13.2"
},
"dependencies": {
"regenerator-runtime": {
"version": "0.12.1",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz",
"integrity": "sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg=="
"version": "0.13.2",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz",
"integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA=="
}
}
},
@@ -8254,23 +8254,13 @@
}
},
"parse": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.2.1.tgz",
"integrity": "sha512-S53D4jF/uTuX1JcTU9JAjJX+olVG78xInyipHKFlwNmsgVxVL4BsYsukkjxWBGhHXbmqTqN90slitLrHtixF+A==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.3.1.tgz",
"integrity": "sha512-Jc02cQO/qzm48dYIKjYNfHG6wr/HL6t6rehwh9/zWUnjgeldCFdLLg2HoAuvEcTQSHMcCL2sCf49ccP9dLrq9A==",
"requires": {
"@babel/runtime": "^7.3.1",
"ws": "6.1.4",
"@babel/runtime": "7.4.2",
"ws": "6.2.1",
"xmlhttprequest": "1.8.0"
},
"dependencies": {
"ws": {
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz",
"integrity": "sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==",
"requires": {
"async-limiter": "~1.0.0"
}
}
}
},
"parse-json": {

View File

@@ -34,7 +34,7 @@
"lru-cache": "5.1.1",
"mime": "2.4.0",
"mongodb": "3.2.2",
"parse": "2.2.1",
"parse": "2.3.1",
"pg-promise": "8.6.4",
"redis": "2.8.0",
"semver": "6.0.0",