diff --git a/package.json b/package.json index c93d911..89b90e2 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-prettier": "3.0.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", - "json": "^9.0.6", + "json": "^10.0.0", "lint-staged": "8.1.5", "minimist": "1.2.3", "node-plop": "0.18.0", diff --git a/yarn.lock b/yarn.lock index 2ff3304..496a9fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2624,10 +2624,10 @@ json-stringify-safe@~5.0.1: resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= -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== jsprim@^1.2.2: version "1.4.1"