diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-29 07:04:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 07:04:14 +0000 |
commit | c4bfb9e42ff879766c4e71fc4ddf5f6f2404c359 (patch) | |
tree | 95c5f5c406fa155477b39aa64b1ad89e0faee891 | |
parent | 2075e4098025001073b5eca025632cbb3199c316 (diff) | |
download | timeline-c4bfb9e42ff879766c4e71fc4ddf5f6f2404c359.tar.gz timeline-c4bfb9e42ff879766c4e71fc4ddf5f6f2404c359.tar.bz2 timeline-c4bfb9e42ff879766c4e71fc4ddf5f6f2404c359.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.0 to 1.5.1.
- [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.0...v1.5.1)
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 e8d40944..153fd317 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.0", + "mini-css-extract-plugin": "^1.5.1", "postcss": "^8.2.13", "postcss-loader": "^5.2.0", "postcss-preset-env": "^6.7.0", @@ -8909,9 +8909,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.5.0.tgz", - "integrity": "sha512-SIbuLMv6jsk1FnLIU5OUG/+VMGUprEjM1+o2trOAx8i5KOKMrhyezb1dJ4Ugsykb8Jgq8/w5NEopy6escV9G7g==", + "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==", "dev": true, "dependencies": { "loader-utils": "^2.0.0", @@ -23066,9 +23066,9 @@ } }, "mini-css-extract-plugin": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.5.0.tgz", - "integrity": "sha512-SIbuLMv6jsk1FnLIU5OUG/+VMGUprEjM1+o2trOAx8i5KOKMrhyezb1dJ4Ugsykb8Jgq8/w5NEopy6escV9G7g==", + "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==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 394cc4f5..63803d30 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.0",
+ "mini-css-extract-plugin": "^1.5.1",
"postcss": "^8.2.13",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
|