fix(deps): update dependency style-loader to v4 (#35860)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-18 17:58:34 +05:00
committed by GitHub
parent f722e3cd43
commit b2fa720f48
2 changed files with 12 additions and 32 deletions

42
package-lock.json generated
View File

@@ -64,7 +64,7 @@
"sass": "^1.54.8",
"sass-loader": "^14.1.1",
"scriptjs": "2.5.9",
"style-loader": "0.23.1",
"style-loader": "4.0.0",
"svg-inline-loader": "0.8.2",
"uglify-js": "2.7.0",
"underscore": "1.13.1",
@@ -5024,15 +5024,6 @@
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/ajv-errors": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
"integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
"license": "MIT",
"peerDependencies": {
"ajv": ">=5.0.0"
}
},
"node_modules/ajv-formats": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
@@ -23542,30 +23533,19 @@
}
},
"node_modules/style-loader": {
"version": "0.23.1",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz",
"integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-4.0.0.tgz",
"integrity": "sha512-1V4WqhhZZgjVAVJyt7TdDPZoPBPNHbekX4fWnCJL1yQukhCeZhJySUL+gL9y6sNdN95uEOS83Y55SqHcP7MzLA==",
"license": "MIT",
"dependencies": {
"loader-utils": "^1.1.0",
"schema-utils": "^1.0.0"
},
"engines": {
"node": ">= 0.12.0"
}
},
"node_modules/style-loader/node_modules/schema-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
"integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
"license": "MIT",
"dependencies": {
"ajv": "^6.1.0",
"ajv-errors": "^1.0.0",
"ajv-keywords": "^3.1.0"
"node": ">= 18.12.0"
},
"engines": {
"node": ">= 4"
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^5.27.0"
}
},
"node_modules/style-search": {

View File

@@ -70,7 +70,7 @@
"sass": "^1.54.8",
"sass-loader": "^14.1.1",
"scriptjs": "2.5.9",
"style-loader": "0.23.1",
"style-loader": "4.0.0",
"svg-inline-loader": "0.8.2",
"uglify-js": "2.7.0",
"underscore": "1.13.1",