From afb18fe18fa302d03d5ff556d97e9d6bbf00c8b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 04:24:11 +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 9ac0be5..6284e2f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "git-url-parse": "7.0.1", "github-username": "4.1.0", "inquirer-npm-name": "2.0.0", - "lodash": "^4.17.4", + "lodash": "^4.17.17", "markdown-magic": "0.1.18", "markdown-magic-install-command": "1.3.1", "markdown-magic-package-scripts": "1.2.0",