From af1b3e09336b17eaa705c1c11884b00add6f685a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Sep 2022 19:31:34 +0000 Subject: [PATCH] fix: test/fixtures/protect-lodash-skip/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-LODASH-567746 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- test/fixtures/protect-lodash-skip/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/protect-lodash-skip/package.json b/test/fixtures/protect-lodash-skip/package.json index 3cc895f346..741d4b75aa 100644 --- a/test/fixtures/protect-lodash-skip/package.json +++ b/test/fixtures/protect-lodash-skip/package.json @@ -10,6 +10,6 @@ "author": "", "license": "ISC", "dependencies": { - "lodash": "4.17.13" + "lodash": "4.17.21" } }