From 801ead25cbd9e1873cdcf957a83685b7dc90f9f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 20:01:54 +0000 Subject: [PATCH] Bump parse from 1.6.14 to 2.15.0 Bumps [parse](https://github.com/parse-community/Parse-SDK-JS) from 1.6.14 to 2.15.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/v1.6.14...2.15.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e34e2fb..2ef672f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gulp-replace": "^0.5.3", "gulp-uglify": "~1.1.0", "jest-cli": "~0.5.0", - "parse": "~1.6.0", + "parse": "~2.15.0", "vinyl-buffer": "~1.0.0", "vinyl-source-stream": "~1.0.0" },