From c19d9a37ffe62a2800bf5abcff73c597a3f3e981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:39:21 +0200 Subject: [PATCH] meta: bump the testing group with 2 updates (#7011) 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.8 to 6.5.0 - [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.8...v6.5.0) Updates `@testing-library/react` from 16.0.0 to 16.0.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/v16.0.0...v16.0.1) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apps/site/package.json | 4 ++-- package-lock.json | 19 ++++++++----------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/apps/site/package.json b/apps/site/package.json index e7f54f0784377..27296d22c27a2 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -94,8 +94,8 @@ "@storybook/addon-themes": "~8.2.7", "@storybook/addon-viewport": "~8.2.7", "@storybook/nextjs": "~8.2.7", - "@testing-library/jest-dom": "~6.4.8", - "@testing-library/react": "~16.0.0", + "@testing-library/jest-dom": "~6.5.0", + "@testing-library/react": "~16.0.1", "@testing-library/user-event": "~14.5.2", "@types/jest": "29.5.12", "@types/react": "^18.3.1", diff --git a/package-lock.json b/package-lock.json index 65a9c79f7798a..180fc712bf3f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,8 +87,8 @@ "@storybook/addon-themes": "~8.2.7", "@storybook/addon-viewport": "~8.2.7", "@storybook/nextjs": "~8.2.7", - "@testing-library/jest-dom": "~6.4.8", - "@testing-library/react": "~16.0.0", + "@testing-library/jest-dom": "~6.5.0", + "@testing-library/react": "~16.0.1", "@testing-library/user-event": "~14.5.2", "@types/jest": "29.5.12", "@types/react": "^18.3.1", @@ -7859,14 +7859,12 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.8", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.8.tgz", - "integrity": "sha512-JD0G+Zc38f5MBHA4NgxQMR5XtO5Jx9g86jqturNTt2WUfRmLDIY7iKkWHDCCTiDuFMre6nxAD5wHw9W5kI4rGw==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.5.0.tgz", + "integrity": "sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==", "dev": true, - "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", - "@babel/runtime": "^7.9.2", "aria-query": "^5.0.0", "chalk": "^3.0.0", "css.escape": "^1.5.1", @@ -7888,11 +7886,10 @@ "license": "MIT" }, "node_modules/@testing-library/react": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.0.0.tgz", - "integrity": "sha512-guuxUKRWQ+FgNX0h0NS0FIq3Q3uLtWVpBzcLOggmfMoUpgBnzBzvLLd4fbm6yS8ydJd94cIfY4yP9qUQjM2KwQ==", + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.0.1.tgz", + "integrity": "sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5" },