Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @fastify/csrf-protection from 6.3.0 to 6.4.1.
    See this package in npm: https://www.npmjs.com/package/@fastify/csrf-protection
  - ajv from 8.12.0 to 8.17.1.
    See this package in npm: https://www.npmjs.com/package/ajv
  - fast-uri from 2.2.0 to 2.4.0.
    See this package in npm: https://www.npmjs.com/package/fast-uri
  - fastify from 4.19.2 to 4.28.1.
    See this package in npm: https://www.npmjs.com/package/fastify
  - jsonwebtoken from 9.0.1 to 9.0.2.
    See this package in npm: https://www.npmjs.com/package/jsonwebtoken

See this project in Snyk:
https://app.snyk.io/org/sammytezzy/project/0ebbe13e-a0e4-423e-a630-ad315a982ed6?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 7, 2024
1 parent 1ca0a43 commit 24b0f05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
},
"dependencies": {
"@fastify/cookie": "^8.3.0",
"@fastify/csrf-protection": "6.3.0",
"@fastify/csrf-protection": "6.4.1",
"@fastify/middie": "8.3",
"@fastify/session": "^10.1.1",
"@fastify/swagger": "^8.3.1",
"@fastify/swagger-ui": "^1.5.0",
"@immobiliarelabs/fastify-sentry": "^6.0.0",
"@prisma/client": "4.16.2",
"ajv": "8.12.0",
"ajv": "8.17.1",
"ajv-formats": "^2.1.1",
"bad-words": "3.0.4",
"connect-mongo": "4.6.0",
"fast-uri": "2.2.0",
"fastify": "4.19.2",
"fast-uri": "2.4.0",
"fastify": "4.28.1",
"fastify-auth0-verify": "^1.0.0",
"fastify-plugin": "^4.3.0",
"jsonwebtoken": "9.0.1",
"jsonwebtoken": "9.0.2",
"mongodb": "^4.16.0",
"nanoid": "3",
"nodemon": "2.0.22",
Expand Down

0 comments on commit 24b0f05

Please sign in to comment.