From 53e61a3287569090b1fd3829b918aee4b1671577 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Nov 2025 09:01:10 +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 b5f15a6..18b6563 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "esbuild": "^0.14.21", "eslint": "^8.9.0", "husky": "^7.0.4", - "jest": "^27.5.1", + "jest": "^28.0.0", "lint-staged": "^12.3.3", "madge": "^5.0.1", "prettier": "^2.5.1",