Skip to content

Commit df43a9d

Browse files
chore(deps): update dependency @testing-library/jest-dom to v6.9.1 (#5987)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ad2cc4 commit df43a9d

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@svgr/plugin-prettier": "^8.0.1",
5151
"@swc/core": "1.14.0",
5252
"@swc/jest": "0.2.39",
53-
"@testing-library/jest-dom": "6.6.3",
53+
"@testing-library/jest-dom": "6.9.1",
5454
"@testing-library/react": "14.3.1",
5555
"@types/jest": "30.0.0",
5656
"@types/jsdom": "27.0.0",

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2714,17 +2714,16 @@
27142714
lz-string "^1.4.4"
27152715
pretty-format "^27.0.2"
27162716

2717-
"@testing-library/jest-dom@6.6.3":
2718-
version "6.6.3"
2719-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2"
2720-
integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==
2717+
"@testing-library/jest-dom@6.9.1":
2718+
version "6.9.1"
2719+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz#7613a04e146dd2976d24ddf019730d57a89d56c2"
2720+
integrity sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==
27212721
dependencies:
27222722
"@adobe/css-tools" "^4.4.0"
27232723
aria-query "^5.0.0"
2724-
chalk "^3.0.0"
27252724
css.escape "^1.5.1"
27262725
dom-accessibility-api "^0.6.3"
2727-
lodash "^4.17.21"
2726+
picocolors "^1.1.1"
27282727
redent "^3.0.0"
27292728

27302729
"@testing-library/[email protected]":
@@ -5806,14 +5805,6 @@ chalk@^2.0.0, chalk@^2.4.2:
58065805
escape-string-regexp "^1.0.5"
58075806
supports-color "^5.3.0"
58085807

5809-
chalk@^3.0.0:
5810-
version "3.0.0"
5811-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
5812-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
5813-
dependencies:
5814-
ansi-styles "^4.1.0"
5815-
supports-color "^7.1.0"
5816-
58175808
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
58185809
version "4.1.2"
58195810
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"

0 commit comments

Comments
 (0)