diff --git a/package-lock.json b/package-lock.json index 23a167d4..5433b3cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "@commitlint/config-conventional": "14.1.0", "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.2", - "@testing-library/react-hooks": "^8.0.0", + "@testing-library/react-hooks": "^8.0.1", "@types/cors": "^2.8.12", "@types/express": "^4.17.13", "@types/file-saver": "2.0.4", @@ -4540,9 +4540,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", @@ -23792,9 +23792,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/package.json b/package.json index 88ed30fa..63c133ec 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@commitlint/config-conventional": "14.1.0", "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.2", - "@testing-library/react-hooks": "^8.0.0", + "@testing-library/react-hooks": "^8.0.1", "@types/cors": "^2.8.12", "@types/express": "^4.17.13", "@types/file-saver": "2.0.4",