From fc38a00765f4bdd2f99f4efc7f155dc42569f8dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 09:16:22 +0000 Subject: [PATCH] Bump json5 from 0.5.1 to 2.2.2 Bumps [json5](https://github.com/json5/json5) from 0.5.1 to 2.2.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v0.5.1...v2.2.2) --- updated-dependencies: - dependency-name: json5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- workspaces/json-schema-transform/package.json | 2 +- yarn.lock | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/workspaces/json-schema-transform/package.json b/workspaces/json-schema-transform/package.json index 8ca1cb4..4285581 100644 --- a/workspaces/json-schema-transform/package.json +++ b/workspaces/json-schema-transform/package.json @@ -21,7 +21,7 @@ "@cloudflare/json-schema-walker": "^0.1.1", "json-schema-ref-parser": "^3.0.2", "json-stable-stringify": "^1.0.1", - "json5": "^0.5.0", + "json5": "^2.2.2", "lodash": "^4.17.4" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 064b5fa..b6cc07d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2966,6 +2966,10 @@ json5@^0.5.0, json5@^0.5.1: version "0.5.1" resolved "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" +json5@^2.2.2: + version "2.2.2" + resolved "https://registry.npmjs.org/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab" + jsonfile@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"