diff --git a/package-lock.json b/package-lock.json index 580b141..4911042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "ajv": "^8.12.0", "cloudevents": "< 9", "date-fns": "^2.30.0", - "json-schema-to-ts": "^2.9.1" + "json-schema-to-ts": "^2.9.2" }, "devDependencies": { "@jest/globals": "^29.6.1", @@ -11613,9 +11613,9 @@ "dev": true }, "node_modules/json-schema-to-ts": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-2.9.1.tgz", - "integrity": "sha512-8MNpRGERlCUWYeJwsWkMrJ0MWzBz49dfqpG+n9viiIlP4othaahbiaNQZuBzmPxRLUhOv1QJMCzW5WE8nHFGIQ==", + "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==", "dependencies": { "@babel/runtime": "^7.18.3", "@types/json-schema": "^7.0.9", diff --git a/package.json b/package.json index 5ad45bc..dc4a8b4 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "ajv": "^8.12.0", "cloudevents": "< 9", "date-fns": "^2.30.0", - "json-schema-to-ts": "^2.9.1" + "json-schema-to-ts": "^2.9.2" }, "devDependencies": { "@jest/globals": "^29.6.1",