diff --git a/clones/awesome-stacks/package-lock.json b/clones/awesome-stacks/package-lock.json index 59ef93dd..2c21cd03 100644 --- a/clones/awesome-stacks/package-lock.json +++ b/clones/awesome-stacks/package-lock.json @@ -2716,12 +2716,19 @@ "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==" }, "@sindresorhus/slugify": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-0.9.0.tgz", - "integrity": "sha512-i7ksJMW9dFzE12Ucb86pPc4hSJDscL3CdxfI2kkCKdtshKik3LR41M2TOvh9Qi8xGVSTZ8C5bxCV1F8/j0xkag==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-0.11.0.tgz", + "integrity": "sha512-ECTZT6z1hYDsopRh8GECaQ5L6hoJHVd4uq5hPi8se9GB31tgtZfnlM8G64hZVhJNmtJ9eIK0SuNhtsaPQStXEQ==", "requires": { - "escape-string-regexp": "^1.0.5", - "lodash.deburr": "^4.1.0" + "@sindresorhus/transliterate": "^0.1.0", + "escape-string-regexp": "^2.0.0" + }, + "dependencies": { + "escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" + } } }, "@sindresorhus/transliterate": { diff --git a/clones/awesome-stacks/package.json b/clones/awesome-stacks/package.json index 1f8ed2f1..c6eaba32 100644 --- a/clones/awesome-stacks/package.json +++ b/clones/awesome-stacks/package.json @@ -10,7 +10,7 @@ "@fortawesome/react-fontawesome": "0.1.15", "@mdx-js/mdx": "0.20.1", "@mdx-js/tag": "0.18.0", - "@sindresorhus/slugify": "0.9.0", + "@sindresorhus/slugify": "0.11.0", "apollo-boost": "0.4.9", "bulma": "0.7.4", "cheerio": "1.0.0-rc.2",