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.69.5 #614

Merged
merged 1 commit into from
Oct 26, 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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.64.1",
"sass": "1.69.5",
"sharp": "0.32.6",
"typescript": "4.9.5"
},
Expand Down
10 changes: 5 additions & 5 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ __metadata:
prettier: 2.8.8
react: 18.2.0
react-dom: 18.2.0
sass: 1.64.1
sass: 1.69.5
sharp: 0.32.6
typescript: 4.9.5
languageName: unknown
Expand Down Expand Up @@ -3116,16 +3116,16 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:1.64.1":
version: 1.64.1
resolution: "sass@npm:1.64.1"
"sass@npm:1.69.5":
version: 1.69.5
resolution: "sass@npm:1.69.5"
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: e908f96f3d5fa5869e2f2aec97548c93d6ef390680af89870fcae8bdbaee2392ac650fbeae8d2ef8e4c99cb9f81e6b3624e1cb659af6d6e746332a22233b5ad8
checksum: c66f4f02882e7aa7aa49703824dadbb5a174dcd05e3cd96f17f73687889aab6027d078b518e2c04b594dfd89b2f574824bf935c7aee46c770aa6be9aafcc49f2
languageName: node
linkType: hard

Expand Down
Loading