From 412bb7cd921aeea530f66b7bf7b27376459f3dcb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 19:30:05 +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 0d334fd3d42b87..8f7090d74f81ea 100644 --- a/package.json +++ b/package.json @@ -154,11 +154,11 @@ "eslint-plugin-prefer-object-spread": "1.2.1", "eslint-plugin-react": "7.29.4", "eslint-plugin-react-hooks": "4.3.0", - "eslint-plugin-testing-library": "4.12.4", + "eslint-plugin-testing-library": "5.0.0", "execa": "5.1.1", "faker": "5.5.3", "husky": "7.0.4", - "jest": "27.5.1", + "jest": "29.0.0", "js-yaml": "3.14.1", "lint-staged": "12.3.7", "lodash": "4.17.21",