From 0beea056cb95be7d3a75cb57bbea77e4990e5b7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jun 2025 07:35:46 +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 97b8dd7..7c0b96b 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-plugin-node": "^11.1.0", "husky": "^8.0.3", "is-ci": "^3.0.1", - "jest": "^29.7.0", + "jest": "^30.0.0", "lint-staged": "^15.2.0", "prettier": "^3.2.1", "rollup": "^4.9.5",