Skip to content

Commit

Permalink
pin SASS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Jun 24, 2024
1 parent a484beb commit ea4d547
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@
"requireindex": "^1.1.0",
"rimraf": "^2.6.1",
"rxjs": "^6.6.7",
"sass": "^1.77.6",
"sass-graph": "^4.0.1",
"sass-loader": "^14.2.1",
"sass-mq": "~5.0.1",
"sass": "1.77.6",
"sass-graph": "4.0.1",
"sass-loader": "14.2.1",
"sass-mq": "5.0.1",
"semver": "^5.4.1",
"split": "^1.0.0",
"stream-to-observable": "^0.2.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2872,10 +2872,10 @@ __metadata:
requireindex: "npm:^1.1.0"
rimraf: "npm:^2.6.1"
rxjs: "npm:^6.6.7"
sass: "npm:^1.77.6"
sass-graph: "npm:^4.0.1"
sass-loader: "npm:^14.2.1"
sass-mq: "npm:~5.0.1"
sass: "npm:1.77.6"
sass-graph: "npm:4.0.1"
sass-loader: "npm:14.2.1"
sass-mq: "npm:5.0.1"
semver: "npm:^5.4.1"
split: "npm:^1.0.0"
stream-to-observable: "npm:^0.2.0"
Expand Down Expand Up @@ -14199,7 +14199,7 @@ __metadata:
languageName: node
linkType: hard

"sass-graph@npm:^4.0.1":
"sass-graph@npm:4.0.1":
version: 4.0.1
resolution: "sass-graph@npm:4.0.1"
dependencies:
Expand All @@ -14213,7 +14213,7 @@ __metadata:
languageName: node
linkType: hard

"sass-loader@npm:^14.2.1":
"sass-loader@npm:14.2.1":
version: 14.2.1
resolution: "sass-loader@npm:14.2.1"
dependencies:
Expand Down Expand Up @@ -14250,14 +14250,14 @@ __metadata:
languageName: node
linkType: hard

"sass-mq@npm:~5.0.1":
"sass-mq@npm:5.0.1":
version: 5.0.1
resolution: "sass-mq@npm:5.0.1"
checksum: 10c0/5fb71d44a4b8e4a79895fdd94077f61113fbf04d5466350b264aeb4fccd0e8f33be4a61afb5291e3a54f2f887133ce9716066b1add783322690e83320bb03d5d
languageName: node
linkType: hard

"sass@npm:^1.77.6":
"sass@npm:1.77.6":
version: 1.77.6
resolution: "sass@npm:1.77.6"
dependencies:
Expand Down

0 comments on commit ea4d547

Please sign in to comment.