From 63269843e66f482cc6c0f3c3df914950b785a28e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 07:48:32 +0000 Subject: [PATCH] meta: bump the testing group with 2 updates Bumps the testing group with 2 updates: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [@testing-library/react](https://github.com/testing-library/react-testing-library). Updates `@testing-library/jest-dom` from 6.4.1 to 6.4.2 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.1...v6.4.2) Updates `@testing-library/react` 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/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing - 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 | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 072b05f4ba070..5736c726e7948 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,8 +65,8 @@ "@storybook/addon-themes": "~7.6.12", "@storybook/addon-viewport": "~7.6.12", "@storybook/nextjs": "~7.6.12", - "@testing-library/jest-dom": "~6.4.1", - "@testing-library/react": "~14.2.0", + "@testing-library/jest-dom": "~6.4.2", + "@testing-library/react": "~14.2.1", "@testing-library/user-event": "~14.5.2", "@types/jest": "29.5.12", "@types/react": "^18.2.61", @@ -7686,9 +7686,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.1.tgz", - "integrity": "sha512-Z7qMM3J2Zw5H/nC2/5CYx5YcuaD56JmDFKNIozZ89VIo6o6Y9FMhssics4e2madEKYDNEpZz3+glPGz0yWMOag==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.2.tgz", + "integrity": "sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.3.2", @@ -7737,9 +7737,9 @@ "dev": true }, "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 6598671044ff1..ab8276af1a2c6 100644 --- a/package.json +++ b/package.json @@ -96,8 +96,8 @@ "@storybook/addon-themes": "~7.6.12", "@storybook/addon-viewport": "~7.6.12", "@storybook/nextjs": "~7.6.12", - "@testing-library/jest-dom": "~6.4.1", - "@testing-library/react": "~14.2.0", + "@testing-library/jest-dom": "~6.4.2", + "@testing-library/react": "~14.2.1", "@testing-library/user-event": "~14.5.2", "@types/jest": "29.5.12", "@types/react": "^18.2.61",