diff --git a/client/package.json b/client/package.json index ee81b9f7aa..78f7e577ef 100644 --- a/client/package.json +++ b/client/package.json @@ -131,7 +131,7 @@ "@babel/types": "7.17.0", "@codesee/babel-plugin-instrument": "0.177.1", "@codesee/tracker": "0.177.1", - "@testing-library/jest-dom": "5.16.1", + "@testing-library/jest-dom": "5.16.2", "@testing-library/react": "12.1.2", "autoprefixer": "10.4.2", "babel-plugin-transform-imports": "2.0.0", diff --git a/package-lock.json b/package-lock.json index 9478ab797d..8e6e997dc3 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.3", - "@testing-library/jest-dom": "5.16.1", + "@testing-library/jest-dom": "5.16.2", "@testing-library/user-event": "13.5.0", "@types/chai": "4.3.0", "@types/enzyme": "3.10.11", @@ -300,7 +300,7 @@ "@babel/types": "7.17.0", "@codesee/babel-plugin-instrument": "0.177.1", "@codesee/tracker": "0.177.1", - "@testing-library/jest-dom": "5.16.1", + "@testing-library/jest-dom": "5.16.2", "@testing-library/react": "12.1.2", "autoprefixer": "10.4.2", "babel-plugin-transform-imports": "2.0.0", @@ -14099,9 +14099,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "5.16.1", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz", - "integrity": "sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==", + "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==", "dev": true, "dependencies": { "@babel/runtime": "^7.9.2", @@ -53080,7 +53080,7 @@ "@storybook/builder-webpack5": "6.4.17", "@storybook/manager-webpack5": "6.4.17", "@storybook/react": "6.4.17", - "@testing-library/jest-dom": "5.16.1", + "@testing-library/jest-dom": "5.16.2", "@testing-library/react": "12.1.2", "@types/jest": "27.4.0", "autoprefixer": "10.4.2", @@ -55613,7 +55613,7 @@ "@reach/router": "1.3.4", "@stripe/react-stripe-js": "1.7.0", "@stripe/stripe-js": "1.22.0", - "@testing-library/jest-dom": "5.16.1", + "@testing-library/jest-dom": "5.16.2", "@testing-library/react": "12.1.2", "@types/react-scrollable-anchor": "0.6.1", "algoliasearch": "4.12.1", @@ -55979,7 +55979,7 @@ "@storybook/builder-webpack5": "6.4.17", "@storybook/manager-webpack5": "6.4.17", "@storybook/react": "6.4.17", - "@testing-library/jest-dom": "5.16.1", + "@testing-library/jest-dom": "5.16.2", "@testing-library/react": "12.1.2", "@types/jest": "27.4.0", "autoprefixer": "10.4.2", @@ -64445,9 +64445,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.16.1", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz", - "integrity": "sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==", + "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==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", diff --git a/package.json b/package.json index 1a4b30dae8..1ee1c4aa63 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.11.3", - "@testing-library/jest-dom": "5.16.1", + "@testing-library/jest-dom": "5.16.2", "@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 267d77e4ac..1b38329506 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -39,7 +39,7 @@ "@storybook/builder-webpack5": "6.4.17", "@storybook/manager-webpack5": "6.4.17", "@storybook/react": "6.4.17", - "@testing-library/jest-dom": "5.16.1", + "@testing-library/jest-dom": "5.16.2", "@testing-library/react": "12.1.2", "@types/jest": "27.4.0", "autoprefixer": "10.4.2",