Skip to content

Commit

Permalink
update node-fetch to newer version (#11378)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Jan 22, 2022
1 parent 0358d6e commit 938cc36
Show file tree
Hide file tree
Showing 5 changed files with 1,543 additions and 4,354 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
{{/npmRepository}}
"dependencies": {
"node-fetch": ">=2.6.1",
"node-fetch": ">=3.1.1",
"portable-fetch": "^3.0.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.0-SNAPSHOT
5.4.0-SNAPSHOT
2 changes: 1 addition & 1 deletion samples/client/petstore/javascript-flowtyped/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.UserApi = exports.UserApiFetchParamCreator = exports.StoreApi = exports.StoreApiFetchParamCreator = exports.PetApi = exports.PetApiFetchParamCreator = exports.RequiredError = exports.COLLECTION_FORMATS = void 0;
exports.UserApiFetchParamCreator = exports.UserApi = exports.StoreApiFetchParamCreator = exports.StoreApi = exports.RequiredError = exports.PetApiFetchParamCreator = exports.PetApi = exports.COLLECTION_FORMATS = void 0;

var url = _interopRequireWildcard(require("url"));

Expand Down
Loading

0 comments on commit 938cc36

Please sign in to comment.