From ac1ca58b8dc9e12ad0c473b5a2f4f02d723efda6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jun 2025 07:16:38 +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 d1b6b6f..d46f41b 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "eslint-plugin-jest": "^27.1.7", "eslint-plugin-node": "^11.1.0", "husky": "^8.0.2", - "jest": "^29.3.1", + "jest": "^30.0.0", "lint-staged": "^13.1.0", "madge": "^6.0.0", "nock": "^13.2.9",