From 688243138cbfc12138d620a4421e74b0d4643039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 18:20:07 +0000 Subject: [PATCH] Bump json from 9.0.6 to 10.0.0 in /home Bumps [json](https://github.com/trentm/json) from 9.0.6 to 10.0.0. - [Release notes](https://github.com/trentm/json/releases) - [Changelog](https://github.com/trentm/json/blob/master/CHANGES.md) - [Commits](https://github.com/trentm/json/compare/9.0.6...10.0.0) Signed-off-by: dependabot[bot] --- home/package.json | 2 +- home/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/package.json b/home/package.json index c66f01f..cee671e 100644 --- a/home/package.json +++ b/home/package.json @@ -43,7 +43,7 @@ "jsdoc": "^3.4.3", "jsdoc-to-markdown": "^3.0.0", "jshint": "^2.9.4", - "json": "^9.0.6", + "json": "^10.0.0", "jspm": "^0.17.0-beta.42", "karma": "^1.7.0", "knex": "^0.19.5", diff --git a/home/yarn.lock b/home/yarn.lock index e427c9d..bdc7b54 100644 --- a/home/yarn.lock +++ b/home/yarn.lock @@ -8144,9 +8144,9 @@ json5@^0.5.0, json5@^0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" -json@^9.0.6: - version "9.0.6" - resolved "https://registry.yarnpkg.com/json/-/json-9.0.6.tgz#7972c2a5a48a42678db2730c7c2c4ee6e4e24585" +json@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/json/-/json-10.0.0.tgz#c49a939d4abc7067cc225419d5dd17ab7bf2f66c" jsonfile@^2.0.0, jsonfile@^2.1.0, jsonfile@^2.2.3: version "2.4.0"