Skip to content

Commit 8a7d01f

Browse files
committed
gitpod: bump node-fetch version in extensions
Related to gitpod-io/gitpod#7360 Currently, When the server has a root cert cross-signed by the expired `DST ROOT CA X3`. There's a possiblity of the client having an older version of `electron` in their code that causes the cert expiry failure. While, asking users to update their vs code should be our first suggestion, In some cases using the latest version of `node-fetch` also fixed the issue (not exactly sure why). This PR bumps the `node-fetch` dependency to the one that the `code-server` uses. Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent 30ab305 commit 8a7d01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/gitpod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@gitpod/local-app-api-grpcweb": "main",
4747
"@improbable-eng/grpc-web-node-http-transport": "^0.14.0",
48-
"node-fetch": "^2.6.1",
48+
"node-fetch": "^2.6.7",
4949
"tmp": "^0.2.1",
5050
"vscode-nls": "^5.0.0"
5151
},

0 commit comments

Comments
 (0)