From bf43ea5188f0e5b86feea9eb69a3b69dd850fe49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 18:40:22 +0000 Subject: [PATCH] feat: upgrade @testing-library/react from 14.3.1 to 15.0.7 Snyk has created this PR to upgrade @testing-library/react from 14.3.1 to 15.0.7. See this package in npm: @testing-library/react See this project in Snyk: https://app.snyk.io/org/okeamah/project/ec06289a-db6a-47b5-9391-082534603e7b?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..a953428bfeb0 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": "^15.0.7", "@types/change-case": "^2.3.1", "change-case": "4.1.2", "react": "^18.2.0",