diff --git a/packages/strapi-admin/package.json b/packages/strapi-admin/package.json index edede06db70b..1e4b91218649 100644 --- a/packages/strapi-admin/package.json +++ b/packages/strapi-admin/package.json @@ -67,7 +67,7 @@ "koa-compose": "4.1.0", "koa-passport": "4.1.4", "lodash": "4.17.20", - "match-sorter": "^4.0.2", + "match-sorter": "^6.3.1", "mini-css-extract-plugin": "^0.6.0", "moment": "^2.29.1", "p-map": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 4c285008d88f..c69e91c04165 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13095,12 +13095,12 @@ markdown-it@^12.0.4: mdurl "^1.0.1" uc.micro "^1.0.5" -match-sorter@^4.0.2: - version "4.2.1" - resolved "https://registry.yarnpkg.com/match-sorter/-/match-sorter-4.2.1.tgz#575b4b3737185ba9518b67612b66877ea0b37358" - integrity sha512-s+3h9TiZU9U1pWhIERHf8/f4LmBN6IXaRgo2CI17+XGByGS1GvG5VvXK9pcGyCjGe3WM3mSYRC3ipGrd5UEVgw== +match-sorter@^6.3.1: + version "6.3.1" + resolved "https://registry.yarnpkg.com/match-sorter/-/match-sorter-6.3.1.tgz#98cc37fda756093424ddf3cbc62bfe9c75b92bda" + integrity sha512-mxybbo3pPNuA+ZuCUhm5bwNkXrJTbsk5VWbR5wiwz/GC6LIiegBGn2w3O08UG/jdbYLinw51fSQ5xNU1U3MgBw== dependencies: - "@babel/runtime" "^7.10.5" + "@babel/runtime" "^7.12.5" remove-accents "0.4.2" mathml-tag-names@^2.1.3: