Skip to content

Commit 88170e9

Browse files
Bump @testing-library/jest-dom from 6.6.3 to 6.9.1
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.6.3 to 6.9.1. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.6.3...v6.9.1) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 6.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b9bbf2 commit 88170e9

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@graphql-codegen/typescript-react-apollo": "^4.3.3",
6565
"@graphql-codegen/typescript-resolvers": "^4.5.1",
6666
"@testing-library/dom": "^10.4.0",
67-
"@testing-library/jest-dom": "^6.6.3",
67+
"@testing-library/jest-dom": "^6.9.1",
6868
"@testing-library/react": "^16.0.1",
6969
"@testing-library/user-event": "^14.5.2",
7070
"@types/bcryptjs": "^2.4.6",

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2451,17 +2451,16 @@
24512451
lz-string "^1.5.0"
24522452
pretty-format "^27.0.2"
24532453

2454-
"@testing-library/jest-dom@^6.6.3":
2455-
version "6.6.3"
2456-
resolved "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz"
2457-
integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==
2454+
"@testing-library/jest-dom@^6.9.1":
2455+
version "6.9.1"
2456+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz#7613a04e146dd2976d24ddf019730d57a89d56c2"
2457+
integrity sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==
24582458
dependencies:
24592459
"@adobe/css-tools" "^4.4.0"
24602460
aria-query "^5.0.0"
2461-
chalk "^3.0.0"
24622461
css.escape "^1.5.1"
24632462
dom-accessibility-api "^0.6.3"
2464-
lodash "^4.17.21"
2463+
picocolors "^1.1.1"
24652464
redent "^3.0.0"
24662465

24672466
"@testing-library/react@^16.0.1":
@@ -3624,14 +3623,6 @@ chalk@^2.4.1:
36243623
escape-string-regexp "^1.0.5"
36253624
supports-color "^5.3.0"
36263625

3627-
chalk@^3.0.0:
3628-
version "3.0.0"
3629-
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz"
3630-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3631-
dependencies:
3632-
ansi-styles "^4.1.0"
3633-
supports-color "^7.1.0"
3634-
36353626
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
36363627
version "4.1.2"
36373628
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"

0 commit comments

Comments
 (0)