From dfd2ed178fdf80b8f7f991b5f8d22f9869e6396b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Jun 2025 05:38:32 +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-BABELHELPERS-9397697 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 515ec8dde..cbfd63f95 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "cypress": "^13.7.2", "docdash-with-dark-mode": "^1.0.1", "express": "^4.19.2", - "jest": "^29.7.0", + "jest": "^30.0.0", "jsdoc": "^3.6.3", "marked": "^4.0.10", "minimist": "^1.2.8",