From b4d616ed21740184c0c07a95f3a7420a0fd21e78 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 16:01:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INI-1048974 - https://snyk.io/vuln/npm:npmconf:20180512 - https://snyk.io/vuln/npm:semver:20150403 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd1bf66..35c7747 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "mongoose": "4.2.4", "morgan": "latest", "ms": "^0.7.1", - "npmconf": "0.0.24", + "npmconf": "2.1.3", "optional": "^0.1.3", "st": "0.2.4", "stream-buffers": "^3.0.1",