From 4111658405fca54c0022d592db163abb579c866f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Mar 2021 00:57:18 +0000 Subject: [PATCH] fix: packages/jest-repl/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- packages/jest-repl/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jest-repl/package.json b/packages/jest-repl/package.json index f2530d0bd377..9c4ce6e6983f 100644 --- a/packages/jest-repl/package.json +++ b/packages/jest-repl/package.json @@ -12,8 +12,8 @@ "dependencies": { "@jest/transform": "^25.1.0", "@jest/types": "^25.1.0", - "jest-config": "^25.1.0", - "jest-runtime": "^25.1.0", + "jest-config": "^26.0.0", + "jest-runtime": "^26.0.0", "jest-validate": "^25.1.0", "repl": "^0.1.3", "yargs": "^15.2.0"