From 047b3851eb2095036bd596c59942aa076364ff7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Aug 2022 01:54:17 +0000 Subject: [PATCH] fix: packages/snyk-protect/test/fixtures/target-module-exists-but-no-patches-for-version/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://dev.snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://dev.snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://dev.snyk.io/vuln/npm:braces:20180219 - https://dev.snyk.io/vuln/npm:mem:20180117 --- .../package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/snyk-protect/test/fixtures/target-module-exists-but-no-patches-for-version/package.json b/packages/snyk-protect/test/fixtures/target-module-exists-but-no-patches-for-version/package.json index 712d6363dc..78519876b5 100644 --- a/packages/snyk-protect/test/fixtures/target-module-exists-but-no-patches-for-version/package.json +++ b/packages/snyk-protect/test/fixtures/target-module-exists-but-no-patches-for-version/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/Snyk/snyk-todo-list-demo-app/" }, "dependencies": { - "tap": "11.1.3" + "tap": "15.0.0" }, "license": "Apache-2.0" }