@google-cloud/storage
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -7,2 +7,9 @@ # Changelog | ||
### [5.1.2](https://www.github.com/googleapis/nodejs-storage/compare/v5.1.1...v5.1.2) (2020-07-06) | ||
### Bug Fixes | ||
* **deps:** update dependency through2 to v4 ([#1226](https://www.github.com/googleapis/nodejs-storage/issues/1226)) ([2be25e8](https://www.github.com/googleapis/nodejs-storage/commit/2be25e8fbd4bc60f8e702c2120cf99510508cd15)) | ||
### [5.1.1](https://www.github.com/googleapis/nodejs-storage/compare/v5.1.0...v5.1.1) (2020-06-19) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/storage", | ||
"description": "Cloud Storage Client Library for Node.js", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"license": "Apache-2.0", | ||
@@ -73,3 +73,3 @@ "author": "Google Inc.", | ||
"stream-events": "^1.0.1", | ||
"through2": "^3.0.0", | ||
"through2": "^4.0.0", | ||
"xdg-basedir": "^4.0.0" | ||
@@ -108,3 +108,3 @@ }, | ||
"mocha": "^8.0.0", | ||
"nock": "~12.0.0", | ||
"nock": "~13.0.0", | ||
"node-fetch": "^2.2.0", | ||
@@ -111,0 +111,0 @@ "normalize-newline": "^3.0.0", |
517777
+ Addedthrough2@4.0.2(transitive)
- Removedthrough2@3.0.2(transitive)
Updatedthrough2@^4.0.0