chore: Update style-loader requirement from ^3.0.0 to ^3.2.1 in /web

Updates the requirements on [style-loader](https://github.com/webpack-contrib/style-loader) to permit the latest version.
- [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/v3.0.0...v3.2.1)

---
updated-dependencies:
- dependency-name: style-loader
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-01 20:02:25 +00:00 committed by relrelb
parent 144fce5969
commit 6a9fc6fd1c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
},
"devDependencies": {
"css-loader": "^5.2.6",
"style-loader": "^3.0.0",
"style-loader": "^3.2.1",
"webpack-cli": "^4.7.2"
}
}