Skip to content

Commit

Permalink
Bumped v7.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Sep 5, 2024
1 parent 3c1674b commit f058452
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/csrf-protection",
"version": "7.0.0-pre.fv5.2",
"version": "7.0.0",
"description": "A plugin for adding CSRF protection to Fastify.",
"main": "index.js",
"type": "commonjs",
Expand Down Expand Up @@ -29,17 +29,17 @@
},
"homepage": "https://github.com/fastify/fastify-csrf#readme",
"dependencies": {
"@fastify/csrf": "^7.0.0-pre.fv5.1",
"@fastify/csrf": "^7.0.0",
"@fastify/error": "^4.0.0",
"fastify-plugin": "^5.0.0-pre.fv5.1"
"fastify-plugin": "^5.0.0"
},
"devDependencies": {
"@fastify/cookie": "^10.0.0-pre.fv5.1",
"@fastify/cookie": "^10.0.0",
"@fastify/pre-commit": "^2.1.0",
"@fastify/secure-session": "^8.0.0-pre.fv5.1",
"@fastify/session": "^11.0.0-pre.fv5.1",
"@fastify/secure-session": "^8.0.0",
"@fastify/session": "^11.0.0",
"@types/node": "^22.0.0",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
"standard": "^17.1.0",
Expand Down

0 comments on commit f058452

Please sign in to comment.