From 343d65433c239c654d1d364e9de65df77795c977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 22:26:29 +0000 Subject: [PATCH] Bump parse from 2.4.0 to 7.0.0 Bumps [parse](https://github.com/parse-community/Parse-SDK-JS) from 2.4.0 to 7.0.0. - [Release notes](https://github.com/parse-community/Parse-SDK-JS/releases) - [Changelog](https://github.com/parse-community/Parse-SDK-JS/blob/alpha/CHANGELOG.md) - [Commits](https://github.com/parse-community/Parse-SDK-JS/compare/2.4.0...7.0.0) --- updated-dependencies: - dependency-name: parse dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8670502850..3c3d691f7b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "mime": "2.4.3", "mongodb": "3.2.6", "multer": "^1.4.1", - "parse": "2.4.0", + "parse": "7.0.0", "pg-promise": "8.7.2", "redis": "2.8.0", "semver": "6.1.1",