diff --git a/package-lock.json b/package-lock.json index 7349630a8ee..8ffc2520c7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@babel/preset-react": "7.18.6", "@babel/preset-typescript": "7.18.6", "@testing-library/cypress": "8.0.3", - "@testing-library/dom": "8.18.1", + "@testing-library/dom": "8.19.0", "@testing-library/jest-dom": "5.16.5", "@testing-library/user-event": "13.5.0", "@types/chai": "4.3.3", @@ -13602,9 +13602,9 @@ } }, "node_modules/@testing-library/dom": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.18.1.tgz", - "integrity": "sha512-oEvsm2B/WtcHKE+IcEeeCqNU/ltFGaVyGbpcm4g/2ytuT49jrlH9x5qRKL/H3A6yfM4YAbSbC0ceT5+9CEXnLg==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.19.0.tgz", + "integrity": "sha512-6YWYPPpxG3e/xOo6HIWwB/58HukkwIVTOaZ0VwdMVjhRUX/01E4FtQbck9GazOOj7MXHc5RBzMrU86iBJHbI+A==", "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", @@ -64509,9 +64509,9 @@ } }, "@testing-library/dom": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.18.1.tgz", - "integrity": "sha512-oEvsm2B/WtcHKE+IcEeeCqNU/ltFGaVyGbpcm4g/2ytuT49jrlH9x5qRKL/H3A6yfM4YAbSbC0ceT5+9CEXnLg==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.19.0.tgz", + "integrity": "sha512-6YWYPPpxG3e/xOo6HIWwB/58HukkwIVTOaZ0VwdMVjhRUX/01E4FtQbck9GazOOj7MXHc5RBzMrU86iBJHbI+A==", "requires": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index 579091ecd53..34d64790441 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@babel/preset-react": "7.18.6", "@babel/preset-typescript": "7.18.6", "@testing-library/cypress": "8.0.3", - "@testing-library/dom": "8.18.1", + "@testing-library/dom": "8.19.0", "@testing-library/jest-dom": "5.16.5", "@testing-library/user-event": "13.5.0", "@types/chai": "4.3.3",