diff --git a/extension/package.json b/extension/package.json index 8c6244d..af28055 100644 --- a/extension/package.json +++ b/extension/package.json @@ -58,6 +58,6 @@ }, "devDependencies": { "bestzip": "2.1.5", - "json": "9.0.6" + "json": "10.0.0" } } diff --git a/package.json b/package.json index 2d59d57..0cd2b9e 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ }, "devDependencies": { "concurrently": "5.1.0", - "json": "9.0.6" + "json": "10.0.0" } } diff --git a/yarn.lock b/yarn.lock index fcfdc72..10291fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7355,10 +7355,10 @@ json5@^2.1.2: dependencies: minimist "^1.2.5" -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@^4.0.0: version "4.0.0"