From 46fb6dfd380f0f474787105d86c8e31aafa466fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 01:45:47 +0000 Subject: [PATCH] chore(deps-dev): bump json-schema-to-typescript from 11.0.5 to 12.0.0 Bumps [json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) from 11.0.5 to 12.0.0. - [Release notes](https://github.com/bcherny/json-schema-to-typescript/releases) - [Changelog](https://github.com/bcherny/json-schema-to-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcherny/json-schema-to-typescript/commits) --- updated-dependencies: - dependency-name: json-schema-to-typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e7adf59..24f7d66 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@nuxt/test-utils-edge": "^3.2.3-rc.0-27949872.7479d46", "@types/accepts": "^1.3.5", "accepts": "^1.3.8", - "json-schema-to-typescript": "^11.0.2", + "json-schema-to-typescript": "^12.0.0", "json2ts": "^0.0.7", "nuxt": "^3.2.2", "nuxt-proxy": "^0.4.1", diff --git a/yarn.lock b/yarn.lock index 8eecb47..f7104fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3582,10 +3582,10 @@ json-parse-even-better-errors@^2.3.0: resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== -json-schema-to-typescript@^11.0.2: - version "11.0.5" - resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-11.0.5.tgz#04020422b7970e1c3b2ee8b601548e8751e1cd03" - integrity sha512-ZNlvngzlPzjYYECbR+uJ9aUWo25Gw/VuwUytvcuKiwc6NaiZhMyf7qBsxZE2eixmj8AoQEQJhSRG7btln0sUDw== +json-schema-to-typescript@^12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-12.0.0.tgz#62ec4e9632f1d672fd3b4d81cf0d74f6df29bc23" + integrity sha512-Uk/BDIAo8vqepPBhM86UhNMHgCv7JulicNj/BgnQPHE1fGCoej0UTtcEYzXU/uk6lSvbZCf7pccW+dnNMrr5rg== dependencies: "@bcherny/json-schema-ref-parser" "10.0.5-fork" "@types/json-schema" "^7.0.11"