From 1189a933f9d81b5a995a4c049b4c7313075a3a30 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Dec 2025 06:57:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSESERVER-14459110 - https://snyk.io/vuln/SNYK-JS-PARSESERVER-14423948 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ab4598b58..6c295a3718 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "express-winston": "*", "kerberos": "~0.0.x", "parse": "~1.8.0", - "parse-server": "~2.2.0", + "parse-server": "~8.6.2", "winston": "*" }, "scripts": {