Skip to content

Commit

Permalink
chore(deps): roll back dependency connect to ^3.6.6 (#5758)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and clarkdo committed May 17, 2019
1 parent 6141f74 commit dbb9f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 1 addition & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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==
Expand Down

0 comments on commit dbb9f03

Please sign in to comment.