chore(deps): update lint-staged version and change node-gyp repository URL

- Updated lint-staged dependency to use caret versioning (^16.2.7) in package.json and package-lock.json.
- Changed the resolved URL for node-gyp in package-lock.json from HTTPS to SSH.
This commit is contained in:
Shirone
2026-01-30 22:44:35 +01:00
parent 6ec9a25747
commit 47c2149207
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@
},
"devDependencies": {
"husky": "9.1.7",
"lint-staged": "16.2.7",
"lint-staged": "^16.2.7",
"prettier": "3.7.4",
"vitest": "4.0.16"
},