helmet added, box real width/height

This commit is contained in:
2025-07-09 13:49:23 +02:00
parent ec9359fb0a
commit b72e4861eb
4 changed files with 41 additions and 31 deletions
+10
View File
@@ -12,6 +12,7 @@
"@svgdotjs/svg.js": "^3.2.4",
"axios": "^1.10.0",
"express": "^5.1.0",
"helmet": "^8.1.0",
"svgdom": "^0.1.21"
}
},
@@ -595,6 +596,15 @@
"node": ">= 0.4"
}
},
"node_modules/helmet": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-8.1.0.tgz",
"integrity": "sha512-jOiHyAZsmnr8LqoPGmCjYAaiuWwjAPLgY8ZX2XrmHawt99/u1y6RgrZMTeoPfpUbV96HOalYgz1qzkRbw54Pmg==",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/http-errors": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",