From e0fc1a9c2024d02fa7f15b6615ae676d3a032dee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Nov 2024 17:13:37 +0000 Subject: [PATCH] fix: enterprise-modules/multi-filter/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- enterprise-modules/multi-filter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise-modules/multi-filter/package.json b/enterprise-modules/multi-filter/package.json index 53a036a694f..62ba90d09bb 100644 --- a/enterprise-modules/multi-filter/package.json +++ b/enterprise-modules/multi-filter/package.json @@ -50,7 +50,7 @@ "devDependencies": { "@babel/types": "7.12.7", "@types/jest": "^25.2.1", - "jest": "^25.4.0", + "jest": "^27.0.2", "ts-jest": "^25.4.0", "typescript": "~3.6.5" },