mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
chore(deps): update dependency koa to v2.6.2
This commit is contained in:
parent
1e384a1eaa
commit
87b4833926
3 changed files with 10 additions and 10 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -2252,7 +2252,7 @@
|
|||
"apollo-server-core": "file:packages/apollo-server-core",
|
||||
"graphql-subscriptions": "^1.0.0",
|
||||
"graphql-tools": "^4.0.0",
|
||||
"koa": "2.6.1",
|
||||
"koa": "2.6.2",
|
||||
"koa-bodyparser": "^3.0.0",
|
||||
"koa-router": "^7.4.0",
|
||||
"type-is": "^1.6.16"
|
||||
|
@ -3718,12 +3718,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"cookies": {
|
||||
"version": "0.7.2",
|
||||
"resolved": "https://registry.npmjs.org/cookies/-/cookies-0.7.2.tgz",
|
||||
"integrity": "sha512-J2JjH9T3PUNKPHknprxgCrCaZshIfxW2j49gq1E1CP5Micj1LppWAR2y9EHSQAzEiX84zOsScWNwUZ0b/ChlMw==",
|
||||
"version": "0.7.3",
|
||||
"resolved": "https://registry.npmjs.org/cookies/-/cookies-0.7.3.tgz",
|
||||
"integrity": "sha512-+gixgxYSgQLTaTIilDHAdlNPZDENDQernEMiIcZpYYP14zgHsCt4Ce1FEjFtcp6GefhozebB6orvhAAWx/IS0A==",
|
||||
"requires": {
|
||||
"depd": "~1.1.2",
|
||||
"keygrip": "~1.0.2"
|
||||
"keygrip": "~1.0.3"
|
||||
}
|
||||
},
|
||||
"copy-concurrently": {
|
||||
|
@ -8018,9 +8018,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"koa": {
|
||||
"version": "2.6.1",
|
||||
"resolved": "https://registry.npmjs.org/koa/-/koa-2.6.1.tgz",
|
||||
"integrity": "sha512-n9R5Eex4y0drUeqFTeCIeXyz8wjr2AxBo2Cq8LvmiXbJl4yDA5KIrecMPkhnmgACZnPXMRyCLbJoyLmpM9aFAw==",
|
||||
"version": "2.6.2",
|
||||
"resolved": "https://registry.npmjs.org/koa/-/koa-2.6.2.tgz",
|
||||
"integrity": "sha512-KdnBFhTgh9ysMMoYe4J4fLvaKjT7mF3nRYV8MjxLzx6qywFNeptqi4xevyUltg1fZl2CFJ+HeLXuCGx07Yvl/A==",
|
||||
"requires": {
|
||||
"accepts": "^1.3.5",
|
||||
"cache-content-type": "^1.0.0",
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
"jest-junit": "5.2.0",
|
||||
"jest-matcher-utils": "23.6.0",
|
||||
"js-sha256": "0.9.0",
|
||||
"koa": "2.6.1",
|
||||
"koa": "2.6.2",
|
||||
"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.6.1",
|
||||
"koa": "2.6.2",
|
||||
"koa-bodyparser": "^3.0.0",
|
||||
"koa-router": "^7.4.0",
|
||||
"type-is": "^1.6.16"
|
||||
|
|
Loading…
Add table
Reference in a new issue