diff --git a/package-lock.json b/package-lock.json index e90a211d0c..bf2bf5c371 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@testing-library/cypress": "^8.0.3", "@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", "@types/dagre": "^0.7.47", "@types/file-saver": "^2.0.5", "@types/flat": "^5.0.2", @@ -4543,9 +4543,10 @@ } }, "node_modules/@testing-library/react-hooks": { - "version": "8.0.0", + "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, - "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5", "react-error-boundary": "^3.1.0" @@ -24557,7 +24558,9 @@ } }, "@testing-library/react-hooks": { - "version": "8.0.0", + "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/package.json b/package.json index e3542bd43b..7dbf092dc6 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@testing-library/cypress": "^8.0.3", "@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", "@types/dagre": "^0.7.47", "@types/file-saver": "^2.0.5", "@types/flat": "^5.0.2",