From 3750308d28a3bb10756d59e82b110ef6a8c98854 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 09:24:40 +0000 Subject: [PATCH] Bump file-exists from 2.0.0 to 5.0.1 Bumps [file-exists](https://github.com/scottcorgan/file-exists) from 2.0.0 to 5.0.1. - [Release notes](https://github.com/scottcorgan/file-exists/releases) - [Commits](https://github.com/scottcorgan/file-exists/compare/2.0.0...5.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c2fa8d5..052fcc8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Rewrite url references in CSS and copyed CSS assets", "main": "index.js", "dependencies": { - "file-exists": "^2.0.0", + "file-exists": "^5.0.1", "fs": "0.0.1-security", "md5": "^2.2.1", "merge": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index 90694c0..9e15d7c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -374,9 +374,9 @@ file-entry-cache@^2.0.0: flat-cache "^1.2.1" object-assign "^4.0.1" -file-exists@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/file-exists/-/file-exists-2.0.0.tgz#a24150665150e62d55bc5449281d88d2b0810dca" +file-exists@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/file-exists/-/file-exists-5.0.1.tgz#1dcd017f787fc7be7a09a6ef3e6a3550cea31198" flat-cache@^1.2.1: version "1.2.2"