diff --git a/client/package.json b/client/package.json index bf83d46ab9..66463ee3a3 100644 --- a/client/package.json +++ b/client/package.json @@ -135,7 +135,7 @@ "@codesee/babel-plugin-instrument": "0.204.0", "@codesee/tracker": "0.204.0", "@testing-library/jest-dom": "5.16.2", - "@testing-library/react": "12.1.3", + "@testing-library/react": "12.1.4", "autoprefixer": "10.4.2", "babel-plugin-transform-imports": "2.0.0", "chokidar": "3.5.3", diff --git a/package-lock.json b/package-lock.json index dd2fea95d0..0f9be6a3a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1068,7 +1068,7 @@ "@codesee/babel-plugin-instrument": "0.204.0", "@codesee/tracker": "0.204.0", "@testing-library/jest-dom": "5.16.2", - "@testing-library/react": "12.1.3", + "@testing-library/react": "12.1.4", "autoprefixer": "10.4.2", "babel-plugin-transform-imports": "2.0.0", "chokidar": "3.5.3", @@ -15007,9 +15007,9 @@ } }, "node_modules/@testing-library/react": { - "version": "12.1.3", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.3.tgz", - "integrity": "sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==", + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.4.tgz", + "integrity": "sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", @@ -53588,7 +53588,7 @@ "@storybook/manager-webpack5": "6.4.19", "@storybook/react": "6.4.19", "@testing-library/jest-dom": "5.16.2", - "@testing-library/react": "12.1.3", + "@testing-library/react": "12.1.4", "@types/jest": "27.4.1", "autoprefixer": "10.4.2", "babel-loader": "8.2.3", @@ -56691,8 +56691,8 @@ "@stripe/react-stripe-js": "1.7.0", "@stripe/stripe-js": "1.24.0", "@testing-library/jest-dom": "5.16.2", - "@testing-library/react": "12.1.3", - "@types/canvas-confetti": "*", + "@testing-library/react": "12.1.4", + "@types/canvas-confetti": "1.4.2", "@types/react-scrollable-anchor": "0.6.1", "algoliasearch": "4.12.2", "assert": "2.0.0", @@ -57061,7 +57061,7 @@ "@storybook/manager-webpack5": "6.4.19", "@storybook/react": "6.4.19", "@testing-library/jest-dom": "5.16.2", - "@testing-library/react": "12.1.3", + "@testing-library/react": "12.1.4", "@types/jest": "27.4.1", "autoprefixer": "10.4.2", "babel-loader": "8.2.3", @@ -65631,9 +65631,9 @@ } }, "@testing-library/react": { - "version": "12.1.3", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.3.tgz", - "integrity": "sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==", + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.4.tgz", + "integrity": "sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index c8c65482af..4b29287233 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -41,7 +41,7 @@ "@storybook/manager-webpack5": "6.4.19", "@storybook/react": "6.4.19", "@testing-library/jest-dom": "5.16.2", - "@testing-library/react": "12.1.3", + "@testing-library/react": "12.1.4", "@types/jest": "27.4.1", "autoprefixer": "10.4.2", "babel-loader": "8.2.3",