From 3608b19b3a485d76dec53837c20fc710c76aa8f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 25 Apr 2019 10:42:55 +0000 Subject: [PATCH] Bump parse from 2.3.2 to 2.4.0 (#5529) Bumps [parse](https://github.com/parse-community/Parse-SDK-JS) from 2.3.2 to 2.4.0. - [Release notes](https://github.com/parse-community/Parse-SDK-JS/releases) - [Changelog](https://github.com/parse-community/Parse-SDK-JS/blob/master/CHANGELOG.md) - [Commits](https://github.com/parse-community/Parse-SDK-JS/compare/2.3.2...2.4.0) Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a76773f..1f8ef5bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7548,11 +7548,12 @@ } }, "parse": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/parse/-/parse-2.3.2.tgz", - "integrity": "sha512-hhOvDwsP866HjatKJkcY91YmB7PfHK/HsenUTmk5ctqs2jgwp1W2i+0pHKBT+TejWzazaJnfkXUyRVxN+zORFA==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/parse/-/parse-2.4.0.tgz", + "integrity": "sha512-H6PDiML1CFnswInFL9dAszPaHkXH9eEzH1sGKUs/sf0R9h8eZQjYO8QoO/xObZJe3gHJMHx4StGE/zs4G3NLDw==", "requires": { "@babel/runtime": "7.4.3", + "uuid": "3.3.2", "ws": "6.2.1", "xmlhttprequest": "1.8.0" } diff --git a/package.json b/package.json index 09a33985..dfa84b96 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "lru-cache": "5.1.1", "mime": "2.4.2", "mongodb": "3.2.3", - "parse": "2.3.2", + "parse": "2.4.0", "pg-promise": "8.6.5", "redis": "2.8.0", "semver": "6.0.0",