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 | |
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>
-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 3cc9d34d..f9ab6427 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -78,7 +78,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", @@ -8966,9 +8966,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.5.1.tgz", - "integrity": "sha512-wEpr0XooH6rw/Mlf+9KTJoMBLT3HujzdTrmohPjAzF47N4Q6yAeczQLpRD/WxvAtXvskcXbily7TAdCfi2M4Dg==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz", + "integrity": "sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw==", "dev": true, "dependencies": { "loader-utils": "^2.0.0", @@ -23170,9 +23170,9 @@ } }, "mini-css-extract-plugin": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.5.1.tgz", - "integrity": "sha512-wEpr0XooH6rw/Mlf+9KTJoMBLT3HujzdTrmohPjAzF47N4Q6yAeczQLpRD/WxvAtXvskcXbily7TAdCfi2M4Dg==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz", + "integrity": "sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw==", "dev": true, "requires": { "loader-utils": "^2.0.0", 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",
|