From 25428fb0e9872925c6630e1c45e06c102f6eaaa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 04:20:44 +0000 Subject: [PATCH] chore(deps): bump husky from 7.0.1 to 8.0.2 Bumps [husky](https://github.com/typicode/husky) from 7.0.1 to 8.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.1...v8.0.2) --- updated-dependencies: - dependency-name: husky dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7d5c39..ce19372 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@quangvinh2080/google-drive-cli", - "version": "0.0.4", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3179,9 +3179,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "husky": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.1.tgz", - "integrity": "sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==" + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz", + "integrity": "sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==" }, "hyperlinker": { "version": "1.0.0", diff --git a/package.json b/package.json index 0a587ce..13aa374 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@oclif/plugin-help": "^5.1.12", "cli-ux": "^5.4.5", "googleapis": "^84.0.0", - "husky": "^7.0.0", + "husky": "^8.0.2", "lodash.get": "^4.4.2", "mime-types": "^2.1.35", "semantic-release": "^17.0.6",