chore(deps): bump koa from 2.14.2 to 2.15.0 (#14141)
* chore(deps): bump koa from 2.14.2 to 2.15.0 Bumps [koa](https://github.com/koajs/koa) from 2.14.2 to 2.15.0. - [Changelog](https://github.com/koajs/koa/blob/2.15.0/History.md) - [Commits](https://github.com/koajs/koa/compare/2.14.2...2.15.0) --- updated-dependencies: - dependency-name: koa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9026a6c69a
commit
d7a0f4608f
|
|
@ -116,7 +116,7 @@
|
|||
"json-bigint": "1.0.0",
|
||||
"json5": "2.2.3",
|
||||
"jsrsasign": "10.9.0",
|
||||
"koa": "2.14.2",
|
||||
"koa": "2.15.0",
|
||||
"koa-basic-auth": "4.0.0",
|
||||
"koa-favicon": "2.1.0",
|
||||
"koa-mount": "4.0.0",
|
||||
|
|
|
|||
|
|
@ -105,8 +105,8 @@ dependencies:
|
|||
specifier: 10.9.0
|
||||
version: 10.9.0
|
||||
koa:
|
||||
specifier: 2.14.2
|
||||
version: 2.14.2
|
||||
specifier: 2.15.0
|
||||
version: 2.15.0
|
||||
koa-basic-auth:
|
||||
specifier: 4.0.0
|
||||
version: 4.0.0
|
||||
|
|
@ -2748,8 +2748,8 @@ packages:
|
|||
resolution: {integrity: sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==}
|
||||
dev: true
|
||||
|
||||
/cookies@0.8.0:
|
||||
resolution: {integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow==}
|
||||
/cookies@0.9.0:
|
||||
resolution: {integrity: sha512-mtyMqy14RsH7+IRJglGcKtRLOq0SRt0DdXVrLgc+v1e/o0TNJUpdElhgr3AAi638LO0xZwEPcRRkJ3afxvGhUw==}
|
||||
engines: {node: '>= 0.8'}
|
||||
dependencies:
|
||||
depd: 2.0.0
|
||||
|
|
@ -5456,15 +5456,15 @@ packages:
|
|||
- supports-color
|
||||
dev: false
|
||||
|
||||
/koa@2.14.2:
|
||||
resolution: {integrity: sha512-VFI2bpJaodz6P7x2uyLiX6RLYpZmOJqNmoCst/Yyd7hQlszyPwG/I9CQJ63nOtKSxpt5M7NH67V6nJL2BwCl7g==}
|
||||
/koa@2.15.0:
|
||||
resolution: {integrity: sha512-KEL/vU1knsoUvfP4MC4/GthpQrY/p6dzwaaGI6Rt4NQuFqkw3qrvsdYF5pz3wOfi7IGTvMPHC9aZIcUKYFNxsw==}
|
||||
engines: {node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4}
|
||||
dependencies:
|
||||
accepts: 1.3.8
|
||||
cache-content-type: 1.0.1
|
||||
content-disposition: 0.5.4
|
||||
content-type: 1.0.5
|
||||
cookies: 0.8.0
|
||||
cookies: 0.9.0
|
||||
debug: 4.3.4(supports-color@5.5.0)
|
||||
delegates: 1.0.0
|
||||
depd: 2.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue