Skip to content

Commit

Permalink
fix(deps): update dependency koa to v2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 21, 2023
1 parent dc6abeb commit ddc0e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/strapi-node/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"build": "node main build"
},
"devDependencies": {
"@types/koa": "2.11.7"
"@types/koa": "2.13.12"
},
"dependencies": {
"knex": "0.21.17",
"koa": "2.13.1",
"koa": "2.14.2",
"module-alias": "2.2.2",
"sqlite3": "latest",
"strapi": "3.4.5",
Expand Down

0 comments on commit ddc0e63

Please sign in to comment.