From 61b9274ae89c49f1626ce4773b782e802913ea46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Nov 2024 00:05:57 +0000 Subject: [PATCH] fix: node_modules/jest-config/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- node_modules/jest-config/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/node_modules/jest-config/package.json b/node_modules/jest-config/package.json index 10f51322..dffb251c 100644 --- a/node_modules/jest-config/package.json +++ b/node_modules/jest-config/package.json @@ -11,15 +11,15 @@ "types": "build/index.d.ts", "dependencies": { "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^24.9.0", + "@jest/test-sequencer": "^27.0.0", "@jest/types": "^24.9.0", - "babel-jest": "^24.9.0", + "babel-jest": "^27.0.0", "chalk": "^2.0.1", "glob": "^7.1.1", - "jest-environment-jsdom": "^24.9.0", - "jest-environment-node": "^24.9.0", + "jest-environment-jsdom": "^25.1.0", + "jest-environment-node": "^25.1.0", "jest-get-type": "^24.9.0", - "jest-jasmine2": "^24.9.0", + "jest-jasmine2": "^27.0.0", "jest-regex-util": "^24.3.0", "jest-resolve": "^24.9.0", "jest-util": "^24.9.0",