From 0075abbca3a120f75c16e669db4758a10c9978fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 16:57:17 +0000 Subject: [PATCH] fix: aws-node-mongodb-atlas/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- aws-node-mongodb-atlas/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-node-mongodb-atlas/package.json b/aws-node-mongodb-atlas/package.json index 152c3b4c6..617ba10d7 100644 --- a/aws-node-mongodb-atlas/package.json +++ b/aws-node-mongodb-atlas/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "express": "^4.16.4", + "express": "^4.22.0", "faker": "^4.1.0", "mongodb": "^3.1.13", "serverless-http": "^1.9.0"