From e94d95a761c338cc54caa34087c62e75614efc06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 18:19:24 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- packages/jest-repl/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-repl/package.json b/packages/jest-repl/package.json index 11e74e0468cf..fd17f57406e5 100644 --- a/packages/jest-repl/package.json +++ b/packages/jest-repl/package.json @@ -8,7 +8,7 @@ "license": "BSD-3-Clause", "main": "build/index.js", "dependencies": { - "jest-runtime": "^18.1.0", + "jest-runtime": "^25.0.0", "jest-util": "^18.1.0", "repl": "^0.1.3", "yargs": "^6.3.0"