diff --git a/packages/strapi-admin/package.json b/packages/strapi-admin/package.json index edede06db70b..9902ed4420a8 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.0", "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..d8deb51a0dd3 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.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/match-sorter/-/match-sorter-6.3.0.tgz#454a1b31ed218cddbce6231a0ecb5fdc549fed01" + integrity sha512-efYOf/wUpNb8FgNY+cOD2EIJI1S5I7YPKsw0LBp7wqPh5pmMS6i/wr3ZWwfwrAw1NvqTA2KUReVRWDX84lUcOQ== dependencies: - "@babel/runtime" "^7.10.5" + "@babel/runtime" "^7.12.5" remove-accents "0.4.2" mathml-tag-names@^2.1.3: