From 522bed373c181c5b8404b15dcc574a1d53281163 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 00:05: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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index c175f6c..5907ab9 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "async": "^2.1.5", "fs": "0.0.1-security", - "lodash": "^4.17.2", + "lodash": "^4.17.17", "mariadb": "^2.1.1", "mkdirp": "^0.5.1", "mysql": "^2.12.0",