diff --git a/package-lock.json b/package-lock.json index 28483589adb..c673176099b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@fastify/static": "9.0.0", + "@fastify/static": "9.1.1", "@netlify/ai": "0.4.1", "@netlify/api": "14.0.18", "@netlify/blobs": "10.7.0", @@ -1491,7 +1491,9 @@ } }, "node_modules/@fastify/static": { - "version": "9.0.0", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-9.1.1.tgz", + "integrity": "sha512-LHxFea3qdwe0Pbbkh/yux7/k6nFNLGTNcbLKVYgmRDB6LdDE/8TFSO7qWZ0IzM/nF6iwR8W03oFlwe4v79R1Ow==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 7420f01553e..505e5624696 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "typecheck:watch": "tsc --watch" }, "dependencies": { - "@fastify/static": "9.0.0", + "@fastify/static": "9.1.1", "@netlify/ai": "0.4.1", "@netlify/api": "14.0.18", "@netlify/blobs": "10.7.0",