From b62c01ddbf4788b07bcc01ffa7f8e1fbd3542205 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 18:04:20 +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 64fe048..c6edd32 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "jose": "^0.3.2", "jquery": "^3.4.0", "jsrsasign": "^8.0.7", - "lodash": "^4.17.13", + "lodash": "^4.17.17", "popper.js": "^1.14.4", "querystring": "^0.2.0", "randombytes": "^2.0.6",