From 602cb488a3b8f207ae1e6e47c4e23aca8c8079ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Nov 2025 20:27:57 +0000 Subject: [PATCH] fix: 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-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d024431..f001aeb4 100644 --- a/package.json +++ b/package.json @@ -1535,7 +1535,7 @@ "@typescript-eslint/eslint-plugin": "4.10.0", "@typescript-eslint/parser": "4.10.0", "eslint": "7.15.0", - "jest": "26.6.3", + "jest": "27.0.0", "ts-jest": "26.4.4", "typescript": "4.0.2", "uglify-js": "3.10.0"