From 174c95d3d8417c08bc31826a1888dd121f16bb36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 May 2024 02:03:31 +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 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- node_modules/@jest/core/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_modules/@jest/core/package.json b/node_modules/@jest/core/package.json index 8e118be7..b37af12b 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": "^25.2.0", "@jest/test-result": "^24.9.0", "@jest/transform": "^24.9.0", "@jest/types": "^24.9.0", @@ -15,14 +15,14 @@ "exit": "^0.1.2", "graceful-fs": "^4.1.15", "jest-changed-files": "^24.9.0", - "jest-config": "^24.9.0", + "jest-config": "^27.0.0", "jest-haste-map": "^24.9.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.0", + "jest-runtime": "^27.0.0", "jest-snapshot": "^24.9.0", "jest-util": "^24.9.0", "jest-validate": "^24.9.0",