diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-07 07:02:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 07:02:07 +0000 |
commit | 9a004b4c6e29a012baad63ae1967e3e16580cb2f (patch) | |
tree | 454976073159aa4b0bc26159ae150c0bf67ea1e0 | |
parent | 9c667efbc6190c4366f898b978534d60e99773e5 (diff) | |
download | timeline-9a004b4c6e29a012baad63ae1967e3e16580cb2f.tar.gz timeline-9a004b4c6e29a012baad63ae1967e3e16580cb2f.tar.bz2 timeline-9a004b4c6e29a012baad63ae1967e3e16580cb2f.zip |
build(deps-dev): Bump copy-webpack-plugin in /FrontEnd
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-- | FrontEnd/package-lock.json | 14 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 51e7fa27..c9fa6c99 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -69,7 +69,7 @@ "babel-loader": "^8.2.2", "babel-plugin-transform-builtin-extend": "^1.1.2", "clean-webpack-plugin": "^3.0.0", - "copy-webpack-plugin": "^8.1.0", + "copy-webpack-plugin": "^8.1.1", "css-loader": "^5.2.0", "eslint": "^7.23.0", "eslint-config-prettier": "^8.1.0", @@ -4512,9 +4512,9 @@ } }, "node_modules/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, "dependencies": { "fast-glob": "^3.2.5", @@ -19764,9 +19764,9 @@ "dev": true }, "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/FrontEnd/package.json b/FrontEnd/package.json index fcc11666..2ab09e1f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -84,7 +84,7 @@ "babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
- "copy-webpack-plugin": "^8.1.0",
+ "copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
|