From 53606c59e01c0086c7a08fefe908610b756629a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Dec 2024 16:43:44 +0000 Subject: [PATCH] fix: test/acceptance/workspaces/mono-repo-project/npm-project/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-8446504 --- .../workspaces/mono-repo-project/npm-project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/workspaces/mono-repo-project/npm-project/package.json b/test/acceptance/workspaces/mono-repo-project/npm-project/package.json index 5211b26c8e..8ca7cf15fa 100644 --- a/test/acceptance/workspaces/mono-repo-project/npm-project/package.json +++ b/test/acceptance/workspaces/mono-repo-project/npm-project/package.json @@ -23,7 +23,7 @@ "marked": "0.3.5", "method-override": "latest", "moment": "2.15.1", - "mongoose": "4.2.4", + "mongoose": "8.8.3", "morgan": "latest", "ms": "^0.7.1", "npmconf": "0.0.24",