From a12acc7708de96b32fa83d9ebf8b924f9502bd4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 06:08:09 +0000 Subject: [PATCH] npm: bump @testing-library/react from 15.0.4 to 15.0.5 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.4 to 15.0.5. - [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.4...v15.0.5) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 798fba86..6c5d19fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "portfolio", - "version": "4.1.0", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "portfolio", - "version": "4.1.0", + "version": "4.2.0", "dependencies": { "@reduxjs/toolkit": "^2.2.3", "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^15.0.4", + "@testing-library/react": "^15.0.5", "@testing-library/user-event": "^14.5.2", "@types/node": "^20.12.7", "@types/react": "^18.3.0", @@ -3511,9 +3511,9 @@ "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==" }, "node_modules/@testing-library/react": { - "version": "15.0.4", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.4.tgz", - "integrity": "sha512-Fw/LM1emOHKfCxv5R0tz+25TOtiMt0o5Np1zJmb4LbSacOagXQX4ooAaHiJfGUMe+OjUk504BX11W+9Z8CvyZA==", + "version": "15.0.5", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.5.tgz", + "integrity": "sha512-ttodVWYA2i2w4hRa6krKrmS1vKxAEkwDz34y+CwbcrbZUxFzUYN3a5xZyFKo+K6LBseCRCUkwcjATpaNn/UsIA==", "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^10.0.0", diff --git a/package.json b/package.json index ef67baf6..474c6733 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@reduxjs/toolkit": "^2.2.3", "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^15.0.4", + "@testing-library/react": "^15.0.5", "@testing-library/user-event": "^14.5.2", "@types/node": "^20.12.7", "@types/react": "^18.3.0",