From 7c4cb0aa8f7303a7b905f54052f7d78d6ae9ad04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:01:52 +0000 Subject: [PATCH] Bump @testing-library/react from 14.2.0 to 14.2.1 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.2.0 to 14.2.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/v14.2.0...v14.2.1) --- 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78865b9..afc880d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@sentry/react": "^7.99.0", "@testing-library/jest-dom": "^6.4.0", - "@testing-library/react": "^14.2.0", + "@testing-library/react": "^14.2.1", "@testing-library/user-event": "^14.5.2", "autoprefixer": "^10.4.17", "axios": "^1.6.7", @@ -4346,9 +4346,9 @@ "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==" }, "node_modules/@testing-library/react": { - "version": "14.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.2.0.tgz", - "integrity": "sha512-7uBnPHyOG6nDGCzv8SLeJbSa33ZoYw7swYpSLIgJvBALdq7l9zPNk33om4USrxy1lKTxXaVfufzLmq83WNfWIw==", + "version": "14.2.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.2.1.tgz", + "integrity": "sha512-sGdjws32ai5TLerhvzThYFbpnF9XtL65Cjf+gB0Dhr29BGqK+mAeN7SURSdu+eqgET4ANcWoC7FQpkaiGvBr+A==", "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^9.0.0", diff --git a/package.json b/package.json index 9b28e33..1334558 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@sentry/react": "^7.99.0", "@testing-library/jest-dom": "^6.4.0", - "@testing-library/react": "^14.2.0", + "@testing-library/react": "^14.2.1", "@testing-library/user-event": "^14.5.2", "autoprefixer": "^10.4.17", "axios": "^1.6.7",