From ae06a1f1a1c30433d305eae149e13866446104b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 04:40:28 +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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- node_modules/jest-config/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/jest-config/package.json b/node_modules/jest-config/package.json index 10f51322..ae539dc3 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": "^26.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-jsdom": "^26.0.0", "jest-environment-node": "^24.9.0", "jest-get-type": "^24.9.0", - "jest-jasmine2": "^24.9.0", + "jest-jasmine2": "^26.0.0", "jest-regex-util": "^24.3.0", "jest-resolve": "^24.9.0", "jest-util": "^24.9.0",