From 31b3e87f47c23f2e86a83e9cdc1e9fb271ca503c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Nov 2025 12:58:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- 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",