mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
chore(deps): update dependency koa to v2.6.1 (#1873)
This commit is contained in:
parent
0d6a2d880d
commit
d35acecc38
3 changed files with 6 additions and 6 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -2272,7 +2272,7 @@
|
|||
"apollo-server-core": "file:packages/apollo-server-core",
|
||||
"graphql-subscriptions": "^1.0.0",
|
||||
"graphql-tools": "^4.0.0",
|
||||
"koa": "2.5.3",
|
||||
"koa": "2.6.1",
|
||||
"koa-bodyparser": "^3.0.0",
|
||||
"koa-router": "^7.4.0",
|
||||
"type-is": "^1.6.16"
|
||||
|
@ -7763,9 +7763,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"koa": {
|
||||
"version": "2.5.3",
|
||||
"resolved": "https://registry.npmjs.org/koa/-/koa-2.5.3.tgz",
|
||||
"integrity": "sha512-U6rgy2kwlfO+3P1phAidDrRZpGfwcpHCxl33wFe+fHXalpzEshHGnMaSU7I/ZeDFpGRQkbQOYsXkXfUjn+AtdQ==",
|
||||
"version": "2.6.1",
|
||||
"resolved": "https://registry.npmjs.org/koa/-/koa-2.6.1.tgz",
|
||||
"integrity": "sha512-n9R5Eex4y0drUeqFTeCIeXyz8wjr2AxBo2Cq8LvmiXbJl4yDA5KIrecMPkhnmgACZnPXMRyCLbJoyLmpM9aFAw==",
|
||||
"requires": {
|
||||
"accepts": "^1.3.5",
|
||||
"cache-content-type": "^1.0.0",
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
"jest-junit": "5.2.0",
|
||||
"jest-matcher-utils": "23.6.0",
|
||||
"js-sha256": "0.9.0",
|
||||
"koa": "2.5.3",
|
||||
"koa": "2.6.1",
|
||||
"koa-multer": "1.0.2",
|
||||
"lerna": "3.4.3",
|
||||
"lint-staged": "7.2.2",
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"apollo-server-core": "file:../apollo-server-core",
|
||||
"graphql-subscriptions": "^1.0.0",
|
||||
"graphql-tools": "^4.0.0",
|
||||
"koa": "2.5.3",
|
||||
"koa": "2.6.1",
|
||||
"koa-bodyparser": "^3.0.0",
|
||||
"koa-router": "^7.4.0",
|
||||
"type-is": "^1.6.16"
|
||||
|
|
Loading…
Add table
Reference in a new issue