From 070f85f03d3730c451c544c565b55e0382131cde Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 21:32:26 +0000 Subject: [PATCH] fix: deps/npm/node_modules/npm-install-checks/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- deps/npm/node_modules/npm-install-checks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/npm-install-checks/package.json b/deps/npm/node_modules/npm-install-checks/package.json index 0eb597ae83480a..31054de3546f97 100644 --- a/deps/npm/node_modules/npm-install-checks/package.json +++ b/deps/npm/node_modules/npm-install-checks/package.json @@ -7,7 +7,7 @@ "semver": "^7.1.1" }, "devDependencies": { - "tap": "^14.10.6" + "tap": "^15.0.0" }, "scripts": { "test": "tap",