Harden runtime configuration and container security defaults

This commit is contained in:
Alfredo Di Stasio
2026-03-10 13:06:12 +01:00
parent 3d795991fe
commit b39c6ced3a
14 changed files with 154 additions and 18 deletions

8
package-lock.json generated
View File

@ -7,6 +7,9 @@
"": {
"name": "hoopscout-frontend",
"version": "1.0.0",
"dependencies": {
"htmx.org": "^1.9.12"
},
"devDependencies": {
"tailwindcss": "^3.4.17"
}
@ -275,6 +278,11 @@
"node": ">= 0.4"
}
},
"node_modules/htmx.org": {
"version": "1.9.12",
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-1.9.12.tgz",
"integrity": "sha512-VZAohXyF7xPGS52IM8d1T1283y+X4D+Owf3qY1NZ9RuBypyu9l8cGsxUMAG5fEAb/DhT7rDoJ9Hpu5/HxFD3cw=="
},
"node_modules/is-binary-path": {
"version": "2.1.0",
"dev": true,