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 npm package sass to v1.84.0 #6363

Merged
merged 1 commit into from
Feb 6, 2025
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 apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"eslint": "9.19.0",
"graphology-types": "0.24.8",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"typescript": "5.7.3",
"wait-on": "8.0.2",
"webpack": "5.97.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/plugin-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"react-refresh": "0.16.0",
"react-refresh-typescript": "2.0.10",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"sass-loader": "13.3.3",
"source-map-loader": "3.0.2",
"style-loader": "3.3.4",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ __metadata:
rimraf: "npm:6.0.1"
rooks: "npm:7.14.1"
safe-stable-stringify: "npm:2.5.0"
sass: "npm:1.83.4"
sass: "npm:1.84.0"
setimmediate: "npm:1.0.5"
sigma: "npm:3.0.1"
signia: "npm:0.1.5"
Expand Down Expand Up @@ -838,7 +838,7 @@ __metadata:
react-refresh: "npm:0.16.0"
react-refresh-typescript: "npm:2.0.10"
rimraf: "npm:6.0.1"
sass: "npm:1.83.4"
sass: "npm:1.84.0"
sass-loader: "npm:13.3.3"
source-map-loader: "npm:3.0.2"
style-loader: "npm:3.3.4"
Expand Down Expand Up @@ -42025,9 +42025,9 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:1.83.4":
version: 1.83.4
resolution: "sass@npm:1.83.4"
"sass@npm:1.84.0":
version: 1.84.0
resolution: "sass@npm:1.84.0"
dependencies:
"@parcel/watcher": "npm:^2.4.1"
chokidar: "npm:^4.0.0"
Expand All @@ -42038,7 +42038,7 @@ __metadata:
optional: true
bin:
sass: sass.js
checksum: 10c0/6f27f0eebfeb50222b14baaeef548ef58a05daf8abd9797e6c499334ed7ad40541767056c8693780d06ca83d8836348ea7396a923d3be439b133507993ca78be
checksum: 10c0/4af28c12416b6f1fec2423677cfa8c48af7fb7652a50bd076e0cdd1ea260f0330948ddd6075368a734b8d6cfa16c9af5518292181334f47a9471cb542599bc7b
languageName: node
linkType: hard

Expand Down
Loading