mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
chore(deps): update dependency sass-loader to v14.2.1
This commit is contained in:
parent
334956ed8b
commit
9697eb85ce
1 changed files with 10 additions and 5 deletions
|
@ -164,7 +164,7 @@ importers:
|
|||
version: 1.77.1
|
||||
sass-loader:
|
||||
specifier: ^14.0.0
|
||||
version: 14.0.0(sass@1.77.1)(webpack@5.90.0(webpack-cli@5.1.4))
|
||||
version: 14.2.1(sass@1.77.1)(webpack@5.90.0(webpack-cli@5.1.4))
|
||||
style-loader:
|
||||
specifier: ^3.3.3
|
||||
version: 3.3.4(webpack@5.90.0(webpack-cli@5.1.4))
|
||||
|
@ -3045,21 +3045,26 @@ packages:
|
|||
safer-buffer@2.1.2:
|
||||
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
||||
|
||||
sass-loader@14.0.0:
|
||||
resolution: {integrity: sha512-oceP9wWbep/yRJ2+sMbCzk0UsXsDzdNis+N8nu9i5GwPXjy6v3DNB6TqfJLSpPO9k4+B8x8p/CEgjA9ZLkoLug==}
|
||||
sass-loader@14.2.1:
|
||||
resolution: {integrity: sha512-G0VcnMYU18a4N7VoNDegg2OuMjYtxnqzQWARVWCIVSZwJeiL9kg8QMsuIZOplsJgTzZLF6jGxI3AClj8I9nRdQ==}
|
||||
engines: {node: '>= 18.12.0'}
|
||||
peerDependencies:
|
||||
'@rspack/core': 0.x || 1.x
|
||||
node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
|
||||
sass: ^1.3.0
|
||||
sass-embedded: '*'
|
||||
webpack: ^5.0.0
|
||||
peerDependenciesMeta:
|
||||
'@rspack/core':
|
||||
optional: true
|
||||
node-sass:
|
||||
optional: true
|
||||
sass:
|
||||
optional: true
|
||||
sass-embedded:
|
||||
optional: true
|
||||
webpack:
|
||||
optional: true
|
||||
|
||||
sass@1.77.1:
|
||||
resolution: {integrity: sha512-OMEyfirt9XEfyvocduUIOlUSkWOXS/LAt6oblR/ISXCTukyavjex+zQNm51pPCOiFKY1QpWvEH1EeCkgyV3I6w==}
|
||||
|
@ -6522,12 +6527,12 @@ snapshots:
|
|||
|
||||
safer-buffer@2.1.2: {}
|
||||
|
||||
sass-loader@14.0.0(sass@1.77.1)(webpack@5.90.0(webpack-cli@5.1.4)):
|
||||
sass-loader@14.2.1(sass@1.77.1)(webpack@5.90.0(webpack-cli@5.1.4)):
|
||||
dependencies:
|
||||
neo-async: 2.6.2
|
||||
webpack: 5.90.0(webpack-cli@5.1.4)
|
||||
optionalDependencies:
|
||||
sass: 1.77.1
|
||||
webpack: 5.90.0(webpack-cli@5.1.4)
|
||||
|
||||
sass@1.77.1:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue