From 2691fddbaa02c5dd9f8cf194a8924c4e1d02f92f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 06:23:17 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- node_modules/jest-config/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/node_modules/jest-config/package.json b/node_modules/jest-config/package.json index 10f51322..1a09c7bd 100644 --- a/node_modules/jest-config/package.json +++ b/node_modules/jest-config/package.json @@ -11,18 +11,18 @@ "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", + "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.0.0", + "jest-environment-node": "^25.0.0", "jest-get-type": "^24.9.0", - "jest-jasmine2": "^24.9.0", + "jest-jasmine2": "^28.0.0", "jest-regex-util": "^24.3.0", "jest-resolve": "^24.9.0", - "jest-util": "^24.9.0", + "jest-util": "^25.1.0", "jest-validate": "^24.9.0", "micromatch": "^3.1.10", "pretty-format": "^24.9.0",