aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-08 18:45:15 +0000
committerGravatar GitHub <[email protected]>2021-05-08 18:45:15 +0000
commit583afe94bf99f8fcdce1c6f68875adbdcc19d4bd (patch)
tree46c2ddc1b0d69abad68202fbd4893f3661c0ec26
parentMerge pull request #217 from python-discord/dependabot/npm_and_yarn/react-and... (diff)
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] <[email protected]>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index f9161d1..9d73669 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"@svgr/webpack": "5.5.0",
"@swc/core": "1.2.51",
"axios": "0.21.1",
- "copy-webpack-plugin": "8.1.0",
+ "copy-webpack-plugin": "8.1.1",
"fs-extra": "9.1.0",
"html-webpack-plugin": "5.3.1",
"identity-obj-proxy": "3.0.0",
diff --git a/yarn.lock b/yarn.lock
index a0c4e99..fe5a646 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3367,10 +3367,10 @@ copy-descriptor@^0.1.0:
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
- version "8.1.0"
- resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-8.1.0.tgz#0b53170db798ed301439536a02f2868ff63291a0"
- integrity sha512-Soiq8kXI2AZkpw3dSp18u6oU2JonC7UKv3UdXsKOmT1A5QT46ku9+6c0Qy29JDbSavQJNN1/eKGpd3QNw+cZWg==
+ version "8.1.1"
+ resolved "https://registry.yarnpkg.com/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"