Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sass-loader from 13.2.1 to 13.3.2 #188

Merged
merged 1 commit into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-vue": "^9.9.0",
"ifdef-loader": "^2.3.2",
"sass": "~1.63.6",
"sass-loader": "^13.2.1",
"sass-loader": "^13.3.2",
"stream-browserify": "^3.0.0",
"webpack-plugin-vuetify": "^2.0.1"
},
Expand Down
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5892,7 +5892,7 @@ __metadata:
ifdef-loader: ^2.3.2
register-service-worker: ^1.7.1
sass: ~1.63.6
sass-loader: ^13.2.1
sass-loader: ^13.3.2
stream-browserify: ^3.0.0
vue: ^3.2.47
vue-axios: ^3.5.2
Expand Down Expand Up @@ -8068,7 +8068,7 @@ __metadata:
languageName: node
linkType: hard

"klona@npm:^2.0.5, klona@npm:^2.0.6":
"klona@npm:^2.0.5":
version: 2.0.6
resolution: "klona@npm:2.0.6"
checksum: ac9ee3732e42b96feb67faae4d27cf49494e8a3bf3fa7115ce242fe04786788e0aff4741a07a45a2462e2079aa983d73d38519c85d65b70ef11447bbc3c58ce7
Expand Down Expand Up @@ -10406,15 +10406,14 @@ __metadata:
languageName: node
linkType: hard

"sass-loader@npm:^13.2.1":
version: 13.2.1
resolution: "sass-loader@npm:13.2.1"
"sass-loader@npm:^13.3.2":
version: 13.3.2
resolution: "sass-loader@npm:13.3.2"
dependencies:
klona: ^2.0.6
neo-async: ^2.6.2
peerDependencies:
fibers: ">= 3.1.0"
node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
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
Expand All @@ -10427,7 +10426,7 @@ __metadata:
optional: true
sass-embedded:
optional: true
checksum: 5823b5f19d8efefeae6935027f4d5ba29bcd64998692e3ae7ef6684ddf5ef754daf98cdea10ebb61052045486cb62e0e07cc8cc999a52872b0d4da3274ecd493
checksum: 7394a8d1b818a289b9caabd979543c907b83e28ae08bc80ccb836e0ccabc4ae574c077ab2fa520ba5fb8abb2ec3e7c9822a1cbd8c58a28ff30018be9d1dc6c27
languageName: node
linkType: hard

Expand Down
Loading