From ed981df92c8d45e5c9ef45f7ea7107a15f873395 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 5 Nov 2018 03:16:31 +0000 Subject: [PATCH] chore(deps): update dependency typescript-json-schema to ^0.33.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0415300..222656e 100644 --- a/package.json +++ b/package.json @@ -89,6 +89,6 @@ "tslint": "^5.10.0", "tslint-language-service": "^0.9.9", "typescript": "^3.0.3", - "typescript-json-schema": "^0.32.0" + "typescript-json-schema": "^0.33.0" } } diff --git a/yarn.lock b/yarn.lock index 86af860..316bf5c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5588,10 +5588,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript-json-schema@^0.32.0: - version "0.32.0" - resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.32.0.tgz#d95af55eaf01be6d44b280fdc3f9b3a264435642" - integrity sha512-gNjjlQ+fQgwboTOKu7arXipwtPdp2Es6XlHhqGYRDUcOEHiMbFop8HPDinRZfsAxPAhfj4y13EwcTPIma9Mmyg== +typescript-json-schema@^0.33.0: + version "0.33.0" + resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.33.0.tgz#b732db5bab465a729654cfb736f11ee5862f2f0f" + integrity sha512-KfentDMvxaQzSQ59olU2KNIDF9QS6hullPJAWIILvQdbp351y4lJYrthOyL/rHmXRtVHHTfS6YASRo7dp+UOpw== dependencies: glob "~7.1.2" json-stable-stringify "^1.0.1"