build(deps-dev): update style-loader requirement 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.3.0...v3.3.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-11-02 05:03:51 +00:00 committed by relrelb
parent b902d42529
commit 6927ed8064
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
},
"devDependencies": {
"css-loader": "^6.5.0",
"style-loader": "^3.3.0",
"style-loader": "^3.3.1",
"webpack-cli": "^4.8.0"
}
}