From c29118e29e42b95c696f7bce723c70c7931a0ab2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 02:14:38 +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 bf6e33a..26a01ec 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "handlebars": "^4.7.7", "https-proxy-agent": "^5.0.0", "inquirer": "^7.1.0", - "jest": "^27.0.6", + "jest": "^28.0.0", "js-yaml": "^4.1.0", "json-schema-ref-parser": "^9.0.9", "json-server": "^0.16.3",