diff --git a/package.json b/package.json index 3d340f82..96886dd6 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.6.0", "@swc/jest": "0.2.36", - "@testing-library/dom": "^10.3.1", + "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "6.4.6", "@testing-library/react": "16.0.0", "@testing-library/user-event": "14.5.2", diff --git a/yarn.lock b/yarn.lock index b80a971a..3cede27f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2071,10 +2071,10 @@ dependencies: "@swc/counter" "^0.1.3" -"@testing-library/dom@^10.3.1": - version "10.3.1" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.3.1.tgz#c960204cce7e969ac03ae5f3550e420226c61a21" - integrity sha512-q/WL+vlXMpC0uXDyfsMtc1rmotzLV8Y0gq6q1gfrrDjQeHoeLrqHbxdPvPNAh1i+xuJl7+BezywcXArz7vLqKQ== +"@testing-library/dom@^10.4.0": + version "10.4.0" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.0.tgz#82a9d9462f11d240ecadbf406607c6ceeeff43a8" + integrity sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"