diff --git a/source/package-lock.json b/source/package-lock.json index 66ed89c..865ad7f 100644 --- a/source/package-lock.json +++ b/source/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@fastify/swagger": "^9.7.0", "@fastify/swagger-ui": "^6.0.0", - "fastify": "^5.9.0", + "fastify": "^5.10.0", "fastify-type-provider-zod": "^7.0.0", "zod": "^4.4.3" }, @@ -1662,9 +1662,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.9.0.tgz", - "integrity": "sha512-VMS5lE0zj+MZlJpQa3Qv5iGjfun0H2N7VRgoBwpcTNQ2bdIQpv7fDpb+HGteGbicBsGkzGS+X+hdx9mmrfWuHQ==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.10.0.tgz", + "integrity": "sha512-A9L0ziuWGQHgEEVgF3davQ9vbD93IuX+lo2IsxapQmu5b/Y/ynn9m9K5JHt9dvyJXOFc5iN0Zk5GHEOqnzhWjg==", "funding": [ { "type": "github", @@ -1683,7 +1683,7 @@ "@fastify/proxy-addr": "^5.0.0", "abstract-logging": "^2.0.1", "avvio": "^9.0.0", - "fast-json-stringify": "^6.0.0", + "fast-json-stringify": "^7.0.0", "find-my-way": "^9.6.0", "light-my-request": "^6.0.0", "pino": "^9.14.0 || ^10.1.0", @@ -1725,6 +1725,30 @@ "zod": ">=4.1.5" } }, + "node_modules/fastify/node_modules/fast-json-stringify": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-7.0.0.tgz", + "integrity": "sha512-YV53BAbR3Qwq37wfD1oZ97YJ0nYj6CwfzKXQ38ock9XxI2EnLOdl5psKms6Evook6ACckytZJOaKY0ThmIi1uw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "MIT", + "dependencies": { + "@fastify/merge-json-schemas": "^0.2.0", + "ajv": "^8.12.0", + "ajv-formats": "^3.0.1", + "fast-uri": "^3.0.0", + "json-schema-ref-resolver": "^3.0.0", + "rfdc": "^1.2.0" + } + }, "node_modules/fastq": { "version": "1.20.1", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", diff --git a/source/package.json b/source/package.json index fa61ea6..361a187 100644 --- a/source/package.json +++ b/source/package.json @@ -18,7 +18,7 @@ "dependencies": { "@fastify/swagger": "^9.7.0", "@fastify/swagger-ui": "^6.0.0", - "fastify": "^5.9.0", + "fastify": "^5.10.0", "fastify-type-provider-zod": "^7.0.0", "zod": "^4.4.3" },