From 5fa39238f9b0ff74a7a86f8571f5da12d2b0bcea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:23:07 +0000 Subject: [PATCH] dependencies: bump @testing-library/react from 15.0.0 to 15.0.1 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.0 to 15.0.1. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v15.0.0...v15.0.1) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee9438105..60875d07c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@tanstack/eslint-plugin-query": "^5.28.11", "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^15.0.0", + "@testing-library/react": "^15.0.1", "@types/jest": "^29.5.12", "@types/node": "^20.12.7", "@types/react": "^18.2.75", @@ -5582,9 +5582,9 @@ } }, "node_modules/@testing-library/react": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.0.tgz", - "integrity": "sha512-Nb2Sq8MoSvGVdOGGppRqXeafLtvXCOwiOQtcbqCfkpVNZZNUqIjeSOwrfJ59zBfmZbAn8PitnWEzUKD1YwMrCg==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.1.tgz", + "integrity": "sha512-I8u4qqGAuBg7C1/kRB9n7Oz9Pc/UHEkmiQRbJziSG8B13eZfAcAUn8TSP26ZIvfSeb68CngmtZbKKcRqcQKa3g==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index 07dcfe22b..56192dc5e 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@tanstack/eslint-plugin-query": "^5.28.11", "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^15.0.0", + "@testing-library/react": "^15.0.1", "@types/jest": "^29.5.12", "@types/node": "^20.12.7", "@types/react": "^18.2.75",