diff --git a/package-lock.json b/package-lock.json index 74e32a4..2ef928f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@changesets/cli": "^2.26.2", "@fastify/swagger": "^8.10.1", "@fastify/swagger-ui": "^1.9.3", - "@fastify/type-provider-json-schema-to-ts": "^2.2.2", + "@fastify/type-provider-json-schema-to-ts": "^3.0.0", "@tsconfig/node18": "^18.2.0", "@types/lodash.get": "^4.4.7", "@vitest/coverage-istanbul": "^1.1.0", @@ -1231,13 +1231,13 @@ } }, "node_modules/@fastify/type-provider-json-schema-to-ts": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@fastify/type-provider-json-schema-to-ts/-/type-provider-json-schema-to-ts-2.2.2.tgz", - "integrity": "sha512-RMnlf5JxojQt/LqgsQLDyNfQmuO/L+0GwHxsVGRBBSlYC4K45q7e2x1Rh6o8/VgvuwCK+cohQAvbrU0q3ixdbw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@fastify/type-provider-json-schema-to-ts/-/type-provider-json-schema-to-ts-3.0.0.tgz", + "integrity": "sha512-xYU+a21K5IWsXsvDHNzTqwiWVxVbOldzUvNqnj+kFG5TihCZ00g3ODMbu8v6Nj66hBuzOrAz7agVqhgsH3hzGA==", "dev": true, "peerDependencies": { - "fastify": "^4.0.0", - "json-schema-to-ts": "^2.0.0" + "fastify": "^4.25.2", + "json-schema-to-ts": "^3.0.0" } }, "node_modules/@isaacs/cliui": { @@ -4202,15 +4202,15 @@ } }, "node_modules/json-schema-to-ts": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-2.9.2.tgz", - "integrity": "sha512-h9WqLkTVpBbiaPb5OmeUpz/FBLS/kvIJw4oRCPiEisIu2WjMh+aai0QIY2LoOhRFx5r92taGLcerIrzxKBAP6g==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.0.0.tgz", + "integrity": "sha512-2adDesYifYEXYxNySx3gG0RR69rDWIjqAFzK/JPXdOvjHLZ/UP6d2rkpy6a+AxyhtRp2SvFPZ4+EW36jBinUbA==", "dev": true, "peer": true, "dependencies": { "@babel/runtime": "^7.18.3", "@types/json-schema": "^7.0.9", - "ts-algebra": "^1.2.0" + "ts-algebra": "^1.2.2" }, "engines": { "node": ">=16" diff --git a/package.json b/package.json index e264271..4a3e099 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@changesets/cli": "^2.26.2", "@fastify/swagger": "^8.10.1", "@fastify/swagger-ui": "^1.9.3", - "@fastify/type-provider-json-schema-to-ts": "^2.2.2", + "@fastify/type-provider-json-schema-to-ts": "^3.0.0", "@tsconfig/node18": "^18.2.0", "@types/lodash.get": "^4.4.7", "@vitest/coverage-istanbul": "^1.1.0",