From 76cd8a9a8a71b77bb5c02600c6e2343c6d34325f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 05:24:40 +0000 Subject: [PATCH] fix: packages/jest-jasmine2/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- packages/jest-jasmine2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-jasmine2/package.json b/packages/jest-jasmine2/package.json index f3e7820a9d8c..0aa2cd56c898 100644 --- a/packages/jest-jasmine2/package.json +++ b/packages/jest-jasmine2/package.json @@ -22,7 +22,7 @@ "jest-each": "^25.1.0", "jest-matcher-utils": "^25.1.0", "jest-message-util": "^25.1.0", - "jest-runtime": "^25.1.0", + "jest-runtime": "^26.5.0", "jest-snapshot": "^25.1.0", "jest-util": "^25.1.0", "pretty-format": "^25.1.0",