From 639dcd0c3fdc6e5b18758fc8dd3a0e2f66cc21e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 00:27:24 +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 00feea3..5a17ada 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/semver": "^6.0.2", "@types/shortid": "0.0.29", "debug": "^4.1.1", - "lodash": "^4.17.19", + "lodash": "^4.17.17", "md5.js": "^1.3.5", "path": "^0.12.7", "varstruct": "^6.1.3",