diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-19 08:34:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 08:34:29 +0000 |
commit | caf98f29fc65add0b986af380cf747a0d3f70f3c (patch) | |
tree | ae92908aa0ba8b4ba5e8a34cfe1b3f376d217542 /FrontEnd/package.json | |
parent | b00ee7bc9d59aa008e7d196e6a9c28b6bba307d0 (diff) | |
download | timeline-caf98f29fc65add0b986af380cf747a0d3f70f3c.tar.gz timeline-caf98f29fc65add0b986af380cf747a0d3f70f3c.tar.bz2 timeline-caf98f29fc65add0b986af380cf747a0d3f70f3c.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.4.1 to 1.5.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.4.1...v1.5.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 f775fdad..3898e66b 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.4.1",
+ "mini-css-extract-plugin": "^1.5.0",
"postcss": "^8.2.10",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
|