update node-fetch to newer version (#11378)

This commit is contained in:
William Cheng 2022-01-22 10:18:20 +08:00 committed by GitHub
parent 0358d6eb71
commit 938cc36d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1397 additions and 4208 deletions

View File

@ -24,7 +24,7 @@
},
{{/npmRepository}}
"dependencies": {
"node-fetch": ">=2.6.1",
"node-fetch": ">=3.1.1",
"portable-fetch": "^3.0.0"
},
"devDependencies": {

View File

@ -1 +1 @@
5.3.0-SNAPSHOT
5.4.0-SNAPSHOT

View File

@ -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"));

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
"build:flow": "flow-copy-source -v -i '**/__tests__/**' src lib"
},
"dependencies": {
"node-fetch": ">=2.6.1",
"node-fetch": ">=3.1.1",
"portable-fetch": "^3.0.0"
},
"devDependencies": {