Skip to content

Commit 51e02fd

Browse files
Bump @testing-library/jest-dom from 6.4.2 to 6.4.5 in /graph-tutorial
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.2 to 6.4.5. - [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.4.2...v6.4.5) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b57a03d commit 51e02fd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

graph-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
4747
"@microsoft/microsoft-graph-types": "^2.40.0",
48-
"@testing-library/jest-dom": "^6.4.2",
48+
"@testing-library/jest-dom": "^6.4.5",
4949
"@testing-library/react": "^14.3.0",
5050
"@testing-library/user-event": "^14.5.2",
5151
"@types/jest": "^29.5.11",

graph-tutorial/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,18 +1985,18 @@
19851985
lz-string "^1.5.0"
19861986
pretty-format "^27.0.2"
19871987

1988-
"@testing-library/jest-dom@^6.4.2":
1989-
version "6.4.2"
1990-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.4.2.tgz#38949f6b63722900e2d75ba3c6d9bf8cffb3300e"
1991-
integrity sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==
1988+
"@testing-library/jest-dom@^6.4.5":
1989+
version "6.4.5"
1990+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.4.5.tgz#badb40296477149136dabef32b572ddd3b56adf1"
1991+
integrity sha512-AguB9yvTXmCnySBP1lWjfNNUwpbElsaQ567lt2VdGqAdHtpieLgjmcVyv1q7PMIvLbgpDdkWV5Ydv3FEejyp2A==
19921992
dependencies:
19931993
"@adobe/css-tools" "^4.3.2"
19941994
"@babel/runtime" "^7.9.2"
19951995
aria-query "^5.0.0"
19961996
chalk "^3.0.0"
19971997
css.escape "^1.5.1"
19981998
dom-accessibility-api "^0.6.3"
1999-
lodash "^4.17.15"
1999+
lodash "^4.17.21"
20002000
redent "^3.0.0"
20012001

20022002
"@testing-library/react@^14.3.0":
@@ -6636,7 +6636,7 @@ lodash.uniq@^4.5.0:
66366636
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
66376637
integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
66386638

6639-
lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0:
6639+
lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0:
66406640
version "4.17.21"
66416641
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
66426642
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)