From 094ab0385a35f5fa8d9fe440ce5395545d85e85c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 20:31:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index beda3af..58b026a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "saurabh kashyap", "license": "MIT", "dependencies": { - "apollo-server-express": "^2.3.3", + "apollo-server-express": "^3.13.0", "bcryptjs": "^2.4.3", "class-validator": "^0.9.1", "connect-redis": "^3.4.0",