From 1b49a0564202eb8b402a257bc192b282c6634426 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 04:24:34 +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 c8729f2..caac4a0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@zeit/next-css": "^1.0.1", "dotenv": "^8.2.0", "isomorphic-unfetch": "^3.0.0", - "lodash": "^4.17.15", + "lodash": "^4.17.17", "mongoose": "^5.9.7", "next": "^9.3.3", "next-connect": "^0.6.1",