From 81a2916b66c1a663b48f6f71dac6fddc1667cf1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 07:51:21 +0000 Subject: [PATCH] Bump @testing-library/react from 15.0.1 to 15.0.2 in the testing group Bumps the testing group with 1 update: [@testing-library/react](https://github.com/testing-library/react-testing-library). Updates `@testing-library/react` from 15.0.1 to 15.0.2 - [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.1...v15.0.2) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef0706f8..7778e0b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@shlinkio/eslint-config-js-coding-standard": "~2.4.1", "@shlinkio/stylelint-config-css-coding-standard": "~1.1.1", "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^15.0.1", + "@testing-library/react": "^15.0.2", "@testing-library/user-event": "^14.5.2", "@total-typescript/shoehorn": "^0.1.2", "@types/react": "^18.2.77", @@ -3308,9 +3308,9 @@ } }, "node_modules/@testing-library/react": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.1.tgz", - "integrity": "sha512-I8u4qqGAuBg7C1/kRB9n7Oz9Pc/UHEkmiQRbJziSG8B13eZfAcAUn8TSP26ZIvfSeb68CngmtZbKKcRqcQKa3g==", + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.2.tgz", + "integrity": "sha512-5mzIpuytB1ctpyywvyaY2TAAUQVCZIGqwiqFQf6u9lvj/SJQepGUzNV18Xpk+NLCaCE2j7CWrZE0tEf9xLZYiQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", @@ -13233,9 +13233,9 @@ } }, "@testing-library/react": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.1.tgz", - "integrity": "sha512-I8u4qqGAuBg7C1/kRB9n7Oz9Pc/UHEkmiQRbJziSG8B13eZfAcAUn8TSP26ZIvfSeb68CngmtZbKKcRqcQKa3g==", + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.2.tgz", + "integrity": "sha512-5mzIpuytB1ctpyywvyaY2TAAUQVCZIGqwiqFQf6u9lvj/SJQepGUzNV18Xpk+NLCaCE2j7CWrZE0tEf9xLZYiQ==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index 2e33c583..06e21f22 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@shlinkio/eslint-config-js-coding-standard": "~2.4.1", "@shlinkio/stylelint-config-css-coding-standard": "~1.1.1", "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^15.0.1", + "@testing-library/react": "^15.0.2", "@testing-library/user-event": "^14.5.2", "@total-typescript/shoehorn": "^0.1.2", "@types/react": "^18.2.77",