diff --git a/package.json b/package.json index 4348e46..b5fddb0 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@nimiq/core": "^1.1.0", "btoa": "^1.2.1", "jasmine-spec-reporter": "^4.2.1", - "json5": "^1.0.1", + "json5": "^1.0.2", "lodash.merge": "^4.6.1", "minimist": "^1.2.0", "mysql2": "^1.5.3", diff --git a/yarn.lock b/yarn.lock index 0685d3e..7dae4fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -356,9 +356,9 @@ jasmine@^3.1.0: glob "^7.0.6" jasmine-core "~3.1.0" -json5@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" +json5@^1.0.1, json5@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593" dependencies: minimist "^1.2.0"