diff --git a/package.json b/package.json index 93b7789a..7ba329cb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "ts-node": "^10.9.1" }, "devDependencies": { - "@testing-library/jest-dom": "^6.0.1", + "@testing-library/jest-dom": "^6.1.0", "@testing-library/react": "^14.0.0", "@types/node": "20.5.2", "@types/react": "18.2.20", diff --git a/yarn.lock b/yarn.lock index e061c21e..9c858279 100644 --- a/yarn.lock +++ b/yarn.lock @@ -819,10 +819,10 @@ lz-string "^1.4.4" 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"