diff --git a/VERSION b/VERSION index b1c0caf..dc8c842 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.59-beta +0.4.60-beta diff --git a/package-lock.json b/package-lock.json index 5060dcf..c81b432 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fastify/cookie": "^11.1.1", "@fastify/helmet": "^13.1.0", "@fastify/rate-limit": "^11.1.0", - "@fastify/static": "^10.1.0", + "@fastify/static": "^10.1.2", "fastify": "^5.1.0", "pg": "^8.13.1" }, @@ -287,9 +287,9 @@ } }, "node_modules/@fastify/static": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@fastify/static/-/static-10.1.0.tgz", - "integrity": "sha512-iK/8TvRM/EgNOyQL+EpWu+x3aR6o4GWt+UI+27zmE7w6t/6d80mXqOtWLdEKQ13vL/g1Jry0ae2icj6GP7tGzA==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-10.1.2.tgz", + "integrity": "sha512-G/g18cG9tLutT/OVyN1AIsHIl9L1UwmJ+S3dkyhVpplIx0nEMicd7RGQ+uJLyhKKF4a3tTcQydccn3Mop1fX+Q==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 7b984ea..7276283 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@fastify/cookie": "^11.1.1", "@fastify/helmet": "^13.1.0", "@fastify/rate-limit": "^11.1.0", - "@fastify/static": "^10.1.0", + "@fastify/static": "^10.1.2", "fastify": "^5.1.0", "pg": "^8.13.1" } diff --git a/public/js/core.js b/public/js/core.js index 848e5a6..613dac5 100644 --- a/public/js/core.js +++ b/public/js/core.js @@ -2,7 +2,7 @@ "use strict"; /* 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. */ -const VERSION = "0.4.59-beta"; +const VERSION = "0.4.60-beta"; /* Safari en oudere mobiele browsers behandelen 100vh/100% soms als de hoogte achter hun adres- en navigatiebalk. visualViewport geeft de werkelijk zichtbare hoogte; de CSS gebruikt deze pixelwaarde als betrouwbare bron en