Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit fd5804e

Browse files
build(deps-dev): bump style-loader from 3.3.4 to 4.0.0
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.4 to 4.0.0. - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/style-loader@v3.3.4...v4.0.0) --- updated-dependencies: - dependency-name: style-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5fe8511 commit fd5804e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"postcss-loader": "^8.1.1",
6363
"sass": "^1.74.1",
6464
"sass-loader": "^14.2.0",
65-
"style-loader": "^3.3.4",
65+
"style-loader": "^4.0.0",
6666
"webpack": "^5.91.0",
6767
"webpack-cli": "^5.1.4",
6868
"yarn": "^1.22.22"

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3905,10 +3905,10 @@ strip-final-newline@^2.0.0:
39053905
resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz"
39063906
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
39073907

3908-
style-loader@^3.3.4:
3909-
version "3.3.4"
3910-
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.4.tgz#f30f786c36db03a45cbd55b6a70d930c479090e7"
3911-
integrity sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==
3908+
style-loader@^4.0.0:
3909+
version "4.0.0"
3910+
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-4.0.0.tgz#0ea96e468f43c69600011e0589cb05c44f3b17a5"
3911+
integrity sha512-1V4WqhhZZgjVAVJyt7TdDPZoPBPNHbekX4fWnCJL1yQukhCeZhJySUL+gL9y6sNdN95uEOS83Y55SqHcP7MzLA==
39123912

39133913
39143914
version "4.2.0"

0 commit comments

Comments
 (0)