diff --git a/packages/core/package.json b/packages/core/package.json index 84534a97..bfbba979 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -128,7 +128,7 @@ "micromark-extension-gfm-table": "1.0.5", "micromark-extension-gfm-task-list-item": "1.0.4", "micromark-util-combine-extensions": "1.0.0", - "minimatch": "8.0.3", + "minimatch": "8.0.4", "moment": "2.29.4", "node-polyglot": "2.5.0", "ol": "7.3.0", diff --git a/yarn.lock b/yarn.lock index 845293bc..df524468 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13488,10 +13488,10 @@ minimatch@3.0.5: dependencies: brace-expansion "^1.1.7" -minimatch@8.0.3, minimatch@^8.0.2: - version "8.0.3" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.3.tgz#0415cb9bb0c1d8ac758c8a673eb1d288e13f5e75" - integrity sha512-tEEvU9TkZgnFDCtpnrEYnPsjT7iUx42aXfs4bzmQ5sMA09/6hZY0jeZcGkXyDagiBOvkUjNo8Viom+Me6+2x7g== +minimatch@8.0.4: + version "8.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229" + integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA== dependencies: brace-expansion "^2.0.1" @@ -13523,6 +13523,13 @@ minimatch@^7.4.2: dependencies: brace-expansion "^2.0.1" +minimatch@^8.0.2: + version "8.0.3" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.3.tgz#0415cb9bb0c1d8ac758c8a673eb1d288e13f5e75" + integrity sha512-tEEvU9TkZgnFDCtpnrEYnPsjT7iUx42aXfs4bzmQ5sMA09/6hZY0jeZcGkXyDagiBOvkUjNo8Viom+Me6+2x7g== + dependencies: + brace-expansion "^2.0.1" + minimist-options@4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"