Bump style-loader from 1.2.0 to 1.2.1 in /js

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-05-03 01:14:02 +00:00
committed by GitHub
parent 0a82c0a137
commit cfef011f03
2 changed files with 4 additions and 4 deletions

6
js/package-lock.json generated
View File

@@ -6938,9 +6938,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

@@ -34,7 +34,7 @@
"css-loader": "^3.5.3",
"karma": "^5.0.2",
"mini-css-extract-plugin": "^0.9.0",
"style-loader": "^1.2.0",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.1",
"vue-style-loader": "^4.1.2",