From 01a7cbf803a58b2d2b352e3edcf2b6dd54ae5965 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 16:33:30 +0000 Subject: [PATCH] fix: integration/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- integration/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/package.json b/integration/package.json index eea9d2682..8198488f4 100644 --- a/integration/package.json +++ b/integration/package.json @@ -3,7 +3,7 @@ "dependencies": { "express": "^4.13.4", "mocha": "^2.4.5", - "parse-server": "2.2.17" + "parse-server": "4.3.0" }, "scripts": { "test": "mocha --reporter dot -t 5000"