From 87e7c6a5a63c92b1b28afdd5b0209f9c895a9adb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 May 2021 22:15:21 +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 e0c1fb6..85831b7 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-plugin-promise": "4.2.1", "eslint-plugin-react": "7.21.5", "eslint-plugin-standard": "4.0.2", - "json": "10.0.0", + "json": "11.0.0", "standard": "14.3.4", "@vercel/ncc": "0.24.1" }, diff --git a/yarn.lock b/yarn.lock index 994bf0c..8ea3f02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1486,10 +1486,10 @@ json5@^1.0.1: dependencies: minimist "^1.2.0" -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== jsx-ast-utils@^2.1.0: version "2.4.1"