From f40f1c24af51cb04bc1e7bd2d2d4226d34bfbf34 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 07:15:13 +0000 Subject: [PATCH] chore(deps): update dependency json to v11 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b3a01236a..15822cc4d 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "flow-copy-source": "2.0.9", "husky": "3.1.0", "jest": "27.5.1", - "json": "10.0.0", + "json": "11.0.0", "lint-staged": "10.5.4", "mversion": "2.0.1", "prettier": "1.19.1", diff --git a/yarn.lock b/yarn.lock index 22ee3a49d..49a86cd91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7443,10 +7443,10 @@ json5@^2.1.2: dependencies: minimist "^1.2.5" -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== +json@11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/json/-/json-11.0.0.tgz#2e84493134e2f42c131165aa22a124df38b3a3ee" + integrity sha512-N/ITv3Yw9Za8cGxuQqSqrq6RHnlaHWZkAFavcfpH/R52522c26EbihMxnY7A1chxfXJ4d+cEFIsyTgfi9GihrA== jsonfile@^4.0.0: version "4.0.0"