From d474af0303850e5a50414167a06e8be94fc41f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:04:16 +0000 Subject: [PATCH] npm-dep: bump husky from 8.0.3 to 9.0.1 in /frontend Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 275abeef..4cfa9877 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.35.1", - "husky": "^8.0.3", + "husky": "^9.0.1", "postcss": "^8.4.33", "prettier": "^3.2.4", "prettier-plugin-svelte": "^3.1.2", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index f3ade92c..642bc901 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -59,8 +59,8 @@ devDependencies: specifier: ^2.35.1 version: 2.35.1(eslint@8.56.0)(svelte@4.2.9) husky: - specifier: ^8.0.3 - version: 8.0.3 + specifier: ^9.0.1 + version: 9.0.1 postcss: specifier: ^8.4.33 version: 8.4.33 @@ -1625,9 +1625,9 @@ packages: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} dev: false - /husky@8.0.3: - resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} - engines: {node: '>=14'} + /husky@9.0.1: + resolution: {integrity: sha512-rXCT8yF2v3awSG03AG6IgICDhJ+m8o3jL1ROwsT4nQZ6urEyKSj0IWFDIh5YC2zgZeAxWksNMbN6rYY4BE1Zrw==} + engines: {node: '>=18'} hasBin: true dev: true