We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce93d68 commit ae67f81Copy full SHA for ae67f81
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fastify/helmet",
3
- "version": "12.0.0-pre.fv5.2",
+ "version": "12.0.0",
4
"description": "Important security headers for Fastify",
5
"main": "index.js",
6
"type": "commonjs",
@@ -40,13 +40,13 @@
40
"@fastify/pre-commit": "^2.1.0",
41
"@types/node": "^22.0.0",
42
"c8": "^10.1.2",
43
- "fastify": "^5.0.0-alpha.3",
+ "fastify": "^5.0.0-alpha.4",
44
"snazzy": "^9.0.0",
45
"standard": "^17.1.0",
46
"tsd": "^0.31.0"
47
},
48
"dependencies": {
49
- "fastify-plugin": "^5.0.0-pre.fv5.1",
+ "fastify-plugin": "^5.0.0",
50
"helmet": "^7.1.0"
51
52
"tsd": {
0 commit comments