chore: bump @testing-library/jest-dom from 6.2.0 to 6.2.1 (#938)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Jan 24, 2024 at 12:36 UTC
11979571cfd0e225d98aa7b8d03cc6e274ce23ae
1 file changed
+7
-3
package-lock.json
+7
-3
@@ -8784,9 +8784,9 @@
8784
}
8785
},
8786
"node_modules/@testing-library/jest-dom": {
8787
- "version": "6.2.0",
8788
- "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz",
8789
- "integrity": "sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==",
8787
+ "version": "6.2.1",
8788
+ "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.1.tgz",
8789
+ "integrity": "sha512-Nuy/uFFDe9h/2jwoUuMKgoxvgkUv4S9jI9bARj6dGUKJ3euRhg8JFi5sciYbrayoxkadEOZednRT9+vo6LvvxQ==",
8790
"dev": true,
8791
"dependencies": {
8792
"@adobe/css-tools": "^4.3.2",
@@ -8805,6 +8805,7 @@
8805
},
8806
"peerDependencies": {
8807
"@jest/globals": ">= 28",
8808
+ "@types/bun": "latest",
8809
"@types/jest": ">= 28",
8810
"jest": ">= 28",
8811
"vitest": ">= 0.32"
@@ -8813,6 +8814,9 @@
8814
"@jest/globals": {
8815
"optional": true
8816
},
8817
+ "@types/bun": {
8818
+ "optional": true
8819
+ },
8820
"@types/jest": {
8821
"optional": true
8822
},