From 4a3b71543087be4eba725aab69c31bc0f7bb1772 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 05:41:03 +0000 Subject: [PATCH] fix: dist/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 --- dist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/package.json b/dist/package.json index d38e12e..3599013 100644 --- a/dist/package.json +++ b/dist/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@babel/polyfill": "^7.12.1", - "@testing-library/jest-dom": "^5.16.4", + "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.2",