Update parse to the latest version 🚀 (#5486)

* fix(package): update parse to version 2.3.2

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-04-04 03:10:35 +00:00
committed by peril-parse-community[bot]
parent b208fbf6a9
commit cf00dfa1c3
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -1168,9 +1168,9 @@
}
},
"@babel/runtime": {
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.2.tgz",
"integrity": "sha512-7Bl2rALb7HpvXFL7TETNzKSAeBVCPHELzc0C//9FCxN8nsiueWSJBqaF+2oIJScyILStASR/Cx5WMkXGYTiJFA==",
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.3.tgz",
"integrity": "sha512-9lsJwJLxDh/T3Q3SZszfWOTkk3pHbkmH+3KY+zwIDmsNlxsumuhS2TH3NIpktU4kNvfzy+k3eLT7aTJSPTo0OA==",
"requires": {
"regenerator-runtime": "^0.13.2"
},
@@ -8310,11 +8310,11 @@
}
},
"parse": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.3.1.tgz",
"integrity": "sha512-Jc02cQO/qzm48dYIKjYNfHG6wr/HL6t6rehwh9/zWUnjgeldCFdLLg2HoAuvEcTQSHMcCL2sCf49ccP9dLrq9A==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.3.2.tgz",
"integrity": "sha512-hhOvDwsP866HjatKJkcY91YmB7PfHK/HsenUTmk5ctqs2jgwp1W2i+0pHKBT+TejWzazaJnfkXUyRVxN+zORFA==",
"requires": {
"@babel/runtime": "7.4.2",
"@babel/runtime": "7.4.3",
"ws": "6.2.1",
"xmlhttprequest": "1.8.0"
}