Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit be0f2fd

Browse files
authored
fix: update dep gcp-metadata (#334)
The latest version of gcp-metadata provides an error upon a 404 reply from metadata service. Previously we were leaking the 404 html as the service context. Fixes: https://stackoverflow.com/questions/46411341/stackdriver-debugger-on-google-compute-engine.
1 parent 3114892 commit be0f2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"coffee-script": "^1.9.3",
6060
"extend": "^3.0.1",
6161
"findit2": "^2.2.3",
62-
"gcp-metadata": "^0.2.0",
62+
"gcp-metadata": "^0.3.1",
6363
"lodash": "^4.12.0",
6464
"semver": "^5.1.0",
6565
"source-map": "^0.5.1",

0 commit comments

Comments
 (0)