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

Update dependency sass to v1.67.0 - autoclosed #8495

Merged
merged 1 commit into from
Sep 20, 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 war/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"postcss-preset-env": "9.1.3",
"postcss-scss": "4.0.8",
"prettier": "3.0.3",
"sass": "1.66.1",
"sass": "1.67.0",
"sass-loader": "13.3.2",
"style-loader": "3.3.3",
"stylelint": "15.10.2",
Expand Down
10 changes: 5 additions & 5 deletions war/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4368,7 +4368,7 @@ __metadata:
postcss-preset-env: 9.1.3
postcss-scss: 4.0.8
prettier: 3.0.3
sass: 1.66.1
sass: 1.67.0
sass-loader: 13.3.2
sortablejs: 1.15.0
style-loader: 3.3.3
Expand Down Expand Up @@ -6411,16 +6411,16 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:1.66.1":
version: 1.66.1
resolution: "sass@npm:1.66.1"
"sass@npm:1.67.0":
version: 1.67.0
resolution: "sass@npm:1.67.0"
dependencies:
chokidar: ">=3.0.0 <4.0.0"
immutable: ^4.0.0
source-map-js: ">=0.6.2 <2.0.0"
bin:
sass: sass.js
checksum: 74fc11d0fcd5e16c5331b57dd59865705a299c64e89f2b99646869caeb011dc8d0b6144a6c74a90c264e9ef70654207dbf44fc9b7e3393f8bd14809b904c8a52
checksum: 9e7566e8b7386cf265dddcdb266a023fb5759c5a8f48a11da199c8bf419e5f08f4ff6404d85d6bf5eac01e1f7c7061fdb6b7b65cbfda164e59b0a06b72ac8567
languageName: node
linkType: hard

Expand Down
Loading