diff --git a/package-lock.json b/package-lock.json index b5594f6..d4de76e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "ajv": "^8.12.0", "cloudevents": "< 9", "date-fns": "^3.3.0", - "json-schema-to-ts": "^2.9.2" + "json-schema-to-ts": "^3.0.0" }, "devDependencies": { "@jest/globals": "^29.6.4", @@ -11310,13 +11310,13 @@ "dev": true }, "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==", "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" @@ -17262,9 +17262,9 @@ } }, "node_modules/ts-algebra": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-1.2.0.tgz", - "integrity": "sha512-kMuJJd8B2N/swCvIvn1hIFcIOrLGbWl9m/J6O3kHx9VRaevh00nvgjPiEGaRee7DRaAczMYR2uwWvXU22VFltw==" + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-1.2.2.tgz", + "integrity": "sha512-kloPhf1hq3JbCPOTYoOWDKxebWjNb2o/LKnNfkWhxVVisFFmMJPPdJeGoGmM+iRLyoXAR61e08Pb+vUXINg8aA==" }, "node_modules/ts-api-utils": { "version": "1.0.1", diff --git a/package.json b/package.json index 2843de7..3b74851 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "ajv": "^8.12.0", "cloudevents": "< 9", "date-fns": "^3.3.0", - "json-schema-to-ts": "^2.9.2" + "json-schema-to-ts": "^3.0.0" }, "devDependencies": { "@jest/globals": "^29.6.4",