From bdd2191880e8f4c615d063cdbf335b2f4d225ed3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 04:38:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cce5813..8ee4056 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint-plugin-react": "^7.33.2", "happy-dom": "^13.3.8", "husky": "^9.0.10", - "jest": "^29.7.0", + "jest": "^30.0.0", "jsdom": "^24.0.0", "lightningcss": "^1.23.0", "lint-staged": "^15.2.1",