From 73665bc8af42b08b0113bba25b6d62a16f325454 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Aug 2024 00:36:46 +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/bc7fa2ad-7386-45f1-96fe-f67f02938026?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 ef4a756d32cf..62b764799a79 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",