Bump style-loader from 3.3.0 to 3.3.1

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.0 to 3.3.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/v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: style-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-22 08:03:12 +00:00 committed by GitHub
parent 178e21e247
commit f7609ba49d
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

@ -12653,9 +12653,9 @@
"dev": true
},
"style-loader": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.0.tgz",
"integrity": "sha512-szANub7ksJtQioJYtpbWwh1hUl99uK15n5HDlikeCRil/zYMZgSxucHddyF/4A3qJMUiAjPhFowrrQuNMA7jwQ==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz",
"integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==",
"dev": true
},
"stylehacks": {

View File

@ -65,7 +65,7 @@
"postcss-loader": "^6.2.0",
"prettier": "^2.4.1",
"prettier-webpack-plugin": "^1.2.0",
"style-loader": "^3.3.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.2.4",
"typescript": "^4.4.4",
"url-loader": "^4.1.1",