diff --git a/package-lock.json b/package-lock.json index 8e42abe..c531e76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.3.0", "dependencies": { "@fastify/auth": "^4.6.1", - "@fastify/autoload": "^5.8.3", + "@fastify/autoload": "^5.9.0", "@fastify/helmet": "^11.1.1", "@fastify/sensible": "^5.6.0", "@fastify/static": "^7.0.4", @@ -961,9 +961,9 @@ } }, "node_modules/@fastify/autoload": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-5.8.3.tgz", - "integrity": "sha512-QR/bd/4EfGwWfk/3kmG8vj2iIXjoDt71AlYVujjJWYBjBh7oIFvxmT25jeVxkIK1ttmM3ycwsWwpg2MLObb54g==" + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-5.9.0.tgz", + "integrity": "sha512-EM/2QKQW2oym0gwuPjhculnqbpqu0mWblxRJvYMTvb7SVRGWBh/SFWTtrNAb46fYIOirJUH95mc+dhYuFq99pg==" }, "node_modules/@fastify/busboy": { "version": "2.1.1", @@ -13292,9 +13292,9 @@ } }, "@fastify/autoload": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-5.8.3.tgz", - "integrity": "sha512-QR/bd/4EfGwWfk/3kmG8vj2iIXjoDt71AlYVujjJWYBjBh7oIFvxmT25jeVxkIK1ttmM3ycwsWwpg2MLObb54g==" + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-5.9.0.tgz", + "integrity": "sha512-EM/2QKQW2oym0gwuPjhculnqbpqu0mWblxRJvYMTvb7SVRGWBh/SFWTtrNAb46fYIOirJUH95mc+dhYuFq99pg==" }, "@fastify/busboy": { "version": "2.1.1", diff --git a/package.json b/package.json index 7081de4..84cc0a5 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@fastify/auth": "^4.6.1", - "@fastify/autoload": "^5.8.3", + "@fastify/autoload": "^5.9.0", "@fastify/helmet": "^11.1.1", "@fastify/sensible": "^5.6.0", "@fastify/static": "^7.0.4",