Bump style-loader from 1.1.1 to 1.1.2

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.1.1 to 1.1.2.
- [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.1.1...v1.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-29 02:18:31 +00:00 committed by GitHub
parent 88a24d7d12
commit 4a228559d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -9533,9 +9533,9 @@
}
},
"style-loader": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.1.1.tgz",
"integrity": "sha512-oIVF12trRq0od4Yojg7q0K3Lq/O6Ix/AYgVosykrVg+kWxxxUyk8KhKCCmekyGSUiVK1xxlAQymLWWdh6S9lOg==",
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.1.2.tgz",
"integrity": "sha512-0Mpq1ZHFDCNq1F+6avNBgv+7q8V+mWRuzehxyJT+aKgzyN/yfKTwjYqaYwBgx+11UpQxL21zNQfzzlz+JcGURw==",
"dev": true,
"requires": {
"loader-utils": "^1.2.3",

View File

@ -103,7 +103,7 @@
"handlebars-loader": "^1.7.1",
"node-sass": "^4.13.0",
"sass-loader": "^7.3.1",
"style-loader": "^1.1.1",
"style-loader": "^1.1.2",
"url-loader": "^3.0.0",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",