diff --git a/ui/package-lock.json b/ui/package-lock.json index 6614bd939..25f6132cb 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -4882,13 +4882,13 @@ } }, "@testing-library/react-hooks": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.3.0.tgz", - "integrity": "sha512-rE9geI1+HJ6jqXkzzJ6abREbeud6bLF8OmF+Vyc7gBoPwZAEVBYjbC1up5nNoVfYBhO5HUwdD4u9mTehAUeiyw==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.4.1.tgz", + "integrity": "sha512-LbzvE7oKsVzuW1cxA/aOeNgeVvmHWG2p/WSzalIGyWuqZT3jVcNDT5KPEwy36sUYWde0Qsh32xqIUFXukeywXg==", "dev": true, "requires": { "@babel/runtime": "^7.5.4", - "@types/testing-library__react-hooks": "^3.0.0" + "@types/testing-library__react-hooks": "^3.3.0" } }, "@types/anymatch": { @@ -5363,9 +5363,9 @@ "dev": true }, "@types/testing-library__react-hooks": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.2.0.tgz", - "integrity": "sha512-dE8iMTuR5lzB+MqnxlzORlXzXyCL0EKfzH0w/lau20OpkHD37EaWjZDz0iNG8b71iEtxT4XKGmSKAGVEqk46mw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.3.0.tgz", + "integrity": "sha512-ZbMmXaVqeiLjbRGEXuDeh6fG2hkNxaOiXV7o9RklXwKeSrygx0aohuomnkWi7UobJUhkvGZLFUmsoirfGY8HPw==", "dev": true, "requires": { "@types/react": "*", diff --git a/ui/package.json b/ui/package.json index 6254c8712..837f738a7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -73,7 +73,7 @@ "@percy-io/percy-storybook": "2.1.0", "@storybook/preset-create-react-app": "3.1.4", "@storybook/react": "5.3.19", - "@testing-library/react-hooks": "3.3.0", + "@testing-library/react-hooks": "3.4.1", "@types/enzyme": "3.10.5", "@types/jest": "26.0.5", "@typescript-eslint/eslint-plugin": "3.7.0",