From c55ae7d3778a735684f76ee8c715aacdd7415817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 04:53:42 +0000 Subject: [PATCH] chore(deps): bump json-schema from 0.2.5 to 0.4.0 Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.5 to 0.4.0. - [Commits](https://github.com/kriszyp/json-schema/compare/v0.2.5...v0.4.0) --- updated-dependencies: - dependency-name: json-schema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/armkit-cli/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/armkit-cli/package.json b/packages/armkit-cli/package.json index e95a950..0050a8c 100644 --- a/packages/armkit-cli/package.json +++ b/packages/armkit-cli/package.json @@ -65,7 +65,7 @@ "eslint": "^7.7.0", "fs": "^0.0.1-security", "fs-extra": "^8.1.0", - "json-schema": "^0.2.5", + "json-schema": "^0.4.0", "path": "^0.12.7", "typescript": "^3.8.3", "yargs": "^15.1.0" diff --git a/yarn.lock b/yarn.lock index bc2252d..8bbd84e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5695,10 +5695,10 @@ json-schema@0.2.3: resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= -json-schema@^0.2.5: - version "0.2.5" - resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.5.tgz#97997f50972dd0500214e208c407efa4b5d7063b" - integrity sha512-gWJOWYFrhQ8j7pVm0EM8Slr+EPVq1Phf6lvzvD/WCeqkrx/f2xBI0xOsRRS9xCn3I4vKtP519dvs3TP09r24wQ== +json-schema@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5" + integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== json-stable-stringify-without-jsonify@^1.0.1: version "1.0.1"