diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-29 09:19:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 09:19:23 +0000 |
commit | 706173d4618d8d6b95ca8511573402428e8a1404 (patch) | |
tree | 2ab8bd2ba10a3d69e9f40762aad39da352d2e197 | |
parent | 255dc7b9a35896a732099588b73b4c0adb99f045 (diff) | |
download | timeline-706173d4618d8d6b95ca8511573402428e8a1404.tar.gz timeline-706173d4618d8d6b95ca8511573402428e8a1404.tar.bz2 timeline-706173d4618d8d6b95ca8511573402428e8a1404.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.9 to 1.4.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.3.9...v1.4.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 49ebbba3..36262bb3 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -79,7 +79,7 @@ "file-loader": "^6.2.0", "html-webpack-plugin": "5.3.1", "http-server": "^0.12.3", - "mini-css-extract-plugin": "^1.3.9", + "mini-css-extract-plugin": "^1.4.0", "postcss": "^8.2.8", "postcss-loader": "^5.2.0", "postcss-preset-env": "^6.7.0", @@ -8988,9 +8988,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "1.3.9", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.9.tgz", - "integrity": "sha512-Ac4s+xhVbqlyhXS5J/Vh/QXUz3ycXlCqoCPpg0vdfhsIBH9eg/It/9L1r1XhSCH737M1lqcWnMuWL13zcygn5A==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.4.0.tgz", + "integrity": "sha512-DyQr5DhXXARKZoc4kwvCvD95kh69dUupfuKOmBUqZ4kBTmRaRZcU32lYu3cLd6nEGXhQ1l7LzZ3F/CjItaY6VQ==", "dev": true, "dependencies": { "loader-utils": "^2.0.0", @@ -23247,9 +23247,9 @@ } }, "mini-css-extract-plugin": { - "version": "1.3.9", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.9.tgz", - "integrity": "sha512-Ac4s+xhVbqlyhXS5J/Vh/QXUz3ycXlCqoCPpg0vdfhsIBH9eg/It/9L1r1XhSCH737M1lqcWnMuWL13zcygn5A==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.4.0.tgz", + "integrity": "sha512-DyQr5DhXXARKZoc4kwvCvD95kh69dUupfuKOmBUqZ4kBTmRaRZcU32lYu3cLd6nEGXhQ1l7LzZ3F/CjItaY6VQ==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 97d1b723..354336bd 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -94,7 +94,7 @@ "file-loader": "^6.2.0",
"html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
- "mini-css-extract-plugin": "^1.3.9",
+ "mini-css-extract-plugin": "^1.4.0",
"postcss": "^8.2.8",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
|