chore(deps): update devdependency got to ^10.2.1 (#6842)

This commit is contained in:
Xin Du (Clark) 2020-01-02 08:45:56 +00:00 committed by GitHub
commit a553c56c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -50,7 +50,7 @@
"fs-extra": "^8.1.0",
"get-port": "^5.1.0",
"glob": "^7.1.6",
"got": "^10.2.0",
"got": "^10.2.1",
"is-wsl": "^2.1.1",
"jest": "^24.9.0",
"jest-junit": "^10.0.0",

View File

@ -1825,10 +1825,10 @@
resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-1.2.0.tgz#63ce3638cb85231f3704164c90a18ef816da3fb7"
integrity sha512-mwhXGkRV5dlvQc4EgPDxDxO6WuMBVymGFd1CA+2Y+z5dG9MNspoQ+AWjl/Ld1MnpCL8AKbosZlDVohqcIwuWsw==
"@szmarczak/http-timer@^3.1.1":
version "3.1.1"
resolved "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-3.1.1.tgz#8b876acd14a4f36ad274468910ee858241e356ad"
integrity sha512-F7vS53bV9NXT+mmYFeSBr2nXaOI1h6qxdlLDVP+4CPG/c60MMStT7aaqYD2TSNWob1DA3GH9ikFY0UW31bUsWA==
"@szmarczak/http-timer@^4.0.0":
version "4.0.0"
resolved "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.0.tgz#309789ccb7842ff1e41848cf43da587f78068836"
integrity sha512-3yoXv8OtGr/r3R5gaWWNQ3VUoQ5G3Gmo8DXX95V14ZVvE2b7Pj6Ide9uIDON8ym4D/ItyfL9ejohYUPqOyvRXw==
dependencies:
defer-to-connect "^1.1.1"
@ -5808,13 +5808,13 @@ globule@^1.0.0:
lodash "~4.17.10"
minimatch "~3.0.2"
got@^10.2.0:
version "10.2.0"
resolved "https://registry.npmjs.org/got/-/got-10.2.0.tgz#c7d54e5b41881e5c64952a4013986af12dbab47f"
integrity sha512-X14b2uo+20s+HrJz9qyUmGNdIyYbRUZNE05fUz0aS4eXp1l82oUvsvFcMjwY3D25zgWwittqEQWEia0XqSlzzw==
got@^10.2.1:
version "10.2.1"
resolved "https://registry.npmjs.org/got/-/got-10.2.1.tgz#7087485482fb31aa6e6399fd493dd04639da117b"
integrity sha512-IQX//hGm5oLjUj743GJG30U2RzjS58ZlhQQjwQXjsyR50TTD+etVMHlMEbNxYJGWVFa0ASgDVhRkAvQPe6M9iQ==
dependencies:
"@sindresorhus/is" "^1.0.0"
"@szmarczak/http-timer" "^3.1.1"
"@szmarczak/http-timer" "^4.0.0"
"@types/cacheable-request" "^6.0.1"
cacheable-lookup "^0.2.1"
cacheable-request "^7.0.0"