aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-04-07 07:32:00 +0000
committerGravatar vitalyster2021-04-07 10:33:50 +0300
commit0515fd50d11f7936cb0321cee282d56265c303a7 (patch)
tree17fb98df1f6c2c28799bbd827a260106f4e8cc54
parent8dc659371253bba250b92cec31d1030019087d18 (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] <support@github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index f897102e..116451ac 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2120,9 +2120,9 @@
}
},
"copy-webpack-plugin": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-8.1.0.tgz",
- "integrity": "sha512-Soiq8kXI2AZkpw3dSp18u6oU2JonC7UKv3UdXsKOmT1A5QT46ku9+6c0Qy29JDbSavQJNN1/eKGpd3QNw+cZWg==",
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-8.1.1.tgz",
+ "integrity": "sha512-rYM2uzRxrLRpcyPqGceRBDpxxUV8vcDqIKxAUKfcnFpcrPxT5+XvhTxv7XLjo5AvEJFPdAE3zCogG2JVahqgSQ==",
"dev": true,
"requires": {
"fast-glob": "^3.2.5",
diff --git a/package.json b/package.json
index b77e81c2..7e833dd1 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"@babel/preset-env": "^7.13.12",
"babel-loader": "^8.2.2",
"concurrently": "^6.0.1",
- "copy-webpack-plugin": "^8.1.0",
+ "copy-webpack-plugin": "^8.1.1",
"core-js": "^3.10.0",
"cross-env": "^7.0.3",
"cssnano": "^4.1.10",