mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(deps): roll back dependency connect to ^3.6.6 (#5758)
This commit is contained in:
parent
6141f74dfc
commit
dbb9f03959
@ -13,7 +13,7 @@
|
||||
"@nuxtjs/youch": "^4.2.3",
|
||||
"chalk": "^2.4.2",
|
||||
"compression": "^1.7.4",
|
||||
"connect": "^3.6.7",
|
||||
"connect": "^3.6.6",
|
||||
"consola": "^2.6.2",
|
||||
"etag": "^1.8.1",
|
||||
"fresh": "^0.5.2",
|
||||
|
12
yarn.lock
12
yarn.lock
@ -3433,16 +3433,6 @@ connect@^3.6.6:
|
||||
parseurl "~1.3.2"
|
||||
utils-merge "1.0.1"
|
||||
|
||||
connect@^3.6.7:
|
||||
version "3.6.7"
|
||||
resolved "https://registry.npmjs.org/connect/-/connect-3.6.7.tgz#ce88f6a9aea1a1ccddb992bb465ed5cbd50254c9"
|
||||
integrity sha512-yaa2opJWm0WsyzqmXoEafHmtmtpoAkMbjL50hbNJCSdOttIyRy3OWq5ucCBKBON46/Jox11yUG6aTbD8o6dMLQ==
|
||||
dependencies:
|
||||
debug "2.6.9"
|
||||
finalhandler "1.1.2"
|
||||
parseurl "~1.3.3"
|
||||
utils-merge "1.0.1"
|
||||
|
||||
consola@^2.0.0-1, consola@^2.3.0, consola@^2.5.6, consola@^2.6.0:
|
||||
version "2.6.1"
|
||||
resolved "https://registry.npmjs.org/consola/-/consola-2.6.1.tgz#d2f2bee385b5dba11907e4e0d17fc563d5fb9fa6"
|
||||
@ -5074,7 +5064,7 @@ finalhandler@1.1.1:
|
||||
statuses "~1.4.0"
|
||||
unpipe "~1.0.0"
|
||||
|
||||
finalhandler@1.1.2, finalhandler@^1.1.2, finalhandler@~1.1.2:
|
||||
finalhandler@^1.1.2, finalhandler@~1.1.2:
|
||||
version "1.1.2"
|
||||
resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
|
||||
integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==
|
||||
|
Loading…
Reference in New Issue
Block a user