From c7f9f44f8ca09d8097f0592d7d17dee1a5245e22 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Nov 2020 21:42:36 +0000 Subject: [PATCH] fix: packages/jest-circus/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- packages/jest-circus/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-circus/package.json b/packages/jest-circus/package.json index da80c3e71140..62888b0991cc 100644 --- a/packages/jest-circus/package.json +++ b/packages/jest-circus/package.json @@ -28,7 +28,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",