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

Commit

Permalink
fix: update dep gcp-metadata (#334)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ofrobots committed Sep 27, 2017
1 parent 3114892 commit be0f2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"coffee-script": "^1.9.3",
"extend": "^3.0.1",
"findit2": "^2.2.3",
"gcp-metadata": "^0.2.0",
"gcp-metadata": "^0.3.1",
"lodash": "^4.12.0",
"semver": "^5.1.0",
"source-map": "^0.5.1",
Expand Down

0 comments on commit be0f2fd

Please sign in to comment.