From e12067bcdaf7ec72f3c2888bd24eab6be16264bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:27:37 +0000 Subject: [PATCH] build(deps-dev): bump husky from 7.0.2 to 8.0.3 Bumps [husky](https://github.com/typicode/husky) from 7.0.2 to 8.0.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.2...v8.0.3) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30cbdd9b1..f918d339d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -106,7 +106,7 @@ "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-rxjs": "^5.0.2", "https-browserify": "^1.0.0", - "husky": "^7.0.2", + "husky": "^8.0.3", "jasmine-core": "^3.9.0", "jasmine-spec-reporter": "^7.0.0", "karma": "^6.3.4", @@ -12117,15 +12117,15 @@ } }, "node_modules/husky": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.2.tgz", - "integrity": "sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true, "bin": { "husky": "lib/bin.js" }, "engines": { - "node": ">=12" + "node": ">=14" }, "funding": { "url": "https://github.com/sponsors/typicode" @@ -32778,9 +32778,9 @@ } }, "husky": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.2.tgz", - "integrity": "sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 2bd9d82ea..662174e83 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-rxjs": "^5.0.2", "https-browserify": "^1.0.0", - "husky": "^7.0.2", + "husky": "^8.0.3", "jasmine-core": "^3.9.0", "jasmine-spec-reporter": "^7.0.0", "karma": "^6.3.4",