From 6c527f653f559b51de2e5353b10df9836841a75b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Mar 2021 05:01:13 +0000 Subject: [PATCH] fix: packages/jest-snapshot/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- packages/jest-snapshot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-snapshot/package.json b/packages/jest-snapshot/package.json index ee2ef72f174a..5f9caaf63409 100644 --- a/packages/jest-snapshot/package.json +++ b/packages/jest-snapshot/package.json @@ -19,7 +19,7 @@ "jest-get-type": "^25.1.0", "jest-matcher-utils": "^25.1.0", "jest-message-util": "^25.1.0", - "jest-resolve": "^25.1.0", + "jest-resolve": "^26.5.0", "make-dir": "^3.0.0", "natural-compare": "^1.4.0", "pretty-format": "^25.1.0",