diff --git a/apps/customer-service/package.json b/apps/customer-service/package.json index 718b0711d..ce2433ec0 100644 --- a/apps/customer-service/package.json +++ b/apps/customer-service/package.json @@ -47,7 +47,7 @@ "@cs/prettier-config": "*", "@cs/tailwind-config": "*", "@cs/tsconfig": "*", - "@testing-library/jest-dom": "^6.0.1", + "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", "@types/negotiator": "^0.6.1", "@types/node": "^20.5.7", diff --git a/yarn.lock b/yarn.lock index 272f5bf70..1a2d31971 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1285,10 +1285,10 @@ lz-string "^1.5.0" pretty-format "^27.0.2" -"@testing-library/jest-dom@^6.0.1": - version "6.1.2" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.2.tgz#3e7422904349223cb1e04968adada63f65f40d5b" - integrity sha512-NP9jl1Q2qDDtx+cqogowtQtmgD2OVs37iMSIsTv5eN5ETRkf26Kj6ugVwA93/gZzzFWQAsgkKkcftDe91BJCkQ== +"@testing-library/jest-dom@^6.1.3": + version "6.1.3" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.3.tgz#443118c9e4043f96396f120de2c7122504a079c5" + integrity sha512-YzpjRHoCBWPzpPNtg6gnhasqtE/5O4qz8WCwDEaxtfnPO6gkaLrnuXusrGSPyhIGPezr1HM7ZH0CFaUTY9PJEQ== dependencies: "@adobe/css-tools" "^4.3.0" "@babel/runtime" "^7.9.2"