diff --git a/client/package.json b/client/package.json index ebb8df0b7d..a74b63b05e 100644 --- a/client/package.json +++ b/client/package.json @@ -131,7 +131,7 @@ "@babel/types": "7.17.0", "@codesee/babel-plugin-instrument": "0.211.0", "@codesee/tracker": "0.211.0", - "@testing-library/jest-dom": "5.16.2", + "@testing-library/jest-dom": "5.16.3", "@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 360457d88f..4fc476b697 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.11.4", - "@testing-library/jest-dom": "5.16.2", + "@testing-library/jest-dom": "5.16.3", "@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.211.0", "@codesee/tracker": "0.211.0", - "@testing-library/jest-dom": "5.16.2", + "@testing-library/jest-dom": "5.16.3", "@testing-library/react": "12.1.4", "autoprefixer": "10.4.4", "babel-plugin-transform-imports": "2.0.0", @@ -14877,9 +14877,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "5.16.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.2.tgz", - "integrity": "sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==", + "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==", "dev": true, "dependencies": { "@babel/runtime": "^7.9.2", @@ -53370,7 +53370,7 @@ "@storybook/builder-webpack5": "6.4.19", "@storybook/manager-webpack5": "6.4.19", "@storybook/react": "6.4.19", - "@testing-library/jest-dom": "5.16.2", + "@testing-library/jest-dom": "5.16.3", "@testing-library/react": "12.1.4", "@types/jest": "27.4.1", "autoprefixer": "10.4.4", @@ -56443,7 +56443,7 @@ "@reach/router": "1.3.4", "@stripe/react-stripe-js": "1.7.0", "@stripe/stripe-js": "1.25.0", - "@testing-library/jest-dom": "5.16.2", + "@testing-library/jest-dom": "5.16.3", "@testing-library/react": "12.1.4", "@types/react-scrollable-anchor": "0.6.1", "algoliasearch": "4.13.0", @@ -56811,7 +56811,7 @@ "@storybook/builder-webpack5": "6.4.19", "@storybook/manager-webpack5": "6.4.19", "@storybook/react": "6.4.19", - "@testing-library/jest-dom": "5.16.2", + "@testing-library/jest-dom": "5.16.3", "@testing-library/react": "12.1.4", "@types/jest": "27.4.1", "autoprefixer": "10.4.4", @@ -65314,9 +65314,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.16.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.2.tgz", - "integrity": "sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==", + "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==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", diff --git a/package.json b/package.json index 237d1e84ec..32761e6f31 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@babel/preset-typescript": "7.16.7", "@testing-library/cypress": "7.0.7", "@testing-library/dom": "8.11.4", - "@testing-library/jest-dom": "5.16.2", + "@testing-library/jest-dom": "5.16.3", "@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 09abd28c82..953b686369 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -40,7 +40,7 @@ "@storybook/builder-webpack5": "6.4.19", "@storybook/manager-webpack5": "6.4.19", "@storybook/react": "6.4.19", - "@testing-library/jest-dom": "5.16.2", + "@testing-library/jest-dom": "5.16.3", "@testing-library/react": "12.1.4", "@types/jest": "27.4.1", "autoprefixer": "10.4.4",