From 8aa0ba273343053a774b40b2206b5e510e86eb07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 22:02:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 485ca5d..aa6f6f5 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "chai": "^4.2.0", "husky": "^4.3.7", "eslint": "^7.16.0", - "jest": "^26.0.0", + "jest": "^29.0.0", "lint-staged": "^10.0.8", "prettier": "^1.19.1", "superagent": "^5.2.2",