diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-03 08:49:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 08:49:07 +0000 |
commit | 1485352df63100c6849e04d9ece90da0b6967fa3 (patch) | |
tree | 97f3e753186d36d3ea0d64b6ec9fc7a18b33a719 /FrontEnd/package.json | |
parent | e6a6c4e6171f424063997898c2bacb84008a5d2c (diff) | |
download | timeline-1485352df63100c6849e04d9ece90da0b6967fa3.tar.gz timeline-1485352df63100c6849e04d9ece90da0b6967fa3.tar.bz2 timeline-1485352df63100c6849e04d9ece90da0b6967fa3.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.5.1 to 1.6.0.
- [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.5.1...v1.6.0)
Signed-off-by: dependabot[bot] <support@github.com>
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 96d845ba..4d344a7f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -93,7 +93,7 @@ "file-loader": "^6.2.0",
"html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
- "mini-css-extract-plugin": "^1.5.1",
+ "mini-css-extract-plugin": "^1.6.0",
"postcss": "^8.2.13",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
|