From 9d704a564c4e636f7aa0a87e525436083b1dee83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:21:33 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/jest-dom from 6.2.0 to 6.2.1 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.2.0 to 6.2.1. - [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.2.0...v6.2.1) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 585937ef0..42afef5ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "@storybook/react": "^7.6.10", "@storybook/react-webpack5": "^7.6.10", "@storybook/testing-library": "^0.2.2", - "@testing-library/jest-dom": "^6.2.0", + "@testing-library/jest-dom": "^6.2.1", "@testing-library/react": "^14.1.2", "@types/follow-redirects": "^1.14.4", "@types/jest": "^29.5.11", @@ -8847,9 +8847,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz", - "integrity": "sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.1.tgz", + "integrity": "sha512-Nuy/uFFDe9h/2jwoUuMKgoxvgkUv4S9jI9bARj6dGUKJ3euRhg8JFi5sciYbrayoxkadEOZednRT9+vo6LvvxQ==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.3.2", @@ -8868,6 +8868,7 @@ }, "peerDependencies": { "@jest/globals": ">= 28", + "@types/bun": "latest", "@types/jest": ">= 28", "jest": ">= 28", "vitest": ">= 0.32" @@ -8876,6 +8877,9 @@ "@jest/globals": { "optional": true }, + "@types/bun": { + "optional": true + }, "@types/jest": { "optional": true }, diff --git a/package.json b/package.json index b68fa1a24..75f593ef7 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@storybook/react": "^7.6.10", "@storybook/react-webpack5": "^7.6.10", "@storybook/testing-library": "^0.2.2", - "@testing-library/jest-dom": "^6.2.0", + "@testing-library/jest-dom": "^6.2.1", "@testing-library/react": "^14.1.2", "@types/follow-redirects": "^1.14.4", "@types/jest": "^29.5.11",