From 232c1a1cdd13ea4fc94b8ee1945878383f78f971 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Jun 2025 08:25:14 +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 a593910..6b9e146 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-plugin-node": "^11.1.0", "husky": "^9.0.11", "is-ci": "^3.0.1", - "jest": "^29.7.0", + "jest": "^30.0.0", "lint-staged": "^15.2.2", "prettier": "^3.2.5", "ts-jest": "^29.1.2",