From 75ba0af7f30a77db3a6d39f71c3a80f84e9a486c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Jul 2025 02:33:52 +0000 Subject: [PATCH] fix: node_modules/jest-jasmine2/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- node_modules/jest-jasmine2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/jest-jasmine2/package.json b/node_modules/jest-jasmine2/package.json index 06fc2dc0..587af9c3 100644 --- a/node_modules/jest-jasmine2/package.json +++ b/node_modules/jest-jasmine2/package.json @@ -21,7 +21,7 @@ "jest-each": "^24.9.0", "jest-matcher-utils": "^24.9.0", "jest-message-util": "^24.9.0", - "jest-runtime": "^24.9.0", + "jest-runtime": "^26.0.0", "jest-snapshot": "^24.9.0", "jest-util": "^24.9.0", "pretty-format": "^24.9.0",