diff --git a/client/package-lock.json b/client/package-lock.json index 517dcfbf4..589db4cc9 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -2164,9 +2164,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.13.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.13.0.tgz", - "integrity": "sha512-+jXXTn8GjRnZkJfzG/tqK/2Q7dGlBInR412WE7Aml7CT3wdSpx5dMQC0HOwVQoZ3cNTmQUy8fCVGUV/Zhoyvcw==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.14.0.tgz", + "integrity": "sha512-dSa157Gdn7ogL9zy8kZzBMraS2QAp2J5LUXDXRssqqaBVM7z7Mu/bcfuOEnUFzi6JDYZ5dqGs3dkaRc+dTdKYQ==", "requires": { "@babel/runtime": "^7.9.2", "@types/testing-library__jest-dom": "^5.9.1", @@ -2174,6 +2174,7 @@ "chalk": "^3.0.0", "css": "^3.0.0", "css.escape": "^1.5.1", + "dom-accessibility-api": "^0.5.6", "lodash": "^4.17.15", "redent": "^3.0.0" } @@ -2549,9 +2550,9 @@ "integrity": "sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ==" }, "@types/testing-library__jest-dom": { - "version": "5.9.5", - "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.9.5.tgz", - "integrity": "sha512-ggn3ws+yRbOHog9GxnXiEZ/35Mow6YtPZpd7Z5mKDeZS/o7zx3yAle0ov/wjhVB5QT4N2Dt+GNoGCdqkBGCajQ==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.13.0.tgz", + "integrity": "sha512-tfjY4Fzzwg1wSU31MWaIH8rzJ2WPtQtUNnZ0wcZwzzhWWRa63Jb1fB7tl79fGX7PUL/4ZHjKs+tcY5BZ8nfNyg==", "requires": { "@types/jest": "*" } diff --git a/client/package.json b/client/package.json index 33f975421..788579d7b 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,7 @@ "@material-ui/icons": "4.11.2", "@sentry/browser": "6.6.0", "@sentry/react": "6.6.0", - "@testing-library/jest-dom": "5.13.0", + "@testing-library/jest-dom": "5.14.0", "@testing-library/react": "11.2.7", "@testing-library/user-event": "13.1.9", "@types/jest": "26.0.23", diff --git a/reporter-client/package-lock.json b/reporter-client/package-lock.json index f14ab8901..d48f98ac4 100644 --- a/reporter-client/package-lock.json +++ b/reporter-client/package-lock.json @@ -2026,9 +2026,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.13.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.13.0.tgz", - "integrity": "sha512-+jXXTn8GjRnZkJfzG/tqK/2Q7dGlBInR412WE7Aml7CT3wdSpx5dMQC0HOwVQoZ3cNTmQUy8fCVGUV/Zhoyvcw==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.14.0.tgz", + "integrity": "sha512-dSa157Gdn7ogL9zy8kZzBMraS2QAp2J5LUXDXRssqqaBVM7z7Mu/bcfuOEnUFzi6JDYZ5dqGs3dkaRc+dTdKYQ==", "requires": { "@babel/runtime": "^7.9.2", "@types/testing-library__jest-dom": "^5.9.1", @@ -2036,6 +2036,7 @@ "chalk": "^3.0.0", "css": "^3.0.0", "css.escape": "^1.5.1", + "dom-accessibility-api": "^0.5.6", "lodash": "^4.17.15", "redent": "^3.0.0" } @@ -2277,9 +2278,9 @@ "integrity": "sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ==" }, "@types/testing-library__jest-dom": { - "version": "5.9.5", - "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.9.5.tgz", - "integrity": "sha512-ggn3ws+yRbOHog9GxnXiEZ/35Mow6YtPZpd7Z5mKDeZS/o7zx3yAle0ov/wjhVB5QT4N2Dt+GNoGCdqkBGCajQ==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.13.0.tgz", + "integrity": "sha512-tfjY4Fzzwg1wSU31MWaIH8rzJ2WPtQtUNnZ0wcZwzzhWWRa63Jb1fB7tl79fGX7PUL/4ZHjKs+tcY5BZ8nfNyg==", "requires": { "@types/jest": "*" } diff --git a/reporter-client/package.json b/reporter-client/package.json index ede38394c..fa1f82251 100644 --- a/reporter-client/package.json +++ b/reporter-client/package.json @@ -5,7 +5,7 @@ "dependencies": { "@material-ui/core": "4.11.4", "@material-ui/icons": "4.11.2", - "@testing-library/jest-dom": "5.13.0", + "@testing-library/jest-dom": "5.14.0", "@testing-library/react": "11.2.7", "@testing-library/user-event": "13.1.9", "@types/jest": "26.0.23",