Skip to content

Commit e40b8a0

Browse files
authored
fix: Update sha.js and cipher-base dependencies (#331)
Signed-off-by: Anatolii Bazko <[email protected]>
1 parent 01d121f commit e40b8a0

File tree

2 files changed

+229
-14
lines changed

2 files changed

+229
-14
lines changed

cloud-shell/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@
2424
"vscode-ws-jsonrpc": "^0.1.1",
2525
"xterm": "^4.3.0",
2626
"xterm-addon-fit": "^0.3.0"
27-
}
27+
},
28+
"resolutions": {
29+
"cipher-base": "^1.0.6",
30+
"sha.js": "^2.4.12"
31+
}
2832
}

0 commit comments

Comments
 (0)