From f2f376fc14daa0601a38e68cf5549e79d75e6172 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 20:20:43 +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 6ec31775f..e6b1d3108 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", - "jest": "^25.1.0", + "jest": "^28.0.0", "jest-junit": "^6.4.0", "jest-watch-typeahead": "^0.4.2", "prettier": "^1.19.1",