From 8a165f6b224d262a7c7fc9464849ff6f758a4c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 10:42:51 +0000 Subject: [PATCH] Bump husky from 5.1.2 to 8.0.2 in /ui Bumps [husky](https://github.com/typicode/husky) from 5.1.2 to 8.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.2...v8.0.2) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 6a8bab5c732..ee37d4c422d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -8917,9 +8917,9 @@ "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" }, "husky": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.2.tgz", - "integrity": "sha512-lilaRYeDXcAOj8DuRnN9IxUyEMVbYg9rK7yVNkPB5V4hCvxIUxpMeiv9K2h77CE0HzjCnk1Br0oWe1IghXngDQ==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz", + "integrity": "sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==", "dev": true }, "hyphenate-style-name": { diff --git a/ui/package.json b/ui/package.json index ca238ea88fb..6c60a1c5ab0 100644 --- a/ui/package.json +++ b/ui/package.json @@ -103,7 +103,7 @@ "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "http-proxy": "^1.18.1", - "husky": "^5.1.2", + "husky": "^8.0.2", "lint-staged": "^10.5.4", "nodemon": "^2.0.7", "nyc": "^15.1.0",