From a31a577f749dfac4086468370de9990cf85c9120 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 01:10:26 +0000 Subject: [PATCH] fix: node_modules/@jest/core/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/core/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/node_modules/@jest/core/package.json b/node_modules/@jest/core/package.json index 8e118be7..6d07e3ae 100644 --- a/node_modules/@jest/core/package.json +++ b/node_modules/@jest/core/package.json @@ -6,7 +6,7 @@ "types": "build/jest.d.ts", "dependencies": { "@jest/console": "^24.7.1", - "@jest/reporters": "^24.9.0", + "@jest/reporters": "^28.0.0", "@jest/test-result": "^24.9.0", "@jest/transform": "^24.9.0", "@jest/types": "^24.9.0", @@ -15,18 +15,18 @@ "exit": "^0.1.2", "graceful-fs": "^4.1.15", "jest-changed-files": "^24.9.0", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", + "jest-config": "^28.0.0", + "jest-haste-map": "^27.0.0", "jest-message-util": "^24.9.0", "jest-regex-util": "^24.3.0", "jest-resolve": "^24.9.0", "jest-resolve-dependencies": "^24.9.0", - "jest-runner": "^24.9.0", - "jest-runtime": "^24.9.0", + "jest-runner": "^27.0.2", + "jest-runtime": "^27.0.0", "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", + "jest-util": "^25.1.0", "jest-validate": "^24.9.0", - "jest-watcher": "^24.9.0", + "jest-watcher": "^25.0.0", "micromatch": "^3.1.10", "p-each-series": "^1.0.0", "realpath-native": "^1.1.0",