diff --git a/desktop/plugins/kaios-allocations/package.json b/desktop/plugins/kaios-allocations/package.json index 522efce88..21906a60f 100644 --- a/desktop/plugins/kaios-allocations/package.json +++ b/desktop/plugins/kaios-allocations/package.json @@ -24,5 +24,8 @@ "ignore": [ "firefox-client" ] + }, + "resolutions": { + "minimist": "1.2.3" } } diff --git a/desktop/plugins/kaios-allocations/yarn.lock b/desktop/plugins/kaios-allocations/yarn.lock index 6bef47c66..6abdc3a5c 100644 --- a/desktop/plugins/kaios-allocations/yarn.lock +++ b/desktop/plugins/kaios-allocations/yarn.lock @@ -827,10 +827,10 @@ minimatch@^3.0.4: dependencies: brace-expansion "^1.1.7" -minimist@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" - integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= +minimist@1.2.3, minimist@^1.2.0: + version "1.2.3" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f" + integrity sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw== mixin-deep@^1.2.0: version "1.3.2"