diff --git a/package-lock.json b/package-lock.json index 9f4f4d28..d0fc534b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index e2340d20..813501b6 100644 --- a/package.json +++ b/package.json @@ -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" },