Skip to content

Commit 667cae0

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 6e69c0b commit 667cae0

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
@@ -65,7 +65,7 @@
6565
"@graphql-codegen/typescript-react-apollo": "^4.3.3",
6666
"@graphql-codegen/typescript-resolvers": "^4.5.1",
6767
"@testing-library/dom": "^10.4.0",
68-
"@testing-library/jest-dom": "^6.6.3",
68+
"@testing-library/jest-dom": "^6.9.1",
6969
"@testing-library/react": "^16.0.1",
7070
"@testing-library/user-event": "^14.5.2",
7171
"@types/bcryptjs": "^2.4.6",

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2364,17 +2364,16 @@
23642364
lz-string "^1.5.0"
23652365
pretty-format "^27.0.2"
23662366

2367-
"@testing-library/jest-dom@^6.6.3":
2368-
version "6.6.3"
2369-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2"
2370-
integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==
2367+
"@testing-library/jest-dom@^6.9.1":
2368+
version "6.9.1"
2369+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz#7613a04e146dd2976d24ddf019730d57a89d56c2"
2370+
integrity sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==
23712371
dependencies:
23722372
"@adobe/css-tools" "^4.4.0"
23732373
aria-query "^5.0.0"
2374-
chalk "^3.0.0"
23752374
css.escape "^1.5.1"
23762375
dom-accessibility-api "^0.6.3"
2377-
lodash "^4.17.21"
2376+
picocolors "^1.1.1"
23782377
redent "^3.0.0"
23792378

23802379
"@testing-library/react@^16.0.1":
@@ -3576,14 +3575,6 @@ chalk@^2.4.1:
35763575
escape-string-regexp "^1.0.5"
35773576
supports-color "^5.3.0"
35783577

3579-
chalk@^3.0.0:
3580-
version "3.0.0"
3581-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3582-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3583-
dependencies:
3584-
ansi-styles "^4.1.0"
3585-
supports-color "^7.1.0"
3586-
35873578
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
35883579
version "4.1.2"
35893580
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"

0 commit comments

Comments
 (0)