From 69324cf144a0a77e61f334e88b0e632f7014232f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 03:54:24 +0000 Subject: [PATCH] fix: node_modules/jest-runtime/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 --- node_modules/jest-runtime/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/node_modules/jest-runtime/package.json b/node_modules/jest-runtime/package.json index 1d21f281..e05c80f4 100644 --- a/node_modules/jest-runtime/package.json +++ b/node_modules/jest-runtime/package.json @@ -11,22 +11,22 @@ "types": "build/index.d.ts", "dependencies": { "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", + "@jest/environment": "^25.0.0", "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.9.0", + "@jest/transform": "^25.0.0", "@jest/types": "^24.9.0", "@types/yargs": "^13.0.0", "chalk": "^2.0.1", "exit": "^0.1.2", "glob": "^7.1.3", "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", + "jest-config": "^25.0.0", + "jest-haste-map": "^25.0.0", + "jest-message-util": "^25.0.0", "jest-mock": "^24.9.0", "jest-regex-util": "^24.3.0", "jest-resolve": "^24.9.0", - "jest-snapshot": "^24.9.0", + "jest-snapshot": "^25.0.0", "jest-util": "^24.9.0", "jest-validate": "^24.9.0", "realpath-native": "^1.1.0",