Bump style-loader from 1.0.1 to 1.1.1

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.0.1 to 1.1.1.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.0.1...v1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-23 05:35:27 +00:00
parent 6c84c6232d
commit fe567b1caf
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13125,9 +13125,9 @@
}
},
"style-loader": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.0.1.tgz",
"integrity": "sha512-CnpEkSR1C+REjudiTWCv4+ssP7SCiuaQZJTZDWBRwTJoS90mdqkB8uOGMHKgVeUzpaU7IfLWoyQbvvs5Joj3Xw==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.1.1.tgz",
"integrity": "sha512-oIVF12trRq0od4Yojg7q0K3Lq/O6Ix/AYgVosykrVg+kWxxxUyk8KhKCCmekyGSUiVK1xxlAQymLWWdh6S9lOg==",
"dev": true,
"requires": {
"loader-utils": "^1.2.3",

View File

@ -74,7 +74,7 @@
"postcss-loader": "^3.0.0",
"promise-polyfill": "^8.1.3",
"sass-loader": "^7.3.1",
"style-loader": "^1.0.1",
"style-loader": "^1.1.1",
"stylelint": "^12.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.1.1",