From de2c966c15c54d0b27cb4a97c17d1de027338f5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:20:15 +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: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 35c5828c..92c44ddd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.10", "@testing-library/jest-dom": "^6.3.0", - "@testing-library/react": "^14.1.2", + "@testing-library/react": "^14.2.1", "@testing-library/user-event": "^14.5.1", "@types/gatsbyjs__reach-router": "^2.0.4", "@types/prismjs": "^1.26.3", @@ -6316,9 +6316,9 @@ } }, "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==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index cc6de62e..6df7a2c7 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.10", "@testing-library/jest-dom": "^6.3.0", - "@testing-library/react": "^14.1.2", + "@testing-library/react": "^14.2.1", "@testing-library/user-event": "^14.5.1", "@types/gatsbyjs__reach-router": "^2.0.4", "@types/prismjs": "^1.26.3",