From 1e564a3bf359abceb2ef43cec1e345d6e63dcba1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 04:40:36 +0100 Subject: [PATCH 1/2] fix: tests/cases/user/async/package.json & tests/cases/user/async/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- tests/cases/user/async/package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/cases/user/async/package.json b/tests/cases/user/async/package.json index fd5aa9eefb35d..a5eab76972f12 100644 --- a/tests/cases/user/async/package.json +++ b/tests/cases/user/async/package.json @@ -6,9 +6,15 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "async": "^2.6.0" + "async": "^2.6.0", + "snyk": "^1.316.1" }, "devDependencies": { "@types/node": "latest" - } + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true } From deb597af03bcb99e68bc03a9805e107b5dbf7367 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 04:40:37 +0100 Subject: [PATCH 2/2] fix: tests/cases/user/async/package.json & tests/cases/user/async/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- tests/cases/user/async/.snyk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/cases/user/async/.snyk diff --git a/tests/cases/user/async/.snyk b/tests/cases/user/async/.snyk new file mode 100644 index 0000000000000..223a74add139b --- /dev/null +++ b/tests/cases/user/async/.snyk @@ -0,0 +1,8 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.14.1 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + SNYK-JS-LODASH-567746: + - async > lodash: + patched: '2020-05-01T03:40:20.145Z'