diff --git a/package-lock.json b/package-lock.json index a466965761..d05506386b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@babel/preset-react": "7.16.7", "@babel/preset-typescript": "7.16.7", "@testing-library/cypress": "7.0.7", - "@testing-library/dom": "8.12.0", + "@testing-library/dom": "8.13.0", "@testing-library/jest-dom": "5.16.4", "@testing-library/user-event": "13.5.0", "@types/chai": "4.3.0", @@ -14725,9 +14725,9 @@ } }, "node_modules/@testing-library/dom": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.12.0.tgz", - "integrity": "sha512-rBrJk5WjI02X1edtiUcZhgyhgBhiut96r5Jp8J5qktKdcvLcZpKDW8i2hkGMMItxrghjXuQ5AM6aE0imnFawaw==", + "version": "8.13.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.13.0.tgz", + "integrity": "sha512-9VHgfIatKNXQNaZTtLnalIy0jNZzY35a4S3oi08YAt9Hv1VsfZ/DfA45lM8D/UhtHBGJ4/lGwp0PZkVndRkoOQ==", "dev": true, "dependencies": { "@babel/code-frame": "^7.10.4", @@ -65186,9 +65186,9 @@ } }, "@testing-library/dom": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.12.0.tgz", - "integrity": "sha512-rBrJk5WjI02X1edtiUcZhgyhgBhiut96r5Jp8J5qktKdcvLcZpKDW8i2hkGMMItxrghjXuQ5AM6aE0imnFawaw==", + "version": "8.13.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.13.0.tgz", + "integrity": "sha512-9VHgfIatKNXQNaZTtLnalIy0jNZzY35a4S3oi08YAt9Hv1VsfZ/DfA45lM8D/UhtHBGJ4/lGwp0PZkVndRkoOQ==", "dev": true, "requires": { "@babel/code-frame": "^7.10.4", diff --git a/package.json b/package.json index 01689ecc61..3aac5c7d9a 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@babel/preset-react": "7.16.7", "@babel/preset-typescript": "7.16.7", "@testing-library/cypress": "7.0.7", - "@testing-library/dom": "8.12.0", + "@testing-library/dom": "8.13.0", "@testing-library/jest-dom": "5.16.4", "@testing-library/user-event": "13.5.0", "@types/chai": "4.3.0",