diff --git a/plugins/pages/microfrontends/package.json b/plugins/pages/microfrontends/package.json index cb27a5f2..f833d211 100644 --- a/plugins/pages/microfrontends/package.json +++ b/plugins/pages/microfrontends/package.json @@ -35,7 +35,7 @@ "@mdx-js/mdx": "^1.0.21", "@mdx-js/vue": "1.0.20", "@nut-project/dev-utils": "^1.0.0-alpha.4", - "@sindresorhus/slugify": "^0.9.1", + "@sindresorhus/slugify": "^0.11.0", "address": "^1.1.2", "axios": "^0.19.0", "boxen": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 32025245..62e33f27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2541,12 +2541,20 @@ dependencies: any-observable "^0.3.0" -"@sindresorhus/slugify@^0.9.1": - version "0.9.1" - resolved "https://registry.yarnpkg.com/@sindresorhus/slugify/-/slugify-0.9.1.tgz#892ad24d70b442c0a14fe519cb4019d59bc5069f" - integrity sha512-b6heYM9dzZD13t2GOiEQTDE0qX+I1GyOotMwKh9VQqzuNiVdPVT8dM43fe9HNb/3ul+Qwd5oKSEDrDIfhq3bnQ== +"@sindresorhus/slugify@^0.11.0": + version "0.11.0" + resolved "https://registry.yarnpkg.com/@sindresorhus/slugify/-/slugify-0.11.0.tgz#642acb99adefa4187285fd17de88745afc161de8" + integrity sha512-ECTZT6z1hYDsopRh8GECaQ5L6hoJHVd4uq5hPi8se9GB31tgtZfnlM8G64hZVhJNmtJ9eIK0SuNhtsaPQStXEQ== dependencies: - escape-string-regexp "^1.0.5" + "@sindresorhus/transliterate" "^0.1.0" + escape-string-regexp "^2.0.0" + +"@sindresorhus/transliterate@^0.1.0": + version "0.1.0" + resolved "https://registry.yarnpkg.com/@sindresorhus/transliterate/-/transliterate-0.1.0.tgz#c063bfc4102783fb19c91c2f8c1efb3adfb754be" + integrity sha512-bO6v0M0EuJPjm5Ntfow4nk+r3EZQ41n0ahvAmh766FzPqlm6V/2uDc01vZI3gLeI/1lgV2BTMb6QvxOk9z73ng== + dependencies: + escape-string-regexp "^2.0.0" lodash.deburr "^4.1.0" "@types/anymatch@*": @@ -6013,6 +6021,11 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= +escape-string-regexp@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" + integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== + eslint-config-mo@0.5.2: version "0.5.2" resolved "https://registry.yarnpkg.com/eslint-config-mo/-/eslint-config-mo-0.5.2.tgz#bbd901a05e78e7c027ead28d1675c4da3117f6ca"