diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-07 07:49:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 07:49:48 +0000 |
commit | 1cfbd0d9f6d285ee7f2528fac367016ae6cc9662 (patch) | |
tree | acaf2701941551c032fe4c7df8c3457157f0386f | |
parent | febe37e77415418dc463253b5846a915734aeb7f (diff) | |
parent | 9a004b4c6e29a012baad63ae1967e3e16580cb2f (diff) | |
download | timeline-1cfbd0d9f6d285ee7f2528fac367016ae6cc9662.tar.gz timeline-1cfbd0d9f6d285ee7f2528fac367016ae6cc9662.tar.bz2 timeline-1cfbd0d9f6d285ee7f2528fac367016ae6cc9662.zip |
Merge pull request #433 from crupest/dependabot/npm_and_yarn/FrontEnd/copy-webpack-plugin-8.1.1
-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 1f437f2b..7b2e3bbb 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 232c5fe3..ab6fe095 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",
|