From 24fc4efb59f5ea57ed72aa2fb29a22f7338cbed4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 20:56:21 +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-INFLIGHT-6095116 --- 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..22fb529c 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": "^28.0.0", "@jest/types": "^24.9.0", "babel-jest": "^24.9.0", "chalk": "^2.0.1", - "glob": "^7.1.1", - "jest-environment-jsdom": "^24.9.0", - "jest-environment-node": "^24.9.0", + "glob": "^9.0.0", + "jest-environment-jsdom": "^25.0.0", + "jest-environment-node": "^25.0.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",