diff --git a/package.json b/package.json index 9082b2298b..504015553a 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@eslint/eslintrc": "^3.0.2", "@eslint/js": "^9.0.0", "@open-wc/testing-helpers": "^3.0.1", - "@testing-library/dom": "^10.3.1", + "@testing-library/dom": "^10.3.2", "@testing-library/user-event": "^14.5.2", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", diff --git a/yarn.lock b/yarn.lock index f25fa8fd53..3f97835fec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2094,10 +2094,10 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@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.3.2": + version "10.3.2" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.3.2.tgz#0285f643510d5ff4a0b12e4efa7f734a78d80aa3" + integrity sha512-0bxIdP9mmPiOJ6wHLj8bdJRq+51oddObeCGdEf6PNEhYd93ZYAN+lPRnEOVFtheVwDM7+p+tza3LAQgp0PTudg== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"