From f0ff88c6907d48c53538946727e07e6c3904c6a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 17:28:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TMPL-1583443 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7d781d..db468d1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "dependencies": { "@craco/craco": "^6.3.0", - "@testing-library/jest-dom": "^5.11.4", + "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "gh-pages": "^3.2.3",