From 661b4cf3cd7ff1fab2fbd450671141aa4d6fc548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2020 18:37:26 +0000 Subject: [PATCH] Bump parse from 1.11.1 to 2.15.0 Bumps [parse](https://github.com/parse-community/Parse-SDK-JS) from 1.11.1 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.11.1...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 b6af821..6a3622d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "bootstrap-vue": "^2.0.0-rc.11", - "parse": "^1.11.1", + "parse": "^2.15.0", "vue": "^2.5.2", "vue-router": "^3.0.1" },