From 60b9d2a52f5c86b7489d3e63cbccc18d2631fdec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Nov 2025 08:11:02 +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 86a278a..10a5454 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint": "^8.36.0", "eslint-plugin-jest": "^27.2.1", "immutable": "^4.3.0", - "jest": "^29.5.0", + "jest": "^30.0.0", "react": "^18.2", "react-dom": "^18.2", "react-test-renderer": "^18.2",