Skip to content

Commit 4b0780f

Browse files
dependabot[bot]mesaugat
authored andcommitted
Bump koa from 3.0.1 to 3.0.3 in /examples/koa-http-server-ts
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]>
1 parent a01c2ec commit 4b0780f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/koa-http-server-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@leapfrogtechnology/async-store": "^2.0.0",
16-
"koa": "^3.0.1",
16+
"koa": "^3.0.3",
1717
"koa-request": "^1.0.0",
1818
"nodemon": "^2.0.15",
1919
"qs": "^6.9.4"

examples/koa-http-server-ts/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -903,10 +903,10 @@ koa-request@^1.0.0:
903903
dependencies:
904904
request "*"
905905

906-
koa@^3.0.1:
907-
version "3.0.1"
908-
resolved "https://registry.yarnpkg.com/koa/-/koa-3.0.1.tgz#b211a0f350d1cc6185047671f8ef7e019c16351d"
909-
integrity sha512-oDxVkRwPOHhGlxKIDiDB2h+/l05QPtefD7nSqRgDfZt8P+QVYFWjfeK8jANf5O2YXjk8egd7KntvXKYx82wOag==
906+
koa@^3.0.3:
907+
version "3.0.3"
908+
resolved "https://registry.yarnpkg.com/koa/-/koa-3.0.3.tgz#40a97b6da0c0d49a704af82db2b3e5a618ed9042"
909+
integrity sha512-MeuwbCoN1daWS32/Ni5qkzmrOtQO2qrnfdxDHjrm6s4b59yG4nexAJ0pTEFyzjLp0pBVO80CZp0vW8Ze30Ebow==
910910
dependencies:
911911
accepts "^1.3.8"
912912
content-disposition "~0.5.4"

0 commit comments

Comments
 (0)