diff --git a/package-lock.json b/package-lock.json index c60ba13..aab5417 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@readme/openapi-parser": "^6.0.0", - "fastify-plugin": "^4.5.1", + "fastify-plugin": "^5.1.0", "lodash-es": "^4.17.23", "openapi-types": "^12.1.3", "p-props": "^6.1.0" @@ -2907,9 +2907,19 @@ } }, "node_modules/fastify-plugin": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.1.tgz", - "integrity": "sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.1.0.tgz", + "integrity": "sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "license": "MIT" }, "node_modules/fastq": { diff --git a/package.json b/package.json index b4dacf1..a7d9b8a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@readme/openapi-parser": "^6.0.0", - "fastify-plugin": "^4.5.1", + "fastify-plugin": "^5.1.0", "lodash-es": "^4.17.23", "openapi-types": "^12.1.3", "p-props": "^6.1.0"