From 98c9b0ca6b5b1de7bc458d070e3ade60d77bdbea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 18:22:33 +0000 Subject: [PATCH] chore(deps-dev): bump json from 9.0.6 to 10.0.0 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 97d40e3..8b62550 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-import": "^2.17.3", "eslint-plugin-promise": "^4.1.1", "hash-files": "^1.1.1", - "json": "^9.0.6", + "json": "^10.0.0", "mime-types": "^2.1.24", "mocha": "^6.1.4", "nyc": "^14.1.1", diff --git a/yarn.lock b/yarn.lock index 3adb380..8307754 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4980,10 +4980,10 @@ json5@^2.1.0: dependencies: minimist "^1.2.0" -json@^9.0.6: - version "9.0.6" - resolved "https://registry.yarnpkg.com/json/-/json-9.0.6.tgz#7972c2a5a48a42678db2730c7c2c4ee6e4e24585" - integrity sha1-eXLCpaSKQmeNsnMMfCxO5uTiRYU= +json@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/json/-/json-10.0.0.tgz#c49a939d4abc7067cc225419d5dd17ab7bf2f66c" + integrity sha512-iK7tAZtpoghibjdB1ncCWykeBMmke3JThUe+rnkD4qkZaglOIQ70Pw7r5UJ4lyUT+7gnw7ehmmLUHDuhqzQD+g== jsonfile@^3.0.0: version "3.0.1"