diff --git a/package-lock.json b/package-lock.json index 538e423fb1a74..5f4b4eeebd4ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "npm-proj-1707275474335-0.8665295665654229oWDgIi", + "name": "npm-proj-1708828123389-0.17958769481357506w8asVg", "lockfileVersion": 3, "requires": true, "packages": { @@ -22,7 +22,7 @@ "@types/node": "20.10.6", "@vcarl/remark-headings": "~0.1.0", "@vercel/analytics": "~1.1.1", - "@vercel/speed-insights": "^1.0.4", + "@vercel/speed-insights": "~1.0.4", "autoprefixer": "~10.4.16", "classnames": "~2.5.1", "cross-env": "7.0.3", @@ -30,7 +30,7 @@ "github-slugger": "~2.0.0", "glob": "~10.3.10", "gray-matter": "~4.0.3", - "husky": "8.0.3", + "husky": "^9.0.10", "lint-staged": "15.2.0", "next": "~14.0.3", "next-intl": "~3.3.1", @@ -14353,14 +14353,14 @@ } }, "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==", "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 1f7ff2d26715b..f8a01d494af70 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "github-slugger": "~2.0.0", "glob": "~10.3.10", "gray-matter": "~4.0.3", - "husky": "8.0.3", + "husky": "9.0.10", "lint-staged": "15.2.0", "next": "~14.0.3", "next-intl": "~3.3.1",