diff --git a/client/package.json b/client/package.json index fada28260f..e061a79efa 100644 --- a/client/package.json +++ b/client/package.json @@ -131,7 +131,7 @@ "@babel/types": "7.17.0", "@codesee/babel-plugin-instrument": "0.223.0", "@codesee/tracker": "0.223.0", - "@testing-library/jest-dom": "5.16.3", + "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.4", "autoprefixer": "10.4.4", "babel-plugin-transform-imports": "2.0.0", diff --git a/package-lock.json b/package-lock.json index 4c832c62a2..6665f45a41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@babel/preset-typescript": "7.16.7", "@testing-library/cypress": "7.0.7", "@testing-library/dom": "8.12.0", - "@testing-library/jest-dom": "5.16.3", + "@testing-library/jest-dom": "5.16.4", "@testing-library/user-event": "13.5.0", "@types/chai": "4.3.0", "@types/enzyme": "3.10.11", @@ -1064,7 +1064,7 @@ "@babel/types": "7.17.0", "@codesee/babel-plugin-instrument": "0.223.0", "@codesee/tracker": "0.223.0", - "@testing-library/jest-dom": "5.16.3", + "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.4", "autoprefixer": "10.4.4", "babel-plugin-transform-imports": "2.0.0", @@ -14856,9 +14856,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "5.16.3", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.3.tgz", - "integrity": "sha512-u5DfKj4wfSt6akfndfu1eG06jsdyA/IUrlX2n3pyq5UXgXMhXY+NJb8eNK/7pqPWAhCKsCGWDdDO0zKMKAYkEA==", + "version": "5.16.4", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz", + "integrity": "sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==", "dev": true, "dependencies": { "@babel/runtime": "^7.9.2", @@ -53398,7 +53398,7 @@ "@storybook/builder-webpack5": "6.4.20", "@storybook/manager-webpack5": "6.4.20", "@storybook/react": "6.4.20", - "@testing-library/jest-dom": "5.16.3", + "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.4", "@types/jest": "27.4.1", "autoprefixer": "10.4.4", @@ -56462,7 +56462,7 @@ "@reach/router": "1.3.4", "@stripe/react-stripe-js": "1.7.0", "@stripe/stripe-js": "1.26.0", - "@testing-library/jest-dom": "5.16.3", + "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.4", "@types/react-scrollable-anchor": "0.6.1", "algoliasearch": "4.13.0", @@ -56830,7 +56830,7 @@ "@storybook/builder-webpack5": "6.4.20", "@storybook/manager-webpack5": "6.4.20", "@storybook/react": "6.4.20", - "@testing-library/jest-dom": "5.16.3", + "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.4", "@types/jest": "27.4.1", "autoprefixer": "10.4.4", @@ -65327,9 +65327,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.16.3", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.3.tgz", - "integrity": "sha512-u5DfKj4wfSt6akfndfu1eG06jsdyA/IUrlX2n3pyq5UXgXMhXY+NJb8eNK/7pqPWAhCKsCGWDdDO0zKMKAYkEA==", + "version": "5.16.4", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz", + "integrity": "sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", diff --git a/package.json b/package.json index 367bb51273..aaa7e4b4ad 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "@babel/preset-typescript": "7.16.7", "@testing-library/cypress": "7.0.7", "@testing-library/dom": "8.12.0", - "@testing-library/jest-dom": "5.16.3", + "@testing-library/jest-dom": "5.16.4", "@testing-library/user-event": "13.5.0", "@types/chai": "4.3.0", "@types/enzyme": "3.10.11", diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index a70d9e5b83..3aeb256629 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -40,7 +40,7 @@ "@storybook/builder-webpack5": "6.4.20", "@storybook/manager-webpack5": "6.4.20", "@storybook/react": "6.4.20", - "@testing-library/jest-dom": "5.16.3", + "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.4", "@types/jest": "27.4.1", "autoprefixer": "10.4.4",