Skip to content

Commit 76c36b2

Browse files
committed
chore: bump deps
1 parent 7a7b8f5 commit 76c36b2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"express-request-id": "^1.4.1",
3131
"kcors": "^2.2.2",
3232
"koa": "^2.13.4",
33-
"koa-404-handler": "^0.0.2",
33+
"koa-404-handler": "^0.1.0",
3434
"koa-basic-auth": "^4.0.0",
3535
"koa-better-error-handler": "^7.0.1",
3636
"koa-better-timeout": "^0.0.6",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@
639639
"@types/node" "*"
640640
"@types/webidl-conversions" "*"
641641

642-
"@typescript-eslint/eslint-plugin@*":
642+
"@typescript-eslint/eslint-plugin@^5.4.0":
643643
version "5.5.0"
644644
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.5.0.tgz#12d5f47f127af089b985f3a205c0e34a812f8fce"
645645
integrity sha512-4bV6fulqbuaO9UMXU0Ia0o6z6if+kmMRW8rMRyfqXj/eGrZZRGedS4n0adeGNnjr8LKAM495hrQ7Tea52UWmQA==
@@ -665,7 +665,7 @@
665665
eslint-scope "^5.1.1"
666666
eslint-utils "^3.0.0"
667667

668-
"@typescript-eslint/parser@*":
668+
"@typescript-eslint/parser@^5.4.0":
669669
version "5.5.0"
670670
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.5.0.tgz#a38070e225330b771074daa659118238793f7fcd"
671671
integrity sha512-JsXBU+kgQOAgzUn2jPrLA+Rd0Y1dswOlX3hp8MuRO1hQDs6xgHtbCXEiAu7bz5hyVURxbXcA2draasMbNqrhmg==
@@ -2194,7 +2194,7 @@ eslint-config-xo-lass@^1.0.6:
21942194
resolved "https://registry.yarnpkg.com/eslint-config-xo-lass/-/eslint-config-xo-lass-1.0.6.tgz#6c27c2b694aea2e3ebc49ab50b4699ce747a5a5b"
21952195
integrity sha512-C/oftF0mIBWuuj9tiy41qS1EmpXryEu9oVmoujNOnC31Ouyhvj8rQ4RgRn7QMBGs0vSbShq9TAZyLb3rPh2Ozw==
21962196

2197-
eslint-config-xo-typescript@*:
2197+
eslint-config-xo-typescript@^0.47.1:
21982198
version "0.47.1"
21992199
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.47.1.tgz#87b5865d8a3428fa26cc8dc3146ef4f712dfed46"
22002200
integrity sha512-BkbzIltZCWp8QLekKJKG8zJ/ZGezD8Z9FaJ+hJ5PrAVUGkIPmxXLLEHCKS3ax7oOqZLYQiG+jyKfQDIEdTQgbg==
@@ -3858,10 +3858,10 @@ kleur@^4.0.3:
38583858
resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.4.tgz#8c202987d7e577766d039a8cd461934c01cda04d"
38593859
integrity sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA==
38603860

3861-
koa-404-handler@^0.0.2:
3862-
version "0.0.2"
3863-
resolved "https://registry.yarnpkg.com/koa-404-handler/-/koa-404-handler-0.0.2.tgz#a6b4350099560fb3042db3e57a39094b661bc558"
3864-
integrity sha512-F6s31QjJCfDK/amVWQBC9q77x/Fuf5/lspVkiyklrRZ2KzNPk247AEvuVRguyYlGP7mKSHeX+DDwAguP84kcmQ==
3861+
koa-404-handler@^0.1.0:
3862+
version "0.1.0"
3863+
resolved "https://registry.yarnpkg.com/koa-404-handler/-/koa-404-handler-0.1.0.tgz#470e957c93f063f6c20acd15ec3f1393f25d2cba"
3864+
integrity sha512-3AuIGL1vlIXCJaNDSLhPmMuDFoiYSzkemyq9NwU0NdHG/j9yh3TM4+8IB6kgAWHDuz0hYargPZrpfcb3THFfuQ==
38653865

38663866
koa-basic-auth@^4.0.0:
38673867
version "4.0.0"

0 commit comments

Comments
 (0)