From ba0279b524bc137165b0d4e596979f4a8c6b811f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 23:58:03 +0000 Subject: [PATCH] Bump json5 from 2.1.0 to 2.2.2 in /provenDbShell 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] --- provenDbShell/package.json | 2 +- provenDbShell/yarn.lock | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/provenDbShell/package.json b/provenDbShell/package.json index 41bd0f0..497f7a0 100644 --- a/provenDbShell/package.json +++ b/provenDbShell/package.json @@ -41,7 +41,7 @@ "jest-html-reporter": "^2.4.3", "jest-junit": "^6.0.1", "json-stringify-safe": "^5.0.1", - "json5": "^2.1.0", + "json5": "^2.2.2", "klaw-sync": "^6.0.0", "micromatch": "^3.1.10", "mkdirp": "^0.5.1", diff --git a/provenDbShell/yarn.lock b/provenDbShell/yarn.lock index 71c5fcb..473cc73 100644 --- a/provenDbShell/yarn.lock +++ b/provenDbShell/yarn.lock @@ -4035,11 +4035,9 @@ json5@^0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" -json5@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" - dependencies: - minimist "^1.2.0" +json5@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab" jsonfile@^2.1.0: version "2.4.0"