Skip to content

Commit

Permalink
chore: upgrade backend packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Alex committed Jul 2, 2024
1 parent 64ac0ff commit 7f92762
Show file tree
Hide file tree
Showing 2 changed files with 2,289 additions and 3,755 deletions.
32 changes: 16 additions & 16 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@
"node": ">=14"
},
"dependencies": {
"@koa/cors": "3.1.0",
"@koa/cors": "5.0.0",
"@sentry/node": "6.13.3",
"ajv": "8.1.0",
"convict": "6.0.1",
"dotenv": "16.0.3",
"koa": "2.13.1",
"koa-bodyparser": "4.3.0",
"koa-router": "10.0.0",
"ajv": "8.16.0",
"convict": "6.2.4",
"dotenv": "16.4.5",
"koa": "2.15.3",
"koa-bodyparser": "4.4.1",
"koa-router": "12.0.1",
"koa-static": "5.0.0",
"koa2-swagger-ui": "5.0.5",
"koa2-swagger-ui": "5.10.0",
"lodash": "4.17.21",
"mjml": "4.9.0",
"nodemailer": "6.5.0",
"nunjucks": "3.2.3"
"mjml": "4.15.3",
"nodemailer": "6.9.14",
"nunjucks": "3.2.4"
},
"devDependencies": {
"eslint": "7.23.0",
"eslint-plugin-jest": "24.3.4",
"jest": "26.6.3",
"nodemon": "2.0.7",
"eslint": "8.56.0",
"eslint-plugin-jest": "28.6.0",
"jest": "29.7.0",
"nodemon": "3.1.4",
"superagent-binary-parser": "1.0.1",
"supertest": "6.1.3"
"supertest": "7.0.0"
}
}
Loading

0 comments on commit 7f92762

Please sign in to comment.