diff --git a/package.json b/package.json index 84fa70e..866fb1f 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "husky": "1.3.0", "jest": "23.6.0", "jest-watch-typeahead": "0.2.0", - "json5": "2.1.0", + "json5": "2.1.1", "kleur": "3.0.1", "lint-staged": "8.1.0", "prettier": "1.15.3", diff --git a/yarn.lock b/yarn.lock index c2c002a..6608941 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3910,7 +3910,14 @@ json-stringify-safe@^5.0.1, 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= -json5@2.1.0, json5@2.x: +json5@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6" + integrity sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ== + dependencies: + minimist "^1.2.0" + +json5@2.x: version "2.1.0" resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==