From d8085ecc6dd5b519561fc2ecad61d02702c6d104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 13:11:06 +0000 Subject: [PATCH] fix(deps): Bump json-schema-to-ts from 2.9.1 to 2.9.2 Bumps [json-schema-to-ts](https://github.com/ThomasAribart/json-schema-to-ts) from 2.9.1 to 2.9.2. - [Release notes](https://github.com/ThomasAribart/json-schema-to-ts/releases) - [Commits](https://github.com/ThomasAribart/json-schema-to-ts/compare/v2.9.1...v2.9.2) --- updated-dependencies: - dependency-name: json-schema-to-ts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3a13ed..0ad2706 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", @@ -10527,9 +10527,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 5e8ec0c..80eabe8 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",