1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-02 21:21:35 +01:00

[deps] AC: Update style-loader to v4 (#10589)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-06 23:17:47 -06:00 committed by GitHub
parent 1654ff9b7a
commit d5af932cef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 24 additions and 7 deletions

29
package-lock.json generated
View File

@ -167,7 +167,7 @@
"sass": "1.81.0",
"sass-loader": "16.0.4",
"storybook": "8.4.5",
"style-loader": "3.3.4",
"style-loader": "4.0.0",
"tailwindcss": "3.4.15",
"ts-jest": "29.2.2",
"ts-loader": "9.5.1",
@ -9098,6 +9098,23 @@
}
}
},
"node_modules/@storybook/builder-webpack5/node_modules/style-loader": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz",
"integrity": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 12.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^5.0.0"
}
},
"node_modules/@storybook/components": {
"version": "8.4.5",
"resolved": "https://registry.npmjs.org/@storybook/components/-/components-8.4.5.tgz",
@ -30494,20 +30511,20 @@
}
},
"node_modules/style-loader": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz",
"integrity": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-4.0.0.tgz",
"integrity": "sha512-1V4WqhhZZgjVAVJyt7TdDPZoPBPNHbekX4fWnCJL1yQukhCeZhJySUL+gL9y6sNdN95uEOS83Y55SqHcP7MzLA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 12.13.0"
"node": ">= 18.12.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^5.0.0"
"webpack": "^5.27.0"
}
},
"node_modules/sucrase": {

View File

@ -128,7 +128,7 @@
"sass": "1.81.0",
"sass-loader": "16.0.4",
"storybook": "8.4.5",
"style-loader": "3.3.4",
"style-loader": "4.0.0",
"tailwindcss": "3.4.15",
"ts-jest": "29.2.2",
"ts-loader": "9.5.1",