diff options
author | dependabot[bot] | 2020-12-11 06:48:20 +0000 |
---|---|---|
committer | vitalyster | 2020-12-11 09:56:03 +0300 |
commit | d8ee057dc0583b8f3a32362de352e717f61eb130 (patch) | |
tree | d163d22b1e4b0e544f957e6fa29152d95955bfe7 | |
parent | 7a8d5d3d39458eb1f872e8f38cfb54eb5546da70 (diff) |
Bump mini-css-extract-plugin from 1.3.2 to 1.3.3
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.3.2 to 1.3.3.
- [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.2...v1.3.3)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index a4ece6e2..5b67ab50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4400,9 +4400,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.2.tgz", - "integrity": "sha512-ofYJgCZNm1TToSv02pGANe1lfb31g7ULwNV5Nt31d2dAnVLxFHoguDUAj6U0BLEO7Nrztq4mdtL1yFDaeW7J+A==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.3.tgz", + "integrity": "sha512-7lvliDSMiuZc81kI+5/qxvn47SCM7BehXex3f2c6l/pR3Goj58IQxZh9nuPQ3AkGQgoETyXuIqLDaO5Oa0TyBw==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/package.json b/package.json index f5dc312e..488611ca 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-plugin-only-ascii": "0.0.0", "eslint-webpack-plugin": "^2.4.1", "file-loader": "^6.2.0", - "mini-css-extract-plugin": "^1.3.2", + "mini-css-extract-plugin": "^1.3.3", "postcss-loader": "^4.1.0", "postcss-preset-env": "^6.7.0", "regenerator-runtime": "^0.13.7", |