diff --git a/packages/core/package.json b/packages/core/package.json index 9647b44c..74455412 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.4", + "minimatch": "9.0.0", "moment": "2.29.4", "node-polyglot": "2.5.0", "ol": "7.3.0", diff --git a/yarn.lock b/yarn.lock index 37fe3ef3..39d0aa50 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13472,10 +13472,10 @@ minimatch@3.0.5: dependencies: brace-expansion "^1.1.7" -minimatch@8.0.4, minimatch@^8.0.2: - version "8.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229" - integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA== +minimatch@9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56" + integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w== dependencies: brace-expansion "^2.0.1" @@ -13507,6 +13507,13 @@ minimatch@^7.4.2, minimatch@^7.4.6: dependencies: brace-expansion "^2.0.1" +minimatch@^8.0.2: + 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" + minimist-options@4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"