From d36f3f92e03bfe077aac5fb386d25d07825855e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Jun 2025 06:48:16 +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 c294490..24903b3 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-plugin-prettier": "^3.2.0", "format-graphql": "^1.4.0", "husky": "^7.0.4", - "jest": "^27.0.0", + "jest": "^30.0.0", "lint-staged": "^11.0.0", "prettier": "^2.2.1", "ts-jest": "^27.0.0",