From 0e384b93cbb3af73902a6083d939b1a04c0c8d01 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 23:09:54 +0000 Subject: [PATCH] chore(deps): bump json-schema-faker from 0.5.0-rc23 to 0.5.0-rcv.27 Bumps [json-schema-faker](https://github.com/json-schema-faker/json-schema-faker) from 0.5.0-rc23 to 0.5.0-rcv.27. - [Release notes](https://github.com/json-schema-faker/json-schema-faker/releases) - [Changelog](https://github.com/json-schema-faker/json-schema-faker/blob/master/CHANGELOG) - [Commits](https://github.com/json-schema-faker/json-schema-faker/compare/v0.5.0-rc23...v0.5.0-rcv.27) Signed-off-by: dependabot-preview[bot] --- packages/openapi2-parser/package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/openapi2-parser/package.json b/packages/openapi2-parser/package.json index e61e4a9ae..c58591c04 100644 --- a/packages/openapi2-parser/package.json +++ b/packages/openapi2-parser/package.json @@ -22,7 +22,7 @@ "dependencies": { "content-type": "^1.0.4", "js-yaml": "^3.12.0", - "json-schema-faker": "0.5.0-rc23", + "json-schema-faker": "0.5.0-rcv.27", "lodash": "^4.17.0", "media-typer": "^1.0.1", "swagger-parser": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index 86cac35bb..4c691ffca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3973,13 +3973,13 @@ json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1: resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== -json-schema-faker@0.5.0-rc23: - version "0.5.0-rc23" - resolved "https://registry.yarnpkg.com/json-schema-faker/-/json-schema-faker-0.5.0-rc23.tgz#f6cfab390e429b1f57ac83199480439db60962fa" - integrity sha512-lRzFEnp55TihRzMvUBrtvTlM/aHGhCwfes0/T9bN9OiB2n36/SUFxtMn7anYoES+f95eU3viJ/foXKosCwsiJw== +json-schema-faker@0.5.0-rcv.27: + version "0.5.0-rcv.27" + resolved "https://registry.yarnpkg.com/json-schema-faker/-/json-schema-faker-0.5.0-rcv.27.tgz#6b0dee337210ad27119725cb0dc611dec5e0e5e3" + integrity sha512-RDk2VWkOF/s8Y0at3CnGwMNMAhdG+wG5aS3AJVN/9DAjBRJvI8vB2cYG7jJH6eMlQ4PXfGPbTtWKj45Lzf0Owg== dependencies: json-schema-ref-parser "^6.1.0" - jsonpath-plus "^1.0.0" + jsonpath-plus "^2.0.0" randexp "^0.5.3" json-schema-ref-parser@^6.1.0: @@ -4046,10 +4046,10 @@ jsonparse@^1.2.0: resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= -jsonpath-plus@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-1.0.0.tgz#78fa5c4ae62968476268d505d9f78c65469d0e7c" - integrity sha512-CXQJ/tsgFogKYBuCRmnlChIw66JBXp8kAkT+R4mSB2cuzCSBi88lx2A+vHvo27RY4Wtj5xVVGu2/2O7NwZ79mg== +jsonpath-plus@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-2.0.0.tgz#3ebf30b79e2262d69826084ba03c406a9de440a0" + integrity sha512-ksXaz9+3SIZ5BMxgr7MQueYcR515VRZPuoDhIymUd1JcF6BnVaYJS7k4NJni4EHhvJaOIGGiPqT8+ifsGp6mBw== jsprim@^1.2.2: version "1.4.1"