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

4
package-lock.json generated
View File

@@ -19,7 +19,7 @@
},
"devDependencies": {
"husky": "9.1.7",
"lint-staged": "16.2.7",
"lint-staged": "^16.2.7",
"prettier": "3.7.4",
"vitest": "4.0.16"
},
@@ -1549,7 +1549,7 @@
},
"node_modules/@electron/node-gyp": {
"version": "10.2.0-electron.1",
"resolved": "git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2",
"resolved": "git+ssh://git@github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2",
"integrity": "sha512-4MSBTT8y07YUDqf69/vSh80Hh791epYqGtWHO3zSKhYFwQg+gx9wi1PqbqP6YqC4WMsNxZ5l9oDmnWdK5pfCKQ==",
"dev": true,
"license": "MIT",

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"
},