From 5fa77c6dc2c7a4515a2fc74f931b2e4673c4471a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 May 2024 02:37:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfdef91..d926ad8 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": "^28.0.0", "typedoc": "^0.15.3", "jsonlint": "^1.6.3", "license-checker": "^25.0.1",