mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-13 17:49:25 +00:00
chore(deps-dev): bump husky from 8.0.3 to 9.0.6 (#772)
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.6) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bab49d150a
commit
2d9ef72cae
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -13,7 +13,7 @@
|
|||
"devmoji": "^2.3.0",
|
||||
"eslint-config-wikimedia": "0.26.0",
|
||||
"grunt-banana-checker": "0.11.1",
|
||||
"husky": "^8.0.3",
|
||||
"husky": "^9.0.6",
|
||||
"standard-version": "^9.5.0",
|
||||
"stylelint": "^16.2.0",
|
||||
"stylelint-config-recess-order": "^4.4.0",
|
||||
|
@ -3655,15 +3655,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"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"devmoji": "^2.3.0",
|
||||
"eslint-config-wikimedia": "0.26.0",
|
||||
"grunt-banana-checker": "0.11.1",
|
||||
"husky": "^8.0.3",
|
||||
"husky": "^9.0.6",
|
||||
"standard-version": "^9.5.0",
|
||||
"stylelint": "^16.2.0",
|
||||
"stylelint-config-recess-order": "^4.4.0",
|
||||
|
|
Loading…
Reference in a new issue