From ee98421d4e948a565ee9a3a95418dc122a356fd0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jun 2023 22:01:09 +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-SEMVER-3247795 --- 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..2e458ee51b6 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": "^26.0.0", "ts-jest": "^25.4.0", "typescript": "~3.6.5" },