From 7c946c324d840f8cc7b2245d5eaaf524674a368f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jun 2025 07:17:28 +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 0ceee91..3795714 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-plugin-jest": "^28.2.0", "eslint-plugin-node": "^11.1.0", "husky": "^9.0.10", - "jest": "^29.7.0", + "jest": "^30.0.0", "lint-staged": "^15.2.0", "madge": "^7.0.0", "prettier": "^3.2.1",