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"