From f8aaf0c70f67419c54fcc14f1862344e8a9d905a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 05:14:45 +0000 Subject: [PATCH] Bump json5 from 2.1.0 to 2.2.2 Bumps [json5](https://github.com/json5/json5) from 2.1.0 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/v2.1.0...v2.2.2) --- updated-dependencies: - dependency-name: json5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f098b88..871b10e 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "glob": "^7.1.3", "html-to-draftjs": "^1.4.0", "jest": "23.6.0", - "json5": "^2.1.0", + "json5": "^2.2.2", "next": "^7.0.2", "node-mocks-http": "^1.7.3", "node-sass": "^4.13.1", diff --git a/yarn.lock b/yarn.lock index f29bb9a..c6e7dbb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5388,12 +5388,10 @@ json-stringify-safe@~5.0.1: resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= -json5@2.x, json5@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" - integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ== - dependencies: - minimist "^1.2.0" +json5@2.x, json5@^2.1.0, json5@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab" + integrity sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ== json5@^0.5.0, json5@^0.5.1: version "0.5.1"