From ebc0002a06dbc42ea58fe7d27fc683e4ec7a79b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 02:15:36 +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 69389e1db5c5..9d6d018b6777 100644 --- a/packages/jest-jasmine2/package.json +++ b/packages/jest-jasmine2/package.json @@ -29,7 +29,7 @@ "jest-each": "^25.2.6", "jest-matcher-utils": "^25.2.7", "jest-message-util": "^25.2.6", - "jest-runtime": "^25.2.7", + "jest-runtime": "^26.5.0", "jest-snapshot": "^25.2.7", "jest-util": "^25.2.6", "pretty-format": "^25.2.6",