From a0d3d3cd5047027d0cc72f0490ff3769235b310c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Jun 2025 06:00:54 +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 379f7cd..9bd6725 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint": "^8.10.0", "husky": "^8.0.1", "is-ci": "^3.0.1", - "jest": "^29.3.1", + "jest": "^30.0.0", "lint-staged": "^13.0.0", "prettier": "^2.5.1", "rollup": "^3.3.0",