fix: upgrade parse from 2.15.0 to 2.16.0 (#6933)

Snyk has created this PR to upgrade parse from 2.15.0 to 2.16.0.

See this package in npm:
https://www.npmjs.com/package/parse

See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
Snyk bot
2020-10-09 06:38:39 +03:00
committed by GitHub
parent 06cb79e6a5
commit af8c9ff9f1
2 changed files with 7 additions and 34 deletions

39
package-lock.json generated
View File

@@ -10283,50 +10283,23 @@
}
},
"parse": {
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.15.0.tgz",
"integrity": "sha512-Aupg+qd6I4X5uTacpsxROg5GlhkVn2+qOHtyOhlGj/Woi75c5cPD8kn7qhhLKcVVpe2L+HoJ+yGkMdI8IjKBKA==",
"version": "2.16.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.16.0.tgz",
"integrity": "sha512-MJRGCYZGawOs9FOn/i/ag7IFF9NHe5OG+XvNta45pSMzre6nvqUqcvQpTDj0tC+h0C4eMuLoI39SQ07PIwnRTw==",
"requires": {
"@babel/runtime": "7.10.3",
"@babel/runtime-corejs3": "7.10.3",
"@babel/runtime": "7.11.2",
"@babel/runtime-corejs3": "7.11.2",
"crypto-js": "4.0.0",
"react-native-crypto-js": "1.0.0",
"uuid": "3.4.0",
"ws": "7.3.0",
"ws": "7.3.1",
"xmlhttprequest": "1.8.0"
},
"dependencies": {
"@babel/runtime": {
"version": "7.10.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.3.tgz",
"integrity": "sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"@babel/runtime-corejs3": {
"version": "7.10.3",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.10.3.tgz",
"integrity": "sha512-HA7RPj5xvJxQl429r5Cxr2trJwOfPjKiqhCXcdQPSqO2G0RHPZpXu4fkYmBaTKCp2c/jRaMK9GB/lN+7zvvFPw==",
"requires": {
"core-js-pure": "^3.0.0",
"regenerator-runtime": "^0.13.4"
}
},
"regenerator-runtime": {
"version": "0.13.5",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz",
"integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA=="
},
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
},
"ws": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz",
"integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w=="
}
}
},

View File

@@ -47,7 +47,7 @@
"lru-cache": "5.1.1",
"mime": "2.4.6",
"mongodb": "3.6.2",
"parse": "2.15.0",
"parse": "2.16.0",
"pg-promise": "10.6.1",
"pluralize": "8.0.0",
"redis": "3.0.2",