diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-26 07:00:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-26 07:00:45 +0000 |
commit | 71ba741c9fad0954f70bc47db86d0167fb61e2ed (patch) | |
tree | f5a7b9e27bcd3b31832ddee34209d53ed11d0198 | |
parent | 427fcacb72545c19a5feb248359a2d5284564b8f (diff) | |
download | timeline-71ba741c9fad0954f70bc47db86d0167fb61e2ed.tar.gz timeline-71ba741c9fad0954f70bc47db86d0167fb61e2ed.tar.bz2 timeline-71ba741c9fad0954f70bc47db86d0167fb61e2ed.zip |
build(deps-dev): Bump mini-css-extract-plugin in /FrontEnd
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.3.8...v1.3.9)
Signed-off-by: dependabot[bot] <support@github.com>
-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 147af80b..1fd01f60 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -92,7 +92,7 @@ "file-loader": "^6.2.0",
"html-webpack-plugin": "5.2.0",
"http-server": "^0.12.3",
- "mini-css-extract-plugin": "^1.3.8",
+ "mini-css-extract-plugin": "^1.3.9",
"postcss": "^8.2.6",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
|