From 80f0c2ec073f197e1e4a793e27283ea74a9063db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 00:22:44 +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-INFLIGHT-6095116 --- deps/npm/node_modules/npm-install-checks/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/npm/node_modules/npm-install-checks/package.json b/deps/npm/node_modules/npm-install-checks/package.json index 192cf68837146f..57d34c39c1d133 100644 --- a/deps/npm/node_modules/npm-install-checks/package.json +++ b/deps/npm/node_modules/npm-install-checks/package.json @@ -8,8 +8,8 @@ }, "devDependencies": { "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.13.0", - "tap": "^16.0.1" + "@npmcli/template-oss": "4.20.0", + "tap": "^18.0.0" }, "scripts": { "test": "tap",