From be4d07504f1cdf82c56a841a54e84ae6a7d483d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Aug 2024 01:00:07 +0000 Subject: [PATCH] feat: upgrade @testing-library/react from 14.3.1 to 16.0.0 Snyk has created this PR to upgrade @testing-library/react from 14.3.1 to 16.0.0. See this package in npm: @testing-library/react See this project in Snyk: https://app.snyk.io/org/okeamah/project/bdd41e51-2385-4405-9002-17c519481e94?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/contracts-ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/contracts-ts/package.json b/packages/contracts-ts/package.json index 62ad4d258cb8..1ec18cebe97e 100644 --- a/packages/contracts-ts/package.json +++ b/packages/contracts-ts/package.json @@ -77,7 +77,7 @@ } }, "dependencies": { - "@testing-library/react": "^14.2.1", + "@testing-library/react": "^16.0.0", "@types/change-case": "^2.3.1", "change-case": "4.1.2", "react": "^18.2.0",