From 9d99a5b81a67b8218f2e15e64f9b14922b7e5c26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:49:36 +0200 Subject: [PATCH] chore(deps): bump ts-json-schema-generator from 2.1.1 to 2.2.0 (#175) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9439ae0e..20d9bdd3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "ajv": "^8.14.0", "ajv-formats": "^2.1.1", - "ts-json-schema-generator": "^2.1.1", + "ts-json-schema-generator": "^2.2.0", "ts-node": "^10.9.2" }, "pnpm": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f6deaf54..8ba47c89 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ dependencies: specifier: ^2.1.1 version: 2.1.1(ajv@8.14.0) ts-json-schema-generator: - specifier: ^2.1.1 - version: 2.1.1 + specifier: ^2.2.0 + version: 2.2.0 ts-node: specifier: ^10.9.2 version: 10.9.2(@types/node@18.16.1)(typescript@5.4.5) @@ -2550,8 +2550,8 @@ packages: engines: {node: '>=8'} dev: true - /ts-json-schema-generator@2.1.1: - resolution: {integrity: sha512-ha5/w3A2APOOn9ET2CfunEXdVOnKmjISTGcxhCkDszmrsRWFfG5F+re5U5onLXo665sZ4BuE2g5jZAjC+CUcgA==} + /ts-json-schema-generator@2.2.0: + resolution: {integrity: sha512-Fo9pcSb6PIvCSapoJR4VJlcCFC67d7yBWqbctNU6ShfXSMHItkjiLl3e9KGA1bu2S3jVYOFjUdPfWtfRdnMorA==} engines: {node: '>=18.0.0'} hasBin: true dependencies: @@ -2561,6 +2561,7 @@ packages: json5: 2.2.3 normalize-path: 3.0.0 safe-stable-stringify: 2.4.3 + tslib: 2.6.2 typescript: 5.4.5 dev: false @@ -2601,7 +2602,6 @@ packages: /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - dev: true /tsutils@3.21.0(typescript@5.4.5): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}