From 1b5c58a0d4e12215a54298342b34e25355a34288 Mon Sep 17 00:00:00 2001 From: Willy Brauner Date: Wed, 7 Feb 2024 17:49:02 +0100 Subject: [PATCH] Update root package --- package-lock.json | 20 ++++++++++---------- package.json | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41ffe10..7265508 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,11 +12,11 @@ "@cher-ami/debug": "^1.2.0", "@cher-ami/mfs": "^0.2.0", "chalk": "^5.3.0", - "change-case": "^5.1.2", - "husky": "^8.0.3", - "inquirer": "^9.2.11", - "lint-staged": "^15.0.2", - "prettier": "^3.0.3" + "change-case": "^5.4.2", + "husky": "^9.0.10", + "inquirer": "^9.2.14", + "lint-staged": "^15.2.2", + "prettier": "^3.2.5" } }, "node_modules/@cher-ami/debug": { @@ -635,15 +635,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.10", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.10.tgz", + "integrity": "sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.mjs" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index 7c434ba..440c03d 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,11 @@ "devDependencies": { "@cher-ami/debug": "^1.2.0", "@cher-ami/mfs": "^0.2.0", - "change-case": "^5.1.2", - "lint-staged": "^15.0.2", - "husky": "^8.0.3", - "prettier": "^3.0.3", - "inquirer": "^9.2.11", + "change-case": "^5.4.2", + "lint-staged": "^15.2.2", + "husky": "^9.0.10", + "prettier": "^3.2.5", + "inquirer": "^9.2.14", "chalk": "^5.3.0" }, "lint-staged": {