From 6b2d2d28c9e5034e2354027926d3e1036901247d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Oct 2020 03:23:38 +0000 Subject: [PATCH] fix: upgrade parse from 2.15.0 to 2.16.0 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 --- package-lock.json | 39 ++++++--------------------------------- package.json | 2 +- 2 files changed, 7 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecf8b9d82d..c1f9735fed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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==" } } }, diff --git a/package.json b/package.json index 03e555141f..8bffeb97ba 100644 --- a/package.json +++ b/package.json @@ -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",