diff --git a/packages/core/package.json b/packages/core/package.json index a1380dc0..784c0fc5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -112,7 +112,7 @@ "jwt-decode": "3.1.2", "localforage": "1.10.0", "lodash": "4.17.21", - "minimatch": "7.2.0", + "minimatch": "7.3.0", "moment": "2.29.4", "node-polyglot": "2.5.0", "ol": "7.2.2", diff --git a/yarn.lock b/yarn.lock index cdbdd36f..b0c816b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12775,10 +12775,10 @@ minimatch@3.0.5: dependencies: brace-expansion "^1.1.7" -minimatch@7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.2.0.tgz#741ff59370007ebb8faff0a9b20cdb44357803e4" - integrity sha512-rMRHmwySzopAQjmWW6TkAKCEDKNaY/HuV/c2YkWWuWnfkTwApt0V4hnYzzPnZ/5Gcd2+8MPncSyuOGPl3xPvcg== +minimatch@7.3.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.3.0.tgz#cfb7337e7460308e7147c58250fa0dee3da7929c" + integrity sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw== dependencies: brace-expansion "^2.0.1"