Skip to content

Commit f9a7e30

Browse files
Update dependency @types/koa to v3
1 parent 7942f3b commit f9a7e30

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
2727
"@types/dedent": "^0.7.0",
2828
"@types/jest": "^29.0.3",
29-
"@types/koa": "^2.13.5",
29+
"@types/koa": "^3.0.0",
3030
"@types/koa-compress": "^4.0.0",
3131
"@types/koa-static": "^4.0.1",
3232
"@types/node": "^22.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,10 +1050,10 @@
10501050
resolved "https://registry.yarnpkg.com/@types/http-assert/-/http-assert-1.5.1.tgz#d775e93630c2469c2f980fc27e3143240335db3b"
10511051
integrity sha512-PGAK759pxyfXE78NbKxyfRcWYA/KwW17X290cNev/qAsn9eQIxkH4shoNBafH37wewhDG/0p1cHPbK6+SzZjWQ==
10521052

1053-
"@types/http-errors@*":
1054-
version "1.8.2"
1055-
resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-1.8.2.tgz#7315b4c4c54f82d13fa61c228ec5c2ea5cc9e0e1"
1056-
integrity sha512-EqX+YQxINb+MeXaIqYDASb6U6FCHbWjkj4a1CKDBks3d/QiB2+PqBLyO72vLDgAO1wUI4O+9gweRcQK11bTL/w==
1053+
"@types/http-errors@^2":
1054+
version "2.0.5"
1055+
resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-2.0.5.tgz#5b749ab2b16ba113423feb1a64a95dcd30398472"
1056+
integrity sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==
10571057

10581058
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
10591059
version "2.0.4"
@@ -1129,16 +1129,16 @@
11291129
"@types/koa-compose" "*"
11301130
"@types/node" "*"
11311131

1132-
"@types/koa@^2.13.5":
1133-
version "2.13.5"
1134-
resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.13.5.tgz#64b3ca4d54e08c0062e89ec666c9f45443b21a61"
1135-
integrity sha512-HSUOdzKz3by4fnqagwthW/1w/yJspTgppyyalPVbgZf8jQWvdIXcVW5h2DGtw4zYntOaeRGx49r1hxoPWrD4aA==
1132+
"@types/koa@^3.0.0":
1133+
version "3.0.1"
1134+
resolved "https://registry.yarnpkg.com/@types/koa/-/koa-3.0.1.tgz#2c9ace20ecb33d0cf84d63492af231185eb2aefa"
1135+
integrity sha512-VkB6WJUQSe0zBpR+Q7/YIUESGp5wPHcaXr0xueU5W0EOUWtlSbblsl+Kl31lyRQ63nIILh0e/7gXjQ09JXJIHw==
11361136
dependencies:
11371137
"@types/accepts" "*"
11381138
"@types/content-disposition" "*"
11391139
"@types/cookies" "*"
11401140
"@types/http-assert" "*"
1141-
"@types/http-errors" "*"
1141+
"@types/http-errors" "^2"
11421142
"@types/keygrip" "*"
11431143
"@types/koa-compose" "*"
11441144
"@types/node" "*"

0 commit comments

Comments
 (0)