Skip to content

Commit b969a81

Browse files
Bump koa from 3.0.1 to 3.0.3 in /examples/koa-v3
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 2a40d0f commit b969a81

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/koa-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@koa/router": "^14.0.0",
1616
"helmet": "^8.1.0",
17-
"koa": "^3.0.1",
17+
"koa": "^3.0.3",
1818
"koa-helmet": "^8.0.1"
1919
},
2020
"scripts": {

examples/koa-v3/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -521,10 +521,10 @@ koa-helmet@^8.0.1:
521521
resolved "https://registry.yarnpkg.com/koa-helmet/-/koa-helmet-8.0.1.tgz#ed2603d91e715a84a3ce9b17f1c1c9f4bcc21586"
522522
integrity sha512-lXDqTqNLgqyOKEuCSF3MFReJmEQQ0GD0NzkdSe9dKH87NSMc5GxAA7H5mYaAT+UJypYkIS1lPNRqTuEUgl+l3Q==
523523

524-
koa@^3.0.1:
525-
version "3.0.1"
526-
resolved "https://registry.yarnpkg.com/koa/-/koa-3.0.1.tgz#b211a0f350d1cc6185047671f8ef7e019c16351d"
527-
integrity sha512-oDxVkRwPOHhGlxKIDiDB2h+/l05QPtefD7nSqRgDfZt8P+QVYFWjfeK8jANf5O2YXjk8egd7KntvXKYx82wOag==
524+
koa@^3.0.3:
525+
version "3.0.3"
526+
resolved "https://registry.yarnpkg.com/koa/-/koa-3.0.3.tgz#40a97b6da0c0d49a704af82db2b3e5a618ed9042"
527+
integrity sha512-MeuwbCoN1daWS32/Ni5qkzmrOtQO2qrnfdxDHjrm6s4b59yG4nexAJ0pTEFyzjLp0pBVO80CZp0vW8Ze30Ebow==
528528
dependencies:
529529
accepts "^1.3.8"
530530
content-disposition "~0.5.4"

0 commit comments

Comments
 (0)