From f5629c92cc76047cb30d07829d6c67f4b44d1ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:57:00 +0000 Subject: [PATCH] chore(deps): bump @testing-library/react in /taxonomy-editor-frontend Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.0.0 to 14.2.0. - [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.0.0...v14.2.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- taxonomy-editor-frontend/package-lock.json | 14 +++++++------- taxonomy-editor-frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/taxonomy-editor-frontend/package-lock.json b/taxonomy-editor-frontend/package-lock.json index 6f700b2c..af4c62b1 100644 --- a/taxonomy-editor-frontend/package-lock.json +++ b/taxonomy-editor-frontend/package-lock.json @@ -15,7 +15,7 @@ "@mui/material": "^5.14.20", "@tanstack/react-query": "^5.17.9", "@testing-library/jest-dom": "^6.2.0", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "^14.2.0", "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.2.6", "@types/node": "^18.11.18", @@ -5444,9 +5444,9 @@ } }, "node_modules/@testing-library/react": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.0.0.tgz", - "integrity": "sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.2.0.tgz", + "integrity": "sha512-7uBnPHyOG6nDGCzv8SLeJbSa33ZoYw7swYpSLIgJvBALdq7l9zPNk33om4USrxy1lKTxXaVfufzLmq83WNfWIw==", "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^9.0.0", @@ -27104,9 +27104,9 @@ } }, "@testing-library/react": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.0.0.tgz", - "integrity": "sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.2.0.tgz", + "integrity": "sha512-7uBnPHyOG6nDGCzv8SLeJbSa33ZoYw7swYpSLIgJvBALdq7l9zPNk33om4USrxy1lKTxXaVfufzLmq83WNfWIw==", "requires": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^9.0.0", diff --git a/taxonomy-editor-frontend/package.json b/taxonomy-editor-frontend/package.json index 0626e755..2118e254 100644 --- a/taxonomy-editor-frontend/package.json +++ b/taxonomy-editor-frontend/package.json @@ -10,7 +10,7 @@ "@mui/material": "^5.14.20", "@tanstack/react-query": "^5.17.9", "@testing-library/jest-dom": "^6.2.0", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "^14.2.0", "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.2.6", "@types/node": "^18.11.18",