From 8ed8f489def094f11846a376965d812d57f6b775 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Nov 2024 05:42:55 +0000 Subject: [PATCH] fix: site/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 --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index e2f46bf869b69..53d678b77ca28 100644 --- a/site/package.json +++ b/site/package.json @@ -62,7 +62,7 @@ "date-fns": "2.30.0", "dayjs": "1.11.4", "emoji-mart": "5.4.0", - "eslint-plugin-testing-library": "5.11.0", + "eslint-plugin-testing-library": "7.0.0", "eventsourcemock": "2.0.0", "formik": "2.4.1", "front-matter": "4.0.2",