From b8b98962af463c68a0be9fb3990acfe438f1dfe9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 21:49:42 +0000 Subject: [PATCH] Bump filenamify from 4.3.0 to 5.0.0 Bumps [filenamify](https://github.com/sindresorhus/filenamify) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/sindresorhus/filenamify/releases) - [Commits](https://github.com/sindresorhus/filenamify/compare/v4.3.0...v5.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f27e87c6..a7aca298 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6591,9 +6591,9 @@ "dev": true }, "filenamify": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.3.0.tgz", - "integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-5.0.0.tgz", + "integrity": "sha512-fum99BZD0q5wZ4GbZwE9imy0Lw0yULNgB10WxTtT8RAdvNhWUMcz0V3vuanxIgnqonCVD4wKZUVRbwepV3PkFw==", "dev": true, "requires": { "filename-reserved-regex": "^2.0.0", diff --git a/package.json b/package.json index 1c3e76db..fbe576c3 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "codelyzer": "~5.0.0", "del": "^4.1.0", "execa": "^1.0.0", - "filenamify": "^4.1.0", + "filenamify": "^5.0.0", "fs-extra": "^7.0.1", "gulp": "^4.0.0", "gulp-debug": "^4.0.0",