From 243a0c8bdb7eced64e7e0cf8c99716ac29d964ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:09:33 +0000 Subject: [PATCH] fix(deps): update dependency json-schema-faker to v0.5.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 32e47393..98807258 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "handlebars": "4.7.8", "http-terminator": "3.2.0", "js-yaml": "4.1.0", - "json-schema-faker": "0.5.4", + "json-schema-faker": "0.5.5", "json-schema-ref-parser": "9.0.9", "jsonwebtoken": "9.0.2", "koa": "2.15.0", diff --git a/yarn.lock b/yarn.lock index 533084ea..1896dc32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7324,10 +7324,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-faker@0.5.4: - version "0.5.4" - resolved "https://registry.yarnpkg.com/json-schema-faker/-/json-schema-faker-0.5.4.tgz#48395d17032972755e4703bf5b05fc1e494ec45d" - integrity sha512-DdRRnRNSxkQVXEsUUXzAtvBpsROZHvM59/LQcV6+3gQVMvaeMsqfNKN3ivRwaiahTW7pvxa+LJfOaPP+nhFo4g== +json-schema-faker@0.5.5: + version "0.5.5" + resolved "https://registry.yarnpkg.com/json-schema-faker/-/json-schema-faker-0.5.5.tgz#007e21127312bf18e473e6c6664fddf75a0c58cf" + integrity sha512-MlnBqcsM1t8jdHs00ltae0rlSwWI2nrd1IfnAF+UcHsqKFrlAhrbDFVKiA8C0E860PuspKoV4oImJdvtF7aqwg== dependencies: json-schema-ref-parser "^6.1.0" jsonpath-plus "^7.2.0"