From 485c3b345940652f3c646448f634eca5a601ad35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 20:32:51 +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-MICROMATCH-6838728 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f3de9e3fd2..3643f2522b 100644 --- a/package.json +++ b/package.json @@ -60,9 +60,9 @@ "eslint-plugin-no-only-tests": "^2.3.1", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^4.0.1", - "jest": "^26.6.3", + "jest": "^29.0.0", "jest-diff": "^25.4.0", - "jest-extended": "^0.11.5", + "jest-extended": "^2.0.0", "keygrip": "^1.0.2", "nock": "^9.6.1", "nodemon": "^2.0.3",