fix: patch Fastify static security vulnerabilities
All checks were successful
dev - build & deploy naar test / build-and-deploy (push) Successful in 1m20s

This commit is contained in:
Ramon 2026-07-24 22:46:22 +02:00
parent a7180d8390
commit b8e9e46819
4 changed files with 7 additions and 7 deletions

View file

@ -1 +1 @@
0.4.59-beta 0.4.60-beta

8
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@fastify/cookie": "^11.1.1", "@fastify/cookie": "^11.1.1",
"@fastify/helmet": "^13.1.0", "@fastify/helmet": "^13.1.0",
"@fastify/rate-limit": "^11.1.0", "@fastify/rate-limit": "^11.1.0",
"@fastify/static": "^10.1.0", "@fastify/static": "^10.1.2",
"fastify": "^5.1.0", "fastify": "^5.1.0",
"pg": "^8.13.1" "pg": "^8.13.1"
}, },
@ -287,9 +287,9 @@
} }
}, },
"node_modules/@fastify/static": { "node_modules/@fastify/static": {
"version": "10.1.0", "version": "10.1.2",
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-10.1.0.tgz", "resolved": "https://registry.npmjs.org/@fastify/static/-/static-10.1.2.tgz",
"integrity": "sha512-iK/8TvRM/EgNOyQL+EpWu+x3aR6o4GWt+UI+27zmE7w6t/6d80mXqOtWLdEKQ13vL/g1Jry0ae2icj6GP7tGzA==", "integrity": "sha512-G/g18cG9tLutT/OVyN1AIsHIl9L1UwmJ+S3dkyhVpplIx0nEMicd7RGQ+uJLyhKKF4a3tTcQydccn3Mop1fX+Q==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",

View file

@ -17,7 +17,7 @@
"@fastify/cookie": "^11.1.1", "@fastify/cookie": "^11.1.1",
"@fastify/helmet": "^13.1.0", "@fastify/helmet": "^13.1.0",
"@fastify/rate-limit": "^11.1.0", "@fastify/rate-limit": "^11.1.0",
"@fastify/static": "^10.1.0", "@fastify/static": "^10.1.2",
"fastify": "^5.1.0", "fastify": "^5.1.0",
"pg": "^8.13.1" "pg": "^8.13.1"
} }

View file

@ -2,7 +2,7 @@
"use strict"; "use strict";
/* version shown until /api/version resolves (or if the fetch fails, e.g. offline). /* version shown until /api/version resolves (or if the fetch fails, e.g. offline).
Kept in sync by hand with the VERSION file at the repo root on every release. */ Kept in sync by hand with the VERSION file at the repo root on every release. */
const VERSION = "0.4.59-beta"; const VERSION = "0.4.60-beta";
/* Safari en oudere mobiele browsers behandelen 100vh/100% soms als de hoogte /* Safari en oudere mobiele browsers behandelen 100vh/100% soms als de hoogte
achter hun adres- en navigatiebalk. visualViewport geeft de werkelijk achter hun adres- en navigatiebalk. visualViewport geeft de werkelijk
zichtbare hoogte; de CSS gebruikt deze pixelwaarde als betrouwbare bron en zichtbare hoogte; de CSS gebruikt deze pixelwaarde als betrouwbare bron en