diff --git a/graph-tutorial/package.json b/graph-tutorial/package.json index 92c6587..3aecc9f 100644 --- a/graph-tutorial/package.json +++ b/graph-tutorial/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@microsoft/microsoft-graph-types": "^2.40.0", - "@testing-library/jest-dom": "^6.2.1", + "@testing-library/jest-dom": "^6.3.0", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.11", diff --git a/graph-tutorial/yarn.lock b/graph-tutorial/yarn.lock index fee619b..6c9f708 100644 --- a/graph-tutorial/yarn.lock +++ b/graph-tutorial/yarn.lock @@ -2004,10 +2004,10 @@ lz-string "^1.5.0" pretty-format "^27.0.2" -"@testing-library/jest-dom@^6.2.1": - version "6.2.1" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.2.1.tgz#0beba7515caad06de8733e1dd5a040fe34ad212d" - integrity sha512-Nuy/uFFDe9h/2jwoUuMKgoxvgkUv4S9jI9bARj6dGUKJ3euRhg8JFi5sciYbrayoxkadEOZednRT9+vo6LvvxQ== +"@testing-library/jest-dom@^6.3.0": + version "6.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.3.0.tgz#e8d308e0c0e91d882340cbbfdea0e4daa7987d36" + integrity sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg== dependencies: "@adobe/css-tools" "^4.3.2" "@babel/runtime" "^7.9.2"