From 8512baa4238b2872ba21254442c35902763d76bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Feb 2023 22:19:48 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/react-hooks from 8.0.0 to 8.0.1 Bumps [@testing-library/react-hooks](https://github.com/testing-library/react-hooks-testing-library) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/testing-library/react-hooks-testing-library/releases) - [Changelog](https://github.com/testing-library/react-hooks-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-hooks-testing-library/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: "@testing-library/react-hooks" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",