diff --git a/frontend/package.json b/frontend/package.json index 756b405e..2ab16314 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "typescript": "^5.1.6" }, "devDependencies": { - "@testing-library/jest-dom": "^6.0.1", + "@testing-library/jest-dom": "^6.1.0", "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.3", "@types/node": "^20.5.3", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 3cc4d423..5433690e 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2807,10 +2807,10 @@ lz-string "^1.5.0" pretty-format "^27.0.2" -"@testing-library/jest-dom@^6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.0.1.tgz#60c2aa05e0e3c07cbfaa319689e43227d95fa7c4" - integrity sha512-0hx/AWrJp8EKr8LmC5jrV3Lx8TZySH7McU1Ix2czBPQnLd458CefSEGjZy7w8kaBRA6LhoPkGjoZ3yqSs338IQ== +"@testing-library/jest-dom@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.0.tgz#8e5017514d374b8e7abe294441130063e2b74a49" + integrity sha512-EUAg9pvOkzmGXUSyAPt0h6yAXHxsn+FMNS1o7OX8TErmldZML2ywt10lotZXx/a1PDiSnq0fGGyEV/ybKSLPWQ== dependencies: "@adobe/css-tools" "^4.0.1" "@babel/runtime" "^7.9.2"