From 322e13016034ebadb613c152ecb3ff35429afd69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 03:53:39 +0000 Subject: [PATCH] Bump json5 from 2.2.1 to 2.2.2 in /v1.0/binding/nodejs Bumps [json5](https://github.com/json5/json5) from 2.2.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/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- v1.0/binding/nodejs/package-lock.json | 6 +++--- v1.0/binding/nodejs/yarn.lock | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/v1.0/binding/nodejs/package-lock.json b/v1.0/binding/nodejs/package-lock.json index 6cb709f..c144802 100644 --- a/v1.0/binding/nodejs/package-lock.json +++ b/v1.0/binding/nodejs/package-lock.json @@ -2005,9 +2005,9 @@ "dev": true }, "json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.2.tgz", + "integrity": "sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ==", "dev": true }, "kleur": { diff --git a/v1.0/binding/nodejs/yarn.lock b/v1.0/binding/nodejs/yarn.lock index 0175ad0..7eb4ff3 100644 --- a/v1.0/binding/nodejs/yarn.lock +++ b/v1.0/binding/nodejs/yarn.lock @@ -1430,8 +1430,8 @@ 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" json5@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" + version "2.2.2" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab" kleur@^3.0.3: version "3.0.3"