root: add node-gyp dep to fill missing dep of ssh2

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-08-31 23:24:50 +02:00
parent 4ca99cc367
commit 009db8b28e
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -73,6 +73,7 @@
"husky": "^8.0.0",
"lint-staged": "^13.0.0",
"minimist": "^1.2.5",
"node-gyp": "^9.1.0",
"prettier": "^2.2.1",
"semver": "^7.3.2",
"shx": "^0.3.2",
+2 -1
View File
@@ -30594,7 +30594,7 @@ __metadata:
languageName: node
linkType: hard
"node-gyp@npm:latest":
"node-gyp@npm:^9.1.0, node-gyp@npm:latest":
version: 9.1.0
resolution: "node-gyp@npm:9.1.0"
dependencies:
@@ -35450,6 +35450,7 @@ __metadata:
husky: ^8.0.0
lint-staged: ^13.0.0
minimist: ^1.2.5
node-gyp: ^9.1.0
prettier: ^2.2.1
semver: ^7.3.2
shx: ^0.3.2