From 6a1383434b8b91f5610f0934ba5b172f0eb92f4f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 08:03:33 +0000 Subject: [PATCH] Bump copy-webpack-plugin from 6.1.1 to 6.2.0 Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 6.1.1 to 6.2.0. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.1.1...v6.2.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 2e49781e0..95ca20bcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2378,9 +2378,9 @@ "dev": true }, "copy-webpack-plugin": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-6.1.1.tgz", - "integrity": "sha512-4TlkHFYkrZ3WppLA5XkPmBLI5lnEpFsXvpeqxCf5PzkratZiVklNXsvoQkLhUU43q7ZL3AOXtaHAd9jLNJoU0w==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-6.2.0.tgz", + "integrity": "sha512-1s/VbhIX73FBFBYF4D0KdeBLkjEnAlCQn0Ufo2a/IyJ41jHpQ9ZzM4JAfbE7yTOhbmwRFkARErJ/XIiLceja6Q==", "dev": true, "requires": { "cacache": "^15.0.5", diff --git a/package.json b/package.json index 311e910a4..73238a3b7 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/webpack": "^4.41.22", "@types/webpack-assets-manifest": "^3.0.1", "autoprefixer": "9.8.6", - "copy-webpack-plugin": "^6.1.1", + "copy-webpack-plugin": "^6.2.0", "css-loader": "^4.3.0", "event-hooks-webpack-plugin": "^2.1.7", "expose-loader": "^1.0.0",