From 947ff6ba8c52dbf979c14fdaa7a7379d8c52f9ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 17:38:51 +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 cf5c64ad66d..07cdf69e064 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "execa": "^7.1.1", "fetch-mock": "6.5.2", "husky": "^4.2.3", - "jest": "^27.5.1", + "jest": "^28.0.0", "js-green-licenses": "4.0.0", "lint-staged": "^10.1.2", "mkdirp": "^1.0.4",