From 6b0af3d9115738c4833ce7b6344f189486b7b789 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 14:23:40 +0000 Subject: [PATCH] deps: bump @sindresorhus/slugify from 0.11.0 to 1.0.0 in /web Bumps [@sindresorhus/slugify](https://github.com/sindresorhus/slugify) from 0.11.0 to 1.0.0. - [Release notes](https://github.com/sindresorhus/slugify/releases) - [Commits](https://github.com/sindresorhus/slugify/compare/v0.11.0...v1.0.0) Signed-off-by: dependabot-preview[bot] --- web/package-lock.json | 21 ++++++++++++++------- web/package.json | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 77d4ae3..7900a6d 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1593,18 +1593,25 @@ "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==" }, "@sindresorhus/slugify": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-0.11.0.tgz", - "integrity": "sha512-ECTZT6z1hYDsopRh8GECaQ5L6hoJHVd4uq5hPi8se9GB31tgtZfnlM8G64hZVhJNmtJ9eIK0SuNhtsaPQStXEQ==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-1.0.0.tgz", + "integrity": "sha512-g3L0EoNpi2rT/uiOO6BUqbqXZ9mPR+LCl6yZsTDd8K/PeX+Bui5npU+mY0sME+Mc96bW/32kfDhmccPLMK/7pQ==", "requires": { "@sindresorhus/transliterate": "^0.1.0", - "escape-string-regexp": "^2.0.0" + "escape-string-regexp": "^4.0.0" + }, + "dependencies": { + "escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" + } } }, "@sindresorhus/transliterate": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-0.1.0.tgz", - "integrity": "sha512-bO6v0M0EuJPjm5Ntfow4nk+r3EZQ41n0ahvAmh766FzPqlm6V/2uDc01vZI3gLeI/1lgV2BTMb6QvxOk9z73ng==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-0.1.1.tgz", + "integrity": "sha512-QSdIQ5keUFAZ3KLbfbsntW39ox0Ym8183RqTwBq/ZEFoN3NQAtGV+qWaNdzKpIDHgj9J2CQ2iNDRVU11Zyr7MQ==", "requires": { "escape-string-regexp": "^2.0.0", "lodash.deburr": "^4.1.0" diff --git a/web/package.json b/web/package.json index 8abf81c..27d8eda 100644 --- a/web/package.json +++ b/web/package.json @@ -31,7 +31,7 @@ "@material-ui/core": "4.9.12", "@material-ui/icons": "4.9.1", "@material-ui/styles": "4.9.10", - "@sindresorhus/slugify": "0.11.0", + "@sindresorhus/slugify": "1.0.0", "apollo-boost": "0.4.7", "clsx": "1.1.0", "graphql": "14.6.0",