Skip to content

Commit c7a2429

Browse files
chore(deps): bump koa and @types/koa
Bumps [koa](https://github.com/koajs/koa) and [@types/koa](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa). These dependencies needed to be updated together. Updates `koa` from 2.14.2 to 2.16.0 - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/master/History.md) - [Commits](koajs/koa@2.14.2...2.16.0) Updates `@types/koa` from 2.13.6 to 2.15.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa) --- updated-dependencies: - dependency-name: koa dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/koa" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 985cb56 commit c7a2429

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package-lock.json

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dev-server-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"core"
5959
],
6060
"dependencies": {
61-
"@types/koa": "^2.11.6",
61+
"@types/koa": "^2.15.0",
6262
"@types/ws": "^7.4.0",
6363
"@web/parse5-utils": "^2.1.0",
6464
"chokidar": "^4.0.1",
@@ -67,7 +67,7 @@
6767
"get-stream": "^6.0.0",
6868
"is-stream": "^2.0.0",
6969
"isbinaryfile": "^5.0.0",
70-
"koa": "^2.13.0",
70+
"koa": "^2.16.0",
7171
"koa-etag": "^4.0.0",
7272
"koa-send": "^5.0.1",
7373
"koa-static": "^5.0.0",

0 commit comments

Comments
 (0)