chore: bump @testing-library/jest-dom from 6.4.2 to 6.4.5 (#1097)

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.2 to 6.4.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/jest-dom/releases"><code>@​testing-library/jest-dom</code>'s releases</a>.</em></p> <blockquote> <h2>v6.4.5</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.4...v6.4.5">6.4.5</a> (2024-05-03)</h2> <h3>Bug Fixes</h3> <ul> <li>add js suffix to isEqualWith import (<a href="https://redirect.github.com/testing-library/jest-dom/issues/599">#599</a>) (<a href="https://github.com/testing-library/jest-dom/commit/e8c8b13c6de2a0ccffaa6539809c8c11f141beca">e8c8b13</a>)</li> </ul> <h2>v6.4.4</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.3...v6.4.4">6.4.4</a> (2024-05-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>infra:</strong> codecoverage token addition (<a href="https://redirect.github.com/testing-library/jest-dom/issues/600">#600</a>) (<a href="https://github.com/testing-library/jest-dom/commit/f03a582827453de6fac4510dcf4fa3148c7ed68a">f03a582</a>)</li> </ul> <h2>v6.4.3</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.3">6.4.3</a> (2024-05-03)</h2> <h3>Bug Fixes</h3> <ul> <li>Updates role support for aria-required attribute in <code>toBeRequired</code> (<a href="https://redirect.github.com/testing-library/jest-dom/issues/590">#590</a>) (<a href="https://github.com/testing-library/jest-dom/commit/20aca338d09062a2a71f6dd4e0daad65b26f6210">20aca33</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/jest-dom/commit/e8c8b13c6de2a0ccffaa6539809c8c11f141beca"><code>e8c8b13</code></a> fix: add js suffix to isEqualWith import (<a href="https://redirect.github.com/testing-library/jest-dom/issues/599">#599</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/f03a582827453de6fac4510dcf4fa3148c7ed68a"><code>f03a582</code></a> fix(infra): codecoverage token addition (<a href="https://redirect.github.com/testing-library/jest-dom/issues/600">#600</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/20aca338d09062a2a71f6dd4e0daad65b26f6210"><code>20aca33</code></a> fix: Updates role support for aria-required attribute in <code>toBeRequired</code> (<a href="https://redirect.github.com/testing-library/jest-dom/issues/590">#590</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/bd82f64592696c9710c59becaf1adfeb1e4c6169"><code>bd82f64</code></a> refactor: replace lodash with own implementation when possible (<a href="https://redirect.github.com/testing-library/jest-dom/issues/593">#593</a>)</li> <li>See full diff in <a href="https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/jest-dom&package-manager=npm_and_yarn&previous-version=6.4.2&new-version=6.4.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed May 6, 2024 at 15:36 UTC 18542ce5f624d58b034f5e0fa1bc2836c479549b
1 file changed +4 -4
package-lock.json
+4 -4
@@ -9308,9 +9308,9 @@
9308 }
9309 },
9310 "node_modules/@testing-library/jest-dom": {
9311 - "version": "6.4.2",
9312 - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.2.tgz",
9313 - "integrity": "sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==",
9311 + "version": "6.4.5",
9312 + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.5.tgz",
9313 + "integrity": "sha512-AguB9yvTXmCnySBP1lWjfNNUwpbElsaQ567lt2VdGqAdHtpieLgjmcVyv1q7PMIvLbgpDdkWV5Ydv3FEejyp2A==",
9314 "dev": true,
9315 "dependencies": {
9316 "@adobe/css-tools": "^4.3.2",
@@ -9319,7 +9319,7 @@
9319 "chalk": "^3.0.0",
9320 "css.escape": "^1.5.1",
9321 "dom-accessibility-api": "^0.6.3",
9322 - "lodash": "^4.17.15",
9322 + "lodash": "^4.17.21",
9323 "redent": "^3.0.0"
9324 },
9325 "engines": {