From 0ff1ca7e1fbfb6d5d9ae4d9ed494291137578ea6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Sep 2023 02:29:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfdef91..f5060d3 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.17.0", "eslint-plugin-security": "^1.4.0", - "jest": "^24.9.0", + "jest": "^26.0.0", "typedoc": "^0.15.3", "jsonlint": "^1.6.3", "license-checker": "^25.0.1",