diff --git a/ui/package-lock.json b/ui/package-lock.json index a030d3db4..ae252dcfa 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -60,7 +60,7 @@ "@storybook/react": "6.5.9", "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.5", - "@testing-library/react-hooks": "8.0.0", + "@testing-library/react-hooks": "8.0.1", "@testing-library/user-event": "14.2.1", "@types/body-scroll-lock": "3.1.0", "@types/bricks.js": "1.8.2", @@ -10102,9 +10102,9 @@ } }, "node_modules/@testing-library/react-hooks": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-8.0.0.tgz", - "integrity": "sha512-uZqcgtcUUtw7Z9N32W13qQhVAD+Xki2hxbTR461MKax8T6Jr8nsUvZB+vcBTkzY2nFvsUet434CsgF0ncW2yFw==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-8.0.1.tgz", + "integrity": "sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", @@ -41233,9 +41233,9 @@ } }, "@testing-library/react-hooks": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-8.0.0.tgz", - "integrity": "sha512-uZqcgtcUUtw7Z9N32W13qQhVAD+Xki2hxbTR461MKax8T6Jr8nsUvZB+vcBTkzY2nFvsUet434CsgF0ncW2yFw==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-8.0.1.tgz", + "integrity": "sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/ui/package.json b/ui/package.json index bd8dd7004..411bb6393 100644 --- a/ui/package.json +++ b/ui/package.json @@ -59,7 +59,7 @@ "@storybook/react": "6.5.9", "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.5", - "@testing-library/react-hooks": "8.0.0", + "@testing-library/react-hooks": "8.0.1", "@testing-library/user-event": "14.2.1", "@types/body-scroll-lock": "3.1.0", "@types/bricks.js": "1.8.2",