Skip to content

Commit

Permalink
npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
ladisgin committed Mar 21, 2024
1 parent 46b8e23 commit c339d91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vscode-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,26 +588,26 @@
"@vscode/test-electron": "2.1.2",
"eslint": "6.8.0",
"glob": "7.2.0",
"mocha": "9.2.0"
"mocha": "^9.2.2"
},
"dependencies": {
"@types/google-protobuf": "3.15.5",
"@types/node": "15.6.0",
"@types/randomstring": "1.1.8",
"@types/ssh2": "1.11.6",
"@types/vscode": "1.64.0",
"@types/ssh2-streams": "0.1.9",
"@types/vscode": "1.64.0",
"emittery": "0.10.1",
"filepath": "1.1.0",
"google-protobuf": "3.12.4",
"grpc": "npm:@grpc/[email protected]",
"grpc_tools_node_protoc_ts": "5.3.2",
"grpc-tools": "1.11.2",
"log4js": "6.5.2",
"node-ssh": "^13.0.0",
"randomstring": "1.2.2",
"ssh2-streams": "0.4.10",
"source-map-support": "0.5.21",
"typescript": "3.9.4",
"node-ssh": "^13.0.0"
"ssh2-streams": "0.4.10",
"typescript": "3.9.4"
}
}

0 comments on commit c339d91

Please sign in to comment.