From c8ce375a9687c450bf92636b13b2da6107f78cd9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 12:08:32 +0000 Subject: [PATCH] chore(deps): bump json-schema-faker from 0.5.0-rc23 to 0.5.0-rcv.29 Bumps [json-schema-faker](https://github.com/json-schema-faker/json-schema-faker) from 0.5.0-rc23 to 0.5.0-rcv.29. - [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/commits) 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..74648d8c7 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.29", "lodash": "^4.17.0", "media-typer": "^1.0.1", "swagger-parser": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index 4756e1290..d1b9602d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3981,13 +3981,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.29: + version "0.5.0-rcv.29" + resolved "https://registry.yarnpkg.com/json-schema-faker/-/json-schema-faker-0.5.0-rcv.29.tgz#ecc06fe91c1b2707210e07755464cdfb4cc045de" + integrity sha512-oc1Jlep1+4HqWEfSOIEzT5630yfe8xSbTSdWcQ18+tbyoEIdSAeyGVH+qh0kIJkFnapAU2VFW7vqJr7WAu4KwQ== dependencies: json-schema-ref-parser "^6.1.0" - jsonpath-plus "^1.0.0" + jsonpath-plus "^3.0.0" randexp "^0.5.3" json-schema-ref-parser@^6.1.0: @@ -4054,10 +4054,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@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-3.0.0.tgz#194ab4792a5e9b4ed27bf442188c8eb7e697a04b" + integrity sha512-WQwgWEBgn+SJU1tlDa/GiY5/ngRpa9yrSj8n4BYPHcwoxTDaMEaYCHMOn42hIHHDd3CrUoRr3+HpsK0hCKoxzA== jsprim@^1.2.2: version "1.4.1"