From eeb787d1e13930be1b84401cae9ff08c21503739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 10:23:57 +0200 Subject: [PATCH] build(deps): Update dependency json-schema-to-typescript to ^13.0.2 (#4175) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 5a551524fa..4c7a608f8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "jest": "^29.5.0", "jest-snapshot-serializer-raw": "^1.2.0", "js-yaml": "latest", - "json-schema-to-typescript": "^13.0.1", + "json-schema-to-typescript": "^13.0.2", "lint-staged": "latest", "lodash.camelcase": "^4.3.0", "lodash.set": "^4.3.2", @@ -6467,9 +6467,9 @@ "dev": true }, "node_modules/json-schema-to-typescript": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-13.0.1.tgz", - "integrity": "sha512-VU+Spn84eLJyt8R0Bmg2soTwHQFgvrGrU7V8mXbhqWFdEYCFekSYk4JcpCzx0i/WzjEVJKAU7r0y0PVYT14E6Q==", + "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==", "dev": true, "dependencies": { "@bcherny/json-schema-ref-parser": "10.0.5-fork", @@ -14105,9 +14105,9 @@ "dev": true }, "json-schema-to-typescript": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-13.0.1.tgz", - "integrity": "sha512-VU+Spn84eLJyt8R0Bmg2soTwHQFgvrGrU7V8mXbhqWFdEYCFekSYk4JcpCzx0i/WzjEVJKAU7r0y0PVYT14E6Q==", + "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==", "dev": true, "requires": { "@bcherny/json-schema-ref-parser": "10.0.5-fork", diff --git a/package.json b/package.json index 51919355c4..1d2ac81bbf 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "jest": "^29.5.0", "jest-snapshot-serializer-raw": "^1.2.0", "js-yaml": "latest", - "json-schema-to-typescript": "^13.0.1", + "json-schema-to-typescript": "^13.0.2", "lint-staged": "latest", "lodash.camelcase": "^4.3.0", "lodash.set": "^4.3.2",