From 14393d673ebf8dff2da83c7a9c5174404458a00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:51:22 +0100 Subject: [PATCH] chore(deps-dev): bump husky from 8.0.3 to 9.0.6 (#1224) --- .husky/pre-commit | 5 +---- package-lock.json | 12 ++++++------ package.json | 4 ++-- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 36af21989..d0a778429 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -npx lint-staged +npx lint-staged \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 20ba782f5..b8becbe1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "gatsby-remark-responsive-iframe": "^6.13.1", "gatsby-source-filesystem": "^5.13.1", "gatsby-transformer-remark": "^6.13.1", - "husky": "^8.0.3", + "husky": "^9.0.6", "lint-staged": "^15.2.0", "prettier": "^3.2.4", "typescript": "^5.3.3" @@ -15953,15 +15953,15 @@ } }, "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.6.tgz", + "integrity": "sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index 289663625..32eb585c4 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "check-types": "tsc -p . --noEmit", "lint": "eslint \"*/**/*.{js,ts,tsx,mdx}\" --max-warnings 0 --fix", "lint-check": "eslint \"*/**/*.{js,ts,tsx,mdx}\" --max-warnings 0", - "prepare": "husky install" + "prepare": "husky" }, "dependencies": { "@emotion/react": "^11.11.3", @@ -61,7 +61,7 @@ "gatsby-remark-responsive-iframe": "^6.13.1", "gatsby-source-filesystem": "^5.13.1", "gatsby-transformer-remark": "^6.13.1", - "husky": "^8.0.3", + "husky": "^9.0.6", "lint-staged": "^15.2.0", "prettier": "^3.2.4", "typescript": "^5.3.3"