From b3252d155d3f9b077586e601133e6b21ec4f00a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 15:34:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 235b6d2ac2..3408da7132 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-github": "^4.1.3", "eslint-plugin-jest": "^22.21.0", "flow-bin": "^0.115.0", - "jest": "^27.2.5", + "jest": "^28.0.0", "lerna": "^5.4.0", "prettier": "^1.19.1", "ts-jest": "^27.0.5",