Skip to content

Commit 588856c

Browse files
Bump koa from 3.0.1 to 3.0.3 (#36)
Bumps [koa](https://github.com/koajs/koa) from 3.0.1 to 3.0.3. - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/master/History.md) - [Commits](koajs/koa@v3.0.1...v3.0.3) --- updated-dependencies: - dependency-name: koa dependency-version: 3.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e168747 commit 588856c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@koa/cors": "^5.0.0",
1919
"@teamwork/websocket-json-stream": "^2.0.0",
20-
"koa": "^3.0.1",
20+
"koa": "^3.0.3",
2121
"koa-bodyparser": "^4.4.1",
2222
"koa-easy-ws": "^2.1.0",
2323
"sharedb": "^5.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -721,10 +721,10 @@ koa-easy-ws@^2.1.0:
721721
dependencies:
722722
debug "^4.1.1"
723723

724-
koa@^3.0.1:
725-
version "3.0.1"
726-
resolved "https://registry.yarnpkg.com/koa/-/koa-3.0.1.tgz#b211a0f350d1cc6185047671f8ef7e019c16351d"
727-
integrity sha512-oDxVkRwPOHhGlxKIDiDB2h+/l05QPtefD7nSqRgDfZt8P+QVYFWjfeK8jANf5O2YXjk8egd7KntvXKYx82wOag==
724+
koa@^3.0.3:
725+
version "3.0.3"
726+
resolved "https://registry.yarnpkg.com/koa/-/koa-3.0.3.tgz#40a97b6da0c0d49a704af82db2b3e5a618ed9042"
727+
integrity sha512-MeuwbCoN1daWS32/Ni5qkzmrOtQO2qrnfdxDHjrm6s4b59yG4nexAJ0pTEFyzjLp0pBVO80CZp0vW8Ze30Ebow==
728728
dependencies:
729729
accepts "^1.3.8"
730730
content-disposition "~0.5.4"

0 commit comments

Comments
 (0)