diff --git a/package-lock.json b/package-lock.json index 9c85211..01b2b7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@fastify/autoload": "^6.0.1", + "@fastify/autoload": "^6.0.2", "@fastify/postgres": "^6.0.1", "@fastify/redis": "^7.0.1", "desm": "^1.3.1", @@ -666,9 +666,9 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@fastify/autoload": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-6.0.1.tgz", - "integrity": "sha512-NVVu/g9yUFkv4nNxsDHhNKz37jINXlPxwNYbA4Hu8pnho6sDVeKo24pt+dnax1SeUapxxs/yulXukbUai6Aebw==" + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-6.0.2.tgz", + "integrity": "sha512-efRwk2KKTPERxHEnzabK+w2pGxBExCCYixPYUMqtLd++Xsoh4h5Rrq8D2xZDq2BQ8hTFI1rzGLkHWsz40wgoWA==" }, "node_modules/@fastify/deepmerge": { "version": "1.3.0", @@ -5766,9 +5766,9 @@ } }, "@fastify/autoload": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-6.0.1.tgz", - "integrity": "sha512-NVVu/g9yUFkv4nNxsDHhNKz37jINXlPxwNYbA4Hu8pnho6sDVeKo24pt+dnax1SeUapxxs/yulXukbUai6Aebw==" + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-6.0.2.tgz", + "integrity": "sha512-efRwk2KKTPERxHEnzabK+w2pGxBExCCYixPYUMqtLd++Xsoh4h5Rrq8D2xZDq2BQ8hTFI1rzGLkHWsz40wgoWA==" }, "@fastify/deepmerge": { "version": "1.3.0", diff --git a/package.json b/package.json index 71600d5..a28658e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "*.{js,jsx}": "eslint --cache --fix" }, "dependencies": { - "@fastify/autoload": "^6.0.1", + "@fastify/autoload": "^6.0.2", "@fastify/postgres": "^6.0.1", "@fastify/redis": "^7.0.1", "desm": "^1.3.1",