From a9bdb57c77a55970c453a6252fcf8b2915b99e82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 07:17:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21c0b14..f1c2d4e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-config-prettier": "8.4.0", "eslint-plugin-import": "2.25.4", "husky": "7.0.4", - "jest": "27.5.1", + "jest": "28.0.0", "lerna": "4.0.0", "lint-staged": "12.3.4", "prettier": "2.5.1",