Skip to content

Commit e7a5a51

Browse files
fix(deps): update dependency koa to v2.15.3 (#3945)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e18f38 commit e7a5a51

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"fs-extra": "9.1.0",
2525
"http-graceful-shutdown": "2.4.0",
2626
"joi": "^17.12.3",
27-
"koa": "2.14.2",
27+
"koa": "2.15.3",
2828
"koa-router": "10.1.1",
2929
"koa-views": "6.3.1",
3030
"lodash": "4.17.21",

export/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -711,10 +711,10 @@ cookie@^0.4.1:
711711
resolved "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz"
712712
integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==
713713

714-
cookies@~0.8.0:
715-
version "0.8.0"
716-
resolved "https://registry.npmjs.org/cookies/-/cookies-0.8.0.tgz"
717-
integrity sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow==
714+
cookies@~0.9.0:
715+
version "0.9.1"
716+
resolved "https://registry.yarnpkg.com/cookies/-/cookies-0.9.1.tgz#3ffed6f60bb4fb5f146feeedba50acc418af67e3"
717+
integrity sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==
718718
dependencies:
719719
depd "~2.0.0"
720720
keygrip "~1.1.0"
@@ -1457,16 +1457,16 @@ [email protected]:
14571457
mz "^2.4.0"
14581458
pretty "^2.0.0"
14591459

1460-
koa@2.14.2:
1461-
version "2.14.2"
1462-
resolved "https://registry.npmjs.org/koa/-/koa-2.14.2.tgz"
1463-
integrity sha512-VFI2bpJaodz6P7x2uyLiX6RLYpZmOJqNmoCst/Yyd7hQlszyPwG/I9CQJ63nOtKSxpt5M7NH67V6nJL2BwCl7g==
1460+
koa@2.15.3:
1461+
version "2.15.3"
1462+
resolved "https://registry.yarnpkg.com/koa/-/koa-2.15.3.tgz#062809266ee75ce0c75f6510a005b0e38f8c519a"
1463+
integrity sha512-j/8tY9j5t+GVMLeioLaxweJiKUayFhlGqNTzf2ZGwL0ZCQijd2RLHK0SLW5Tsko8YyyqCZC2cojIb0/s62qTAg==
14641464
dependencies:
14651465
accepts "^1.3.5"
14661466
cache-content-type "^1.0.0"
14671467
content-disposition "~0.5.2"
14681468
content-type "^1.0.4"
1469-
cookies "~0.8.0"
1469+
cookies "~0.9.0"
14701470
debug "^4.3.2"
14711471
delegates "^1.0.0"
14721472
depd "^2.0.0"

0 commit comments

Comments
 (0)