From 6f0661e31fe13fd06fab93f71539c70b9ecf759e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 14:48:53 +0000 Subject: [PATCH] Bump json5 from 2.1.0 to 2.2.2 in /fullstack-graphql 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] --- fullstack-graphql/package.json | 2 +- fullstack-graphql/yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/fullstack-graphql/package.json b/fullstack-graphql/package.json index d7f83fac..94259837 100644 --- a/fullstack-graphql/package.json +++ b/fullstack-graphql/package.json @@ -12,7 +12,7 @@ "flexboxgrid": "^6.3.1", "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", "react": "^16.10.1", diff --git a/fullstack-graphql/yarn.lock b/fullstack-graphql/yarn.lock index d7e5e0a2..3bb60666 100644 --- a/fullstack-graphql/yarn.lock +++ b/fullstack-graphql/yarn.lock @@ -5719,12 +5719,10 @@ json5@^1.0.1: dependencies: minimist "^1.2.0" -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.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== jsprim@^1.2.2: version "1.4.1"