From 39d3b121a20307b3acce0f43edf4283d6ad0e6af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 13:18:32 +0000 Subject: [PATCH] chore(deps): bump json-schema-faker from 0.5.0-rc23 to 0.5.0-rcv.33 Bumps [json-schema-faker](https://github.com/json-schema-faker/json-schema-faker) from 0.5.0-rc23 to 0.5.0-rcv.33. - [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.33) 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 0d1457bce..99aa788df 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.33", "lodash": "^4.17.0", "media-typer": "^1.0.1", "swagger-parser": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index 097046bc3..1e65cce9f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3965,13 +3965,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.33: + version "0.5.0-rcv.33" + resolved "https://registry.yarnpkg.com/json-schema-faker/-/json-schema-faker-0.5.0-rcv.33.tgz#0f84d45d4460d79b02fa0051f5f6bd31e13ce7f4" + integrity sha512-DZs0rAP1N6vJlyb19bpFXGBzAdgNiCY+H4L9/tQegDavpfkYuBfpwascA57H+OjBtQBoij4cZOxKewDzJaiaEw== 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: @@ -4038,10 +4038,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"