diff --git a/package-lock.json b/package-lock.json index cc374e53c50..03067e9ad7c 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.17.1", + "@testing-library/dom": "8.18.1", "@testing-library/jest-dom": "5.16.5", "@testing-library/user-event": "13.5.0", "@types/chai": "4.3.3", @@ -13600,9 +13600,9 @@ } }, "node_modules/@testing-library/dom": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.17.1.tgz", - "integrity": "sha512-KnH2MnJUzmFNPW6RIKfd+zf2Wue8mEKX0M3cpX6aKl5ZXrJM1/c/Pc8c2xDNYQCnJO48Sm5ITbMXgqTr3h4jxQ==", + "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==", "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", @@ -64483,9 +64483,9 @@ } }, "@testing-library/dom": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.17.1.tgz", - "integrity": "sha512-KnH2MnJUzmFNPW6RIKfd+zf2Wue8mEKX0M3cpX6aKl5ZXrJM1/c/Pc8c2xDNYQCnJO48Sm5ITbMXgqTr3h4jxQ==", + "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==", "requires": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index e39b06007fe..1b89f7fd40a 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.17.1", + "@testing-library/dom": "8.18.1", "@testing-library/jest-dom": "5.16.5", "@testing-library/user-event": "13.5.0", "@types/chai": "4.3.3",