From c8f20a0286f678f8f58e8e43b812adc70e91287e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 06:06:10 +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 4a7a3821..17665624 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "markdown-builder": "^0.8.9", "marked": "^0.3.19", "modern-normalize": "^0.4.0", - "npm": "^6.0.0", + "npm": "^6.2.0", "prettier-eslint": "^8.8.1", "prismjs": "^1.14.0" },