From 62f9a96d591156736a0f99acf0bd6570d815e1f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 04:44:49 +0300 Subject: [PATCH 1/2] fix: Miro.Tests/MockGithubApi/.snyk & Miro.Tests/MockGithubApi/package.json to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- Miro.Tests/MockGithubApi/.snyk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Miro.Tests/MockGithubApi/.snyk diff --git a/Miro.Tests/MockGithubApi/.snyk b/Miro.Tests/MockGithubApi/.snyk new file mode 100644 index 0000000..9886b45 --- /dev/null +++ b/Miro.Tests/MockGithubApi/.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: + - simple-fake-server > lodash: + patched: '2020-05-01T01:44:47.138Z' From 5541e44684ddbc64852e07a178671c2071cdf937 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 04:44:50 +0300 Subject: [PATCH 2/2] fix: Miro.Tests/MockGithubApi/.snyk & Miro.Tests/MockGithubApi/package.json to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- Miro.Tests/MockGithubApi/package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Miro.Tests/MockGithubApi/package.json b/Miro.Tests/MockGithubApi/package.json index f5a0127..5a79b09 100644 --- a/Miro.Tests/MockGithubApi/package.json +++ b/Miro.Tests/MockGithubApi/package.json @@ -8,6 +8,12 @@ "escape-string-regexp": "^1.0.5", "express": "^4.16.3", "simple-fake-server": "^2.1.0", - "uuid": "^3.3.2" - } + "uuid": "^3.3.2", + "snyk": "^1.316.1" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepare": "yarn run snyk-protect" + }, + "snyk": true }