diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-23 07:12:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 07:12:50 +0000 |
commit | 06f7231d4827520c15c39e951bc25ea17886096b (patch) | |
tree | f029c4eff46d368b840a6b1922450636c6f40240 /FrontEnd/package.json | |
parent | e7f7b3875015675c0396096c836140586780a1b9 (diff) | |
parent | 3a3fd2aa1604fd7ef6198ed2f600a103f205ea6f (diff) | |
download | timeline-06f7231d4827520c15c39e951bc25ea17886096b.tar.gz timeline-06f7231d4827520c15c39e951bc25ea17886096b.tar.bz2 timeline-06f7231d4827520c15c39e951bc25ea17886096b.zip |
Merge pull request #396 from crupest/dependabot/npm_and_yarn/FrontEnd/copy-webpack-plugin-8.1.0
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index dea71185..27cbd49a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -83,7 +83,7 @@ "babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
- "copy-webpack-plugin": "^8.0.0",
+ "copy-webpack-plugin": "^8.1.0",
"css-loader": "^5.1.3",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
|