From 00151632d02e70747920ca46d6a65f511d797ce9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 00:42:31 +0000 Subject: [PATCH] fix: deps/npm/node_modules/npm-profile/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-profile/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/npm/node_modules/npm-profile/package.json b/deps/npm/node_modules/npm-profile/package.json index 43cc7c921bb049..1de41e33afc4f7 100644 --- a/deps/npm/node_modules/npm-profile/package.json +++ b/deps/npm/node_modules/npm-profile/package.json @@ -19,8 +19,8 @@ "devDependencies": { "nock": "^12.0.1", "require-inject": "^1.4.4", - "standard": "^14.3.1", - "tap": "^14.10.6" + "standard": "^15.0.0", + "tap": "^15.0.0" }, "scripts": { "preversion": "npm test",