Skip to content

Commit

Permalink
fix(deps): update dependency koa to ^2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent 8d51cf0 commit 5f763bd
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"invert-color": "^2.0.0",
"koa": "^2.14.2",
"koa": "^2.15.3",
"koa-better-http-proxy": "^0.2.10",
"koa-bodyparser": "^4.4.1",
"koa-compose": "^4.1.0",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@types/debug": "^4.1.12",
"@types/html-minifier": "^4",
"@types/html-webpack-plugin": "^3.2.9",
"@types/koa": "^2.13.11",
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/koa-compose": "^3.2.5",
"@types/koa-compress": "^4.0.6",
Expand Down
40 changes: 28 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ __metadata:
"@types/debug": "npm:^4.1.12"
"@types/html-minifier": "npm:^4"
"@types/html-webpack-plugin": "npm:^3.2.9"
"@types/koa": "npm:^2.13.11"
"@types/koa": "npm:^2.15.0"
"@types/koa-bodyparser": "npm:^4.3.12"
"@types/koa-compose": "npm:^3.2.5"
"@types/koa-compress": "npm:^4.0.6"
Expand Down Expand Up @@ -111,7 +111,7 @@ __metadata:
html-minifier: "npm:^4.0.0"
html-webpack-plugin: "npm:^4.5.2"
invert-color: "npm:^2.0.0"
koa: "npm:^2.14.2"
koa: "npm:^2.15.3"
koa-better-http-proxy: "npm:^0.2.10"
koa-bodyparser: "npm:^4.4.1"
koa-compose: "npm:^4.1.0"
Expand Down Expand Up @@ -4165,7 +4165,7 @@ __metadata:
languageName: node
linkType: hard

"@types/koa@npm:*, @types/koa@npm:^2.13.11":
"@types/koa@npm:*":
version: 2.13.11
resolution: "@types/koa@npm:2.13.11"
dependencies:
Expand All @@ -4181,6 +4181,22 @@ __metadata:
languageName: node
linkType: hard

"@types/koa@npm:^2.15.0":
version: 2.15.0
resolution: "@types/koa@npm:2.15.0"
dependencies:
"@types/accepts": "npm:*"
"@types/content-disposition": "npm:*"
"@types/cookies": "npm:*"
"@types/http-assert": "npm:*"
"@types/http-errors": "npm:*"
"@types/keygrip": "npm:*"
"@types/koa-compose": "npm:*"
"@types/node": "npm:*"
checksum: 2be9dff1ef66bf15b037386c188893761a8fb46390a5e1d2a2031d9e1ba4473e40ddfbd625980a504bd804d7148b3e230c18e240503f33eac3b6e5e830645d30
languageName: node
linkType: hard

"@types/lodash@npm:^4.14.201":
version: 4.14.201
resolution: "@types/lodash@npm:4.14.201"
Expand Down Expand Up @@ -7461,13 +7477,13 @@ __metadata:
languageName: node
linkType: hard

"cookies@npm:~0.8.0":
version: 0.8.0
resolution: "cookies@npm:0.8.0"
"cookies@npm:~0.9.0":
version: 0.9.1
resolution: "cookies@npm:0.9.1"
dependencies:
depd: "npm:~2.0.0"
keygrip: "npm:~1.1.0"
checksum: 5da4d72ba81c2740511751ac8ea9506e10e2366b9ad3360333581e4667fd8d063d02c5be0bef16177de3e366b8128ed2b72921e2952c79cbca084d177e529bba
checksum: 4816461a38d907b20f3fb7a2bc4741fe580e7a195f3e248ef7025cb3be56a07638a0f4e72553a5f535554ca30172c8a3245c63ac72c9737cec034e9a47773392
languageName: node
linkType: hard

Expand Down Expand Up @@ -13453,15 +13469,15 @@ __metadata:
languageName: node
linkType: hard

"koa@npm:^2.14.2":
version: 2.14.2
resolution: "koa@npm:2.14.2"
"koa@npm:^2.15.3":
version: 2.15.3
resolution: "koa@npm:2.15.3"
dependencies:
accepts: "npm:^1.3.5"
cache-content-type: "npm:^1.0.0"
content-disposition: "npm:~0.5.2"
content-type: "npm:^1.0.4"
cookies: "npm:~0.8.0"
cookies: "npm:~0.9.0"
debug: "npm:^4.3.2"
delegates: "npm:^1.0.0"
depd: "npm:^2.0.0"
Expand All @@ -13480,7 +13496,7 @@ __metadata:
statuses: "npm:^1.5.0"
type-is: "npm:^1.6.16"
vary: "npm:^1.1.2"
checksum: be3592ad2ed61068aaf19f4957de07602c4141cb33e049727d2453010d90cb9f4756c87103c9b44e24cf31f061116f4479b0a4ce7638c96fd64652f559ad5b7b
checksum: b2c2771a4ee5268f9d039ce025b9c3798a0baba8c3cf3895a6fc2d286363e0cd2c98c02a5b87f14100baa2bc17d854eed6ed80f9bd41afda1d056f803b206514
languageName: node
linkType: hard

Expand Down

0 comments on commit 5f763bd

Please sign in to comment.