Update parse to the latest version 🚀 (#6253)
* fix(package): update parse to version 2.10.0 * chore(package): update lockfile package-lock.json
This commit is contained in:
committed by
peril-parse-community[bot]
parent
985933955f
commit
917c6718fc
22
package-lock.json
generated
22
package-lock.json
generated
@@ -8872,29 +8872,29 @@
|
||||
}
|
||||
},
|
||||
"parse": {
|
||||
"version": "2.9.1",
|
||||
"resolved": "https://registry.npmjs.org/parse/-/parse-2.9.1.tgz",
|
||||
"integrity": "sha512-vLuJEtkZQGQZk0sZqETWmEx6IOhQYowyV4+bd0z4Fn3/FalC+RgisGOJIRdlKfjCKcinDBMtEttcMB5pg4v44A==",
|
||||
"version": "2.10.0",
|
||||
"resolved": "https://registry.npmjs.org/parse/-/parse-2.10.0.tgz",
|
||||
"integrity": "sha512-TBJCvQPachrcGGLbN8llN8tOr01VsKB6pxi3OWq3/C0bIHHdb2Bd+cgH4v5ZlRCrZt3MHVasGH4rvx7Klkp7Wg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "7.7.2",
|
||||
"@babel/runtime-corejs3": "7.7.2",
|
||||
"@babel/runtime": "7.7.4",
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"uuid": "3.3.3",
|
||||
"ws": "7.2.0",
|
||||
"xmlhttprequest": "1.8.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz",
|
||||
"integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==",
|
||||
"version": "7.7.4",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.4.tgz",
|
||||
"integrity": "sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.2"
|
||||
}
|
||||
},
|
||||
"@babel/runtime-corejs3": {
|
||||
"version": "7.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.7.2.tgz",
|
||||
"integrity": "sha512-odQQZpujq0AHttKrvp4n2KGjK5b5cuq7LeEcsdadwZOemMkmJnlgTXMCf5fIixLLaBxUypwn0krKK51vVMA5cg==",
|
||||
"version": "7.7.4",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.7.4.tgz",
|
||||
"integrity": "sha512-BBIEhzk8McXDcB3IbOi8zQPzzINUp4zcLesVlBSOcyGhzPUU8Xezk5GAG7Sy5GVhGmAO0zGd2qRSeY2g4Obqxw==",
|
||||
"requires": {
|
||||
"core-js-pure": "^3.0.0",
|
||||
"regenerator-runtime": "^0.13.2"
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"mime": "2.4.4",
|
||||
"mongodb": "3.3.2",
|
||||
"node-rsa": "1.0.7",
|
||||
"parse": "2.9.1",
|
||||
"parse": "2.10.0",
|
||||
"pg-promise": "10.3.1",
|
||||
"pluralize": "^8.0.0",
|
||||
"redis": "2.8.0",
|
||||
|
||||
Reference in New Issue
Block a user