diff --git a/ui/package-lock.json b/ui/package-lock.json index c3f304ae8..c88698bf4 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3116,9 +3116,9 @@ } }, "@testing-library/react-hooks": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.5.0.tgz", - "integrity": "sha512-PpztMzQ+h8hXwd9TtSx6H+D5sKv7sW0sRr0dOW3x9O5yNOHlg5Yi4uCMhYBuGYAHM7XJyceb+u4D3CgT8LotKg==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.6.0.tgz", + "integrity": "sha512-7TbqFN4CqEmfR6bC50XOtXbM3A5sizzEOmcH7IBVdm0oFnqmlkPTnu4sMt9BfepsYDvVpF8Y2CaoMJlfmyLYuQ==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/ui/package.json b/ui/package.json index 727238c33..718e0682b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -82,7 +82,7 @@ "devDependencies": { "@percy-io/percy-storybook": "2.1.0", "@storybook/preset-create-react-app": "3.1.5", - "@testing-library/react-hooks": "3.5.0", + "@testing-library/react-hooks": "3.6.0", "@wojtekmaj/enzyme-adapter-react-17": "0.3.2", "depcheck": "1.3.1", "diffable-html": "4.0.0",