From ba6b00e5bd58bb3e6d88c2ead3bfd60cc6a83783 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 05:09:19 +0000 Subject: [PATCH] build(deps): Update dependency json-schema-to-typescript to ^13.1.2 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 752efa9506..91a9aaef1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "jest": "^29.7.0", "jest-snapshot-serializer-raw": "^1.2.0", "js-yaml": "latest", - "json-schema-to-typescript": "^13.0.2", + "json-schema-to-typescript": "^13.1.2", "lint-staged": "latest", "lodash.camelcase": "^4.3.0", "lodash.set": "^4.3.2", @@ -6637,9 +6637,9 @@ "dev": true }, "node_modules/json-schema-to-typescript": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-13.0.2.tgz", - "integrity": "sha512-TCaEVW4aI2FmMQe7f98mvr3/oiVmXEC1xZjkTZ9L/BSoTXFlC7p64mD5AD2d8XWycNBQZUnHwXL5iVXt1HWwNQ==", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-13.1.2.tgz", + "integrity": "sha512-17G+mjx4nunvOpkPvcz7fdwUwYCEwyH8vR3Ym3rFiQ8uzAL3go+c1306Kk7iGRk8HuXBXqy+JJJmpYl0cvOllw==", "dev": true, "dependencies": { "@bcherny/json-schema-ref-parser": "10.0.5-fork", @@ -14461,9 +14461,9 @@ "dev": true }, "json-schema-to-typescript": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-13.0.2.tgz", - "integrity": "sha512-TCaEVW4aI2FmMQe7f98mvr3/oiVmXEC1xZjkTZ9L/BSoTXFlC7p64mD5AD2d8XWycNBQZUnHwXL5iVXt1HWwNQ==", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-13.1.2.tgz", + "integrity": "sha512-17G+mjx4nunvOpkPvcz7fdwUwYCEwyH8vR3Ym3rFiQ8uzAL3go+c1306Kk7iGRk8HuXBXqy+JJJmpYl0cvOllw==", "dev": true, "requires": { "@bcherny/json-schema-ref-parser": "10.0.5-fork", diff --git a/package.json b/package.json index d7cedc262a..fa61306bbf 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "jest": "^29.7.0", "jest-snapshot-serializer-raw": "^1.2.0", "js-yaml": "latest", - "json-schema-to-typescript": "^13.0.2", + "json-schema-to-typescript": "^13.1.2", "lint-staged": "latest", "lodash.camelcase": "^4.3.0", "lodash.set": "^4.3.2",