diff --git a/app/package.json b/app/package.json index 8b94bfe1..8d221a80 100644 --- a/app/package.json +++ b/app/package.json @@ -54,7 +54,7 @@ "jimp": "^0.8.4", "jquery": "^3.4.1", "jquery-ui-dist": "^1.12.1", - "json5": "^2.1.0", + "json5": "^2.1.1", "materialize-css": "^1.0.0", "node-notifier": "^6.0.0", "sumchecker": "^3.0.0", diff --git a/app/yarn.lock b/app/yarn.lock index 98223543..50258438 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1580,10 +1580,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= -json5@^2.1.0: - 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== +json5@^2.1.0, 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"