From ddbcd03e1f95d5c780d15179b857699656d2cf8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Feb 2024 21:57:24 +0000 Subject: [PATCH] fix: lambda-ioc/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- lambda-ioc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda-ioc/package.json b/lambda-ioc/package.json index 6cb3370..175a654 100644 --- a/lambda-ioc/package.json +++ b/lambda-ioc/package.json @@ -46,7 +46,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.1.4", "eslint-plugin-node": "^11.1.0", - "jest": "^27.5.1", + "jest": "^29.0.0", "prettier": "^2.6.2", "ts-jest": "^27.1.4", "ts-node": "^10.7.0",