From 37cf8f8451effe6b78532a8fdce1f5f8f4f6586d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 19:22:24 +0000 Subject: [PATCH] Upgrade: Update copyfiles requirement from ^0.2.1 to ^2.1.0 Updates the requirements on [copyfiles](https://github.com/calvinmetcalf/copyfiles) to permit the latest version. - [Release notes](https://github.com/calvinmetcalf/copyfiles/releases) - [Commits](https://github.com/calvinmetcalf/copyfiles/compare/v0.2.1...v2.1.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb134f4..960a32a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "babel-preset-es2015": "^6.6.0", "bower-webpack-plugin": "^0.1.9", "chai": "^3.5.0", - "copyfiles": "^0.2.1", + "copyfiles": "^2.1.0", "css-loader": "^0.23.1", "eslint": "~2.4.0", "eslint-loader": "^1.3.0",