Update parse to the latest version 🚀 (#6297)

* fix(package): update parse to version 2.11.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-12-26 07:18:20 +00:00
committed by peril-parse-community[bot]
parent 1a99cb3f2e
commit ef4248c9a1
2 changed files with 20 additions and 23 deletions

41
package-lock.json generated
View File

@@ -1088,8 +1088,7 @@
"resolved": "https://registry.npmjs.org/@parse/s3-files-adapter/-/s3-files-adapter-1.4.0.tgz",
"integrity": "sha512-qivvhL09Fqozo6B86PgUZjnY3VZQtxbH+6TtHEIg20Ol9THG/JaHGzSxlWNOBsCf7lvpRp0dELgbhMnMK3LWJA==",
"requires": {
"aws-sdk": "2.59.0",
"parse": "2.10.0"
"aws-sdk": "2.59.0"
}
},
"@parse/simple-mailgun-adapter": {
@@ -3023,6 +3022,11 @@
"resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-1.0.9.tgz",
"integrity": "sha1-zFRJaF37hesRyYKKzHy4erW7/MA="
},
"crypto-js": {
"version": "3.1.9-1",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-3.1.9-1.tgz",
"integrity": "sha1-/aGedh/Ad+Af+/3G6f38WeiAbNg="
},
"css-select": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz",
@@ -8912,41 +8916,34 @@
}
},
"parse": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.10.0.tgz",
"integrity": "sha512-TBJCvQPachrcGGLbN8llN8tOr01VsKB6pxi3OWq3/C0bIHHdb2Bd+cgH4v5ZlRCrZt3MHVasGH4rvx7Klkp7Wg==",
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.11.0.tgz",
"integrity": "sha512-dbGdA5M1ylky4T/b5pOXeYhsHwzATz/JbweCiBtdJLsnb8SylSSgA7V0U96RtXBI1Hfzp5uFZpqmnUKr5t69NA==",
"requires": {
"@babel/runtime": "7.7.4",
"@babel/runtime-corejs3": "7.7.4",
"@babel/runtime": "7.7.7",
"@babel/runtime-corejs3": "7.7.7",
"crypto-js": "3.1.9-1",
"uuid": "3.3.3",
"ws": "7.2.0",
"ws": "7.2.1",
"xmlhttprequest": "1.8.0"
},
"dependencies": {
"@babel/runtime": {
"version": "7.7.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.4.tgz",
"integrity": "sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw==",
"version": "7.7.7",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.7.tgz",
"integrity": "sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==",
"requires": {
"regenerator-runtime": "^0.13.2"
}
},
"@babel/runtime-corejs3": {
"version": "7.7.4",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.7.4.tgz",
"integrity": "sha512-BBIEhzk8McXDcB3IbOi8zQPzzINUp4zcLesVlBSOcyGhzPUU8Xezk5GAG7Sy5GVhGmAO0zGd2qRSeY2g4Obqxw==",
"version": "7.7.7",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.7.7.tgz",
"integrity": "sha512-kr3W3Fw8mB/CTru2M5zIRQZZgC/9zOxNSoJ/tVCzjPt3H1/p5uuGbz6WwmaQy/TLQcW31rUhUUWKY28sXFRelA==",
"requires": {
"core-js-pure": "^3.0.0",
"regenerator-runtime": "^0.13.2"
}
},
"ws": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.0.tgz",
"integrity": "sha512-+SqNqFbwTm/0DC18KYzIsMTnEWpLwJsiasW/O17la4iDRRIO9uaHbvKiAS3AHgTiuuWerK/brj4O6MYZkei9xg==",
"requires": {
"async-limiter": "^1.0.0"
}
}
}
},

View File

@@ -45,7 +45,7 @@
"mime": "2.4.4",
"mongodb": "3.4.1",
"node-rsa": "1.0.7",
"parse": "2.10.0",
"parse": "2.11.0",
"pg-promise": "10.3.1",
"pluralize": "^8.0.0",
"redis": "2.8.0",