From 335c1f8b81d0bc6f1c577971d8491b001deaf82d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 16:32:57 +0000 Subject: [PATCH] fix: enterprise-modules/clipboard/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-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- enterprise-modules/clipboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise-modules/clipboard/package.json b/enterprise-modules/clipboard/package.json index 495fc88fbe8..786f8dfc0e7 100644 --- a/enterprise-modules/clipboard/package.json +++ b/enterprise-modules/clipboard/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" },