From 65f24c189ba5e6bbdcd0825768b59bf502afc028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 06:02:48 +0000 Subject: [PATCH] build(deps): bump slugify from 1.6.4 to 1.6.5 in /web Bumps [slugify](https://github.com/simov/slugify) from 1.6.4 to 1.6.5. - [Release notes](https://github.com/simov/slugify/releases) - [Commits](https://github.com/simov/slugify/compare/v1.6.4...v1.6.5) --- updated-dependencies: - dependency-name: slugify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | Bin 840760 -> 840760 bytes web/package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package-lock.json b/web/package-lock.json index 716b2dbb120946c797dad6ba5a67c44be6c04d59..c71f400d4fd3e8763ac52bfefacf271449d2e68f 100644 GIT binary patch delta 289 zcmdn7!g$9D;|)KV8BM1P@~}xai?XzfvM>TM6A&{4F^JE)U6h4we);rI7nqHvKdWXF z1F9}$VpR&W$j!G*D$dDs@;5FiG7WGIbF1qU>ONvZ0Gp(v{DNOS# z&#j8gGxRCQ^!6(XGIPms&M7S}Ez8%=aPdentnx0%O><1OF!l=!4xGMWA(M9df*Lj; gW(Q&pAm#*OuI&qIxSi`UoDoVBXKY{mhkNRE0D_lg1^@s6 delta 299 zcmdn7!g$9D;|)KV8BL}O@~}xai?XzfvM>TM6A&{4F^JE)U6h4we);rjaaQi>J)S)3 z)1Otdi2=0~GO;R!1teD)S(-U}8AU%)Sq4tuu#ic+ leL)Qy5VHd@2M}`tG1vA5HQdhi*xeFJ6Sr(%{D*t$bpY*nVDSI| diff --git a/web/package.json b/web/package.json index 2af6e0bf2..83f46ef2b 100644 --- a/web/package.json +++ b/web/package.json @@ -24,7 +24,7 @@ "react-dom": "^17.0.2", "react-router-dom": "^5.3.0", "react-scripts": "^4.0.3", - "slugify": "^1.6.4", + "slugify": "^1.6.5", "typescript": "^4.5.4", "web-vitals": "^2.1.2" },