From 116c370425489f3fc1f690304360cf65bd61a56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 02:50:18 +0000 Subject: [PATCH] Bump json5 from 2.1.3 to 2.2.2 in /api Bumps [json5](https://github.com/json5/json5) from 2.1.3 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.3...v2.2.2) --- updated-dependencies: - dependency-name: json5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/package.json | 2 +- api/yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/api/package.json b/api/package.json index 68dcbab..c69a3aa 100644 --- a/api/package.json +++ b/api/package.json @@ -6,7 +6,7 @@ "apollo-server": "^2.9.6", "graphql": "^14.5.8", "graphql-tag": "^2.10.1", - "json5": "^2.1.0", + "json5": "^2.2.2", "lowdb": "^1.0.0", "nanoid": "^2.1.1" }, diff --git a/api/yarn.lock b/api/yarn.lock index 4abd2cc..715320b 100644 --- a/api/yarn.lock +++ b/api/yarn.lock @@ -3822,12 +3822,10 @@ json5@0.5.1, json5@^0.5.1: resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= -json5@^2.1.0, json5@^2.1.2: - version "2.1.3" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" - integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== - dependencies: - minimist "^1.2.5" +json5@^2.1.2, json5@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab" + integrity sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ== jsprim@^1.2.2: version "1.4.1"