From 69261815b38c02473ffe8fbb022f64f19c7735eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Oct 2025 09:32:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSE-13551630 - https://snyk.io/vuln/SNYK-JS-PARSE-13053302 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d5e3fa77..d88142e5 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,9 @@ "json2csv": "^4.2.1", "lodash": "^4.17.19", "mailgun-js": "0.22.0", - "parse": "2.19.0", + "parse": "7.0.1", "parse-dashboard": "^4.1.4", - "parse-server": "4.4.0", + "parse-server": "4.10.0", "parse-server-simple-mailgun-adapter": "1.0.1", "path": "0.12.7", "request": "2.88.0",