Skip to content

Commit

Permalink
fix(security): patch body-parser dependency vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbesnier committed Sep 12, 2024
1 parent b114f74 commit 648dfec
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 166 deletions.
8 changes: 4 additions & 4 deletions packages/_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@forestadmin/datasource-sql": "1.14.18",
"@forestadmin/datasource-toolkit": "1.34.5",
"@koa/router": "^12.0.0",
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.2.1",
"@nestjs/platform-express": "^9.2.1",
"@nestjs/platform-fastify": "^9.2.1",
"@nestjs/common": "^10.4.1",
"@nestjs/core": "^10.4.1",
"@nestjs/platform-express": "^10.4.1",
"@nestjs/platform-fastify": "^10.4.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fastify": "^3.29.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"test": "jest"
},
"devDependencies": {
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.2.1",
"@nestjs/platform-express": "^9.2.1",
"@nestjs/platform-fastify": "^9.2.1",
"@nestjs/common": "^10.4.1",
"@nestjs/core": "^10.4.1",
"@nestjs/platform-express": "^10.4.1",
"@nestjs/platform-fastify": "^10.4.1",
"@shopify/jest-koa-mocks": "^3.1.0",
"@types/json-api-serializer": "^2.6.3",
"@types/jsonwebtoken": "^9.0.1",
Expand Down
Loading

0 comments on commit 648dfec

Please sign in to comment.