From 35dc6d9fe62fc4d7fcd315863e279da40e2b36fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:15:19 +0000 Subject: [PATCH] chore: bump @testing-library/jest-dom from 6.1.5 to 6.4.2 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.5 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.1.5...v6.4.2) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++++++++++-------- package.json | 2 +- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3d60d848b..32fd3174c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,10 +36,10 @@ "devDependencies": { "@semantic-release/changelog": "^6.0.1", "@semantic-release/exec": "^6.0.3", - "@semantic-release/git": "latest", - "@semantic-release/github": "latest", - "@semantic-release/npm": "latest", - "@testing-library/jest-dom": "^6.0.0", + "@semantic-release/git": "*", + "@semantic-release/github": "*", + "@semantic-release/npm": "*", + "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.1.2", "@tsconfig/docusaurus": "^1.0.5", "@types/jest": "^29.5.3", @@ -6242,16 +6242,17 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.1.5", + "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, - "license": "MIT", "dependencies": { - "@adobe/css-tools": "^4.3.1", + "@adobe/css-tools": "^4.3.2", "@babel/runtime": "^7.9.2", "aria-query": "^5.0.0", "chalk": "^3.0.0", "css.escape": "^1.5.1", - "dom-accessibility-api": "^0.5.6", + "dom-accessibility-api": "^0.6.3", "lodash": "^4.17.15", "redent": "^3.0.0" }, @@ -6262,6 +6263,7 @@ }, "peerDependencies": { "@jest/globals": ">= 28", + "@types/bun": "latest", "@types/jest": ">= 28", "jest": ">= 28", "vitest": ">= 0.32" @@ -6270,6 +6272,9 @@ "@jest/globals": { "optional": true }, + "@types/bun": { + "optional": true + }, "@types/jest": { "optional": true }, @@ -6323,6 +6328,12 @@ "dev": true, "license": "MIT" }, + "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz", + "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==", + "dev": true + }, "node_modules/@testing-library/jest-dom/node_modules/has-flag": { "version": "4.0.0", "dev": true, diff --git a/package.json b/package.json index 6132a5a531..27e6cb2b35 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@semantic-release/git": "latest", "@semantic-release/github": "latest", "@semantic-release/npm": "latest", - "@testing-library/jest-dom": "^6.0.0", + "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.1.2", "@tsconfig/docusaurus": "^1.0.5", "@types/jest": "^29.5.3",