Skip to content

Commit 7c21a12

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

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"prepare": "husky install"
1818
},
1919
"devDependencies": {
20-
"@testing-library/jest-dom": "6.6.4",
20+
"@testing-library/jest-dom": "6.7.0",
2121
"@testing-library/react": "16.3.0",
2222
"@testing-library/user-event": "^14.4.3",
2323
"@types/jest": "^30.0.0",

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -378,16 +378,15 @@
378378
lodash "^4.17.15"
379379
redent "^3.0.0"
380380

381-
"@testing-library/jest-dom@6.6.4":
382-
version "6.6.4"
383-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.4.tgz#577a1761768bda5458c42241add3b1570c34d39c"
384-
integrity sha512-xDXgLjVunjHqczScfkCJ9iyjdNOVHvvCdqHSSxwM9L0l/wHkTRum67SDc020uAlCoqktJplgO2AAQeLP1wgqDQ==
381+
"@testing-library/jest-dom@6.7.0":
382+
version "6.7.0"
383+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.7.0.tgz#cff6452ba03b215c16d97b48adfc4e1ac54c3e03"
384+
integrity sha512-RI2e97YZ7MRa+vxP4UUnMuMFL2buSsf0ollxUbTgrbPLKhMn8KVTx7raS6DYjC7v1NDVrioOvaShxsguLNISCA==
385385
dependencies:
386386
"@adobe/css-tools" "^4.4.0"
387387
aria-query "^5.0.0"
388388
css.escape "^1.5.1"
389389
dom-accessibility-api "^0.6.3"
390-
lodash "^4.17.21"
391390
picocolors "^1.1.1"
392391
redent "^3.0.0"
393392

@@ -1042,7 +1041,7 @@ jsdom@^26.0.0:
10421041
ws "^8.18.0"
10431042
xml-name-validator "^5.0.0"
10441043

1045-
lodash@^4.17.15, lodash@^4.17.21:
1044+
lodash@^4.17.15:
10461045
version "4.17.21"
10471046
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
10481047
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)