From 324d3f0c36d81d12a6b5e5f35651b1f6480c35cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 17:27:48 +0000 Subject: [PATCH] fix: enterprise-modules/set-filter/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-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/set-filter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise-modules/set-filter/package.json b/enterprise-modules/set-filter/package.json index 5972f37d751..ba77ea783e0 100644 --- a/enterprise-modules/set-filter/package.json +++ b/enterprise-modules/set-filter/package.json @@ -49,7 +49,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" },