From 6ace5d5535d468aca4198ac78adef709ec0df3a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 11:04:05 +0000 Subject: [PATCH] Bump copy-webpack-plugin from 8.1.0 to 8.1.1 Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 8.1.0 to 8.1.1. - [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/v8.1.0...v8.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ad33e79a..2b710dab 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "ava": "3.15.0", "babel-loader": "8.2.2", "concurrently": "6.0.0", - "copy-webpack-plugin": "8.1.0", + "copy-webpack-plugin": "8.1.1", "cpy-cli": "^3.1.1", "cross-env": "7.0.3", "electron": "^12.0.2", diff --git a/yarn.lock b/yarn.lock index 3b37ae42..00c23eb8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2536,10 +2536,10 @@ copy-descriptor@^0.1.0: resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= -copy-webpack-plugin@8.1.0: - version "8.1.0" - resolved "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-8.1.0.tgz#0b53170db798ed301439536a02f2868ff63291a0" - integrity sha512-Soiq8kXI2AZkpw3dSp18u6oU2JonC7UKv3UdXsKOmT1A5QT46ku9+6c0Qy29JDbSavQJNN1/eKGpd3QNw+cZWg== +copy-webpack-plugin@8.1.1: + version "8.1.1" + resolved "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-8.1.1.tgz#3f697e162764925c2f0d235f380676125508fd26" + integrity sha512-rYM2uzRxrLRpcyPqGceRBDpxxUV8vcDqIKxAUKfcnFpcrPxT5+XvhTxv7XLjo5AvEJFPdAE3zCogG2JVahqgSQ== dependencies: fast-glob "^3.2.5" glob-parent "^5.1.1"