Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
puzpuzpuz committed Mar 20, 2024
1 parent c4ea9c8 commit cb87833
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [16, 18, 20, 21]
name: Build with Node ${{ matrix.node-version }}
steps:
- name: Checkout repository
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,20 @@
"logging"
],
"dependencies": {
"uuid": "^9.0.0"
"uuid": "~9.0.1"
},
"devDependencies": {
"@hapi/hapi": "^21.3.2",
"@types/node": "^14.18.47",
"express": "^4.18.2",
"fastify": "^4.2.0",
"fastifyv2": "npm:fastify@^2.15.0",
"jest": "^29.5.0",
"koa": "^2.14.2",
"koav1": "npm:koa@^1.7.0",
"standard": "^17.0.0",
"supertest": "^6.3.3",
"typescript": "^4.9.5",
"winston": "^3.8.2"
"@hapi/hapi": "~21.3.7",
"@types/node": "~16.18.91",
"express": "~4.19.0",
"fastify": "~4.26.2",
"fastifyv2": "npm:fastify@~2.15.3",
"jest": "~29.7.0",
"koa": "~2.15.1",
"koav1": "npm:koa@~1.7.0",
"standard": "~17.1.0",
"supertest": "~6.3.4",
"typescript": "~5.4.2",
"winston": "~3.12.0"
}
}

0 comments on commit cb87833

Please sign in to comment.