mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
chore(deps): update devdependency got to ^10.2.1 (#6842)
This commit is contained in:
commit
a553c56c52
@ -50,7 +50,7 @@
|
|||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^8.1.0",
|
||||||
"get-port": "^5.1.0",
|
"get-port": "^5.1.0",
|
||||||
"glob": "^7.1.6",
|
"glob": "^7.1.6",
|
||||||
"got": "^10.2.0",
|
"got": "^10.2.1",
|
||||||
"is-wsl": "^2.1.1",
|
"is-wsl": "^2.1.1",
|
||||||
"jest": "^24.9.0",
|
"jest": "^24.9.0",
|
||||||
"jest-junit": "^10.0.0",
|
"jest-junit": "^10.0.0",
|
||||||
|
18
yarn.lock
18
yarn.lock
@ -1825,10 +1825,10 @@
|
|||||||
resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-1.2.0.tgz#63ce3638cb85231f3704164c90a18ef816da3fb7"
|
resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-1.2.0.tgz#63ce3638cb85231f3704164c90a18ef816da3fb7"
|
||||||
integrity sha512-mwhXGkRV5dlvQc4EgPDxDxO6WuMBVymGFd1CA+2Y+z5dG9MNspoQ+AWjl/Ld1MnpCL8AKbosZlDVohqcIwuWsw==
|
integrity sha512-mwhXGkRV5dlvQc4EgPDxDxO6WuMBVymGFd1CA+2Y+z5dG9MNspoQ+AWjl/Ld1MnpCL8AKbosZlDVohqcIwuWsw==
|
||||||
|
|
||||||
"@szmarczak/http-timer@^3.1.1":
|
"@szmarczak/http-timer@^4.0.0":
|
||||||
version "3.1.1"
|
version "4.0.0"
|
||||||
resolved "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-3.1.1.tgz#8b876acd14a4f36ad274468910ee858241e356ad"
|
resolved "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.0.tgz#309789ccb7842ff1e41848cf43da587f78068836"
|
||||||
integrity sha512-F7vS53bV9NXT+mmYFeSBr2nXaOI1h6qxdlLDVP+4CPG/c60MMStT7aaqYD2TSNWob1DA3GH9ikFY0UW31bUsWA==
|
integrity sha512-3yoXv8OtGr/r3R5gaWWNQ3VUoQ5G3Gmo8DXX95V14ZVvE2b7Pj6Ide9uIDON8ym4D/ItyfL9ejohYUPqOyvRXw==
|
||||||
dependencies:
|
dependencies:
|
||||||
defer-to-connect "^1.1.1"
|
defer-to-connect "^1.1.1"
|
||||||
|
|
||||||
@ -5808,13 +5808,13 @@ globule@^1.0.0:
|
|||||||
lodash "~4.17.10"
|
lodash "~4.17.10"
|
||||||
minimatch "~3.0.2"
|
minimatch "~3.0.2"
|
||||||
|
|
||||||
got@^10.2.0:
|
got@^10.2.1:
|
||||||
version "10.2.0"
|
version "10.2.1"
|
||||||
resolved "https://registry.npmjs.org/got/-/got-10.2.0.tgz#c7d54e5b41881e5c64952a4013986af12dbab47f"
|
resolved "https://registry.npmjs.org/got/-/got-10.2.1.tgz#7087485482fb31aa6e6399fd493dd04639da117b"
|
||||||
integrity sha512-X14b2uo+20s+HrJz9qyUmGNdIyYbRUZNE05fUz0aS4eXp1l82oUvsvFcMjwY3D25zgWwittqEQWEia0XqSlzzw==
|
integrity sha512-IQX//hGm5oLjUj743GJG30U2RzjS58ZlhQQjwQXjsyR50TTD+etVMHlMEbNxYJGWVFa0ASgDVhRkAvQPe6M9iQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sindresorhus/is" "^1.0.0"
|
"@sindresorhus/is" "^1.0.0"
|
||||||
"@szmarczak/http-timer" "^3.1.1"
|
"@szmarczak/http-timer" "^4.0.0"
|
||||||
"@types/cacheable-request" "^6.0.1"
|
"@types/cacheable-request" "^6.0.1"
|
||||||
cacheable-lookup "^0.2.1"
|
cacheable-lookup "^0.2.1"
|
||||||
cacheable-request "^7.0.0"
|
cacheable-request "^7.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user