diff options
author | 2021-05-08 21:50:51 +0300 | |
---|---|---|
committer | 2021-05-08 21:50:51 +0300 | |
commit | 2c505c9ba4e4ab1cfc00d4544c397967651182ea (patch) | |
tree | 251141477bb0d3356292339d1bc33783d8e1d409 | |
parent | Merge pull request #230 from python-discord/dependabot/npm_and_yarn/sentry/re... (diff) | |
parent | Bump copy-webpack-plugin from 8.1.0 to 8.1.1 (diff) |
Merge pull request #231 from python-discord/dependabot/npm_and_yarn/copy-webpack-plugin-8.1.1
Bump copy-webpack-plugin from 8.1.0 to 8.1.1
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index a2b921e..ca6c729 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", @@ -3333,10 +3333,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" |