Bump style-loader from 1.2.0 to 1.2.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-29 11:28:18 +00:00 committed by GitHub
parent 2adef5de94
commit 0df4f6a3f5
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

@ -24011,9 +24011,9 @@
"dev": true
},
"style-loader": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.2.0.tgz",
"integrity": "sha512-HC8WcGnjwNrKji7HSBqFOhGNUSt7UDU/jHxT6bA83Gk+JWJBmgitWlGihc0V1w6ZvwlzcX5LJOsofZzSP7b1tQ==",
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.2.1.tgz",
"integrity": "sha512-ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg==",
"dev": true,
"requires": {
"loader-utils": "^2.0.0",

View File

@ -93,7 +93,7 @@
"resolve-url-loader": "3.1.1",
"sass-loader": "8.0.2",
"semver": "7.3.2",
"style-loader": "1.2.0",
"style-loader": "1.2.1",
"terser-webpack-plugin": "2.3.6",
"ts-pnp": "1.2.0",
"uglifyjs-webpack-plugin": "^2.2.0",