diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-09 07:10:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 07:10:16 +0000 |
commit | 1395785e142cd092ec2f71143b43578a6172b5c7 (patch) | |
tree | db13c5c1dc1c8b87be2c45222bee9d67daef8beb | |
parent | e62cf8eb79c8b99eeff41a47b489af1ecde4fe49 (diff) | |
download | timeline-1395785e142cd092ec2f71143b43578a6172b5c7.tar.gz timeline-1395785e142cd092ec2f71143b43578a6172b5c7.tar.bz2 timeline-1395785e142cd092ec2f71143b43578a6172b5c7.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.5 to 1.3.6.
- [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.5...v1.3.6)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package-lock.json | 6 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index f18df2bd..d82adc90 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -8446,9 +8446,9 @@ } }, "mini-css-extract-plugin": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.5.tgz", - "integrity": "sha512-tvmzcwqJJXau4OQE5vT72pRT18o2zF+tQJp8CWchqvfQnTlflkzS+dANYcRdyPRWUWRkfmeNTKltx0NZI/b5dQ==", + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.6.tgz", + "integrity": "sha512-t86rLnySRQgN2+58gAIARTEtnClLNZoC99shNrvQ960V/wB9n50AUKJyqly76/s4fT0zwaLFIDFZAW7aK25pvg==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index eaab3645..23f2fb62 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -90,7 +90,7 @@ "file-loader": "^6.2.0",
"html-webpack-plugin": "5.0.0",
"http-server": "^0.12.3",
- "mini-css-extract-plugin": "^1.3.4",
+ "mini-css-extract-plugin": "^1.3.6",
"postcss": "^8.2.5",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
|