fix(deps): update dependency next-connect to v0.10.1 (#276)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-21 21:32:43 +09:00 committed by GitHub
parent a105cea6ef
commit 17e7913d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@
"knex": "0.95.2", "knex": "0.95.2",
"mysql": "2.18.1", "mysql": "2.18.1",
"next": "10.0.6", "next": "10.0.6",
"next-connect": "0.10.0", "next-connect": "0.10.1",
"next-session": "3.4.0", "next-session": "3.4.0",
"node-emoji": "1.10.0", "node-emoji": "1.10.0",
"postcss": "8.2.8", "postcss": "8.2.8",

View File

@ -5418,10 +5418,10 @@ natural-compare@^1.4.0:
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
next-connect@0.10.0: next-connect@0.10.1:
version "0.10.0" version "0.10.1"
resolved "https://registry.npmjs.org/next-connect/-/next-connect-0.10.0.tgz" resolved "https://registry.yarnpkg.com/next-connect/-/next-connect-0.10.1.tgz#59628f98a184694a9415bef48076ed0fe10902ce"
integrity sha512-W8oiw8ylXdMQJQG/FtBaSbXQkf9YgqEPh5sjfFOx6BlZVVLd8UP7Cp7qZe32lVAuQEGnU/JlmWkyzBOdt6xVrw== integrity sha512-gNpH53DtYfZhfOzmAVrE3jiEDj7kGtodeGcyUd2gvPsB+6/hQSmRVekCzNuF20+vpHnkpE8VUDQmzARzzqwpYA==
dependencies: dependencies:
trouter "^3.1.0" trouter "^3.1.0"