Skip to content

Commit

Permalink
fix(deps): update dependency sass to ^1.79.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent 85e9b51 commit a90dfb1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/easy-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"@thisisagile/easy": "workspace:^",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.2"
"sass": "^1.79.3"
}
}
30 changes: 23 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@ __metadata:
next-transpile-modules: "npm:^10.0.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
sass: "npm:^1.77.2"
sass: "npm:^1.79.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3375,7 +3375,7 @@ __metadata:
languageName: node
linkType: hard

"chokidar@npm:>=3.0.0 <4.0.0, chokidar@npm:^3.5.1":
"chokidar@npm:^3.5.1":
version: 3.6.0
resolution: "chokidar@npm:3.6.0"
dependencies:
Expand All @@ -3394,6 +3394,15 @@ __metadata:
languageName: node
linkType: hard

"chokidar@npm:^4.0.0":
version: 4.0.0
resolution: "chokidar@npm:4.0.0"
dependencies:
readdirp: "npm:^4.0.1"
checksum: 10c0/42d03c53b0ad200689e4fae7763133561480561cab8ba5304e8f2298ff45ff84bf0f6065c3f02b9e557b74b156813734439a1a2ff19a1ea6b35692395cd92738
languageName: node
linkType: hard

"chownr@npm:^2.0.0":
version: 2.0.0
resolution: "chownr@npm:2.0.0"
Expand Down Expand Up @@ -9701,6 +9710,13 @@ __metadata:
languageName: node
linkType: hard

"readdirp@npm:^4.0.1":
version: 4.0.1
resolution: "readdirp@npm:4.0.1"
checksum: 10c0/e5a0b547015f68ecc918f115b62b75b2b840611480a9240cb3317090a0ddac01bb9b40315a8fa08acdf52a43eea17b808c89b645263cba3ab64dc557d7f801f1
languageName: node
linkType: hard

"readdirp@npm:~3.6.0":
version: 3.6.0
resolution: "readdirp@npm:3.6.0"
Expand Down Expand Up @@ -10100,16 +10116,16 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:^1.77.2":
version: 1.77.2
resolution: "sass@npm:1.77.2"
"sass@npm:^1.79.3":
version: 1.79.3
resolution: "sass@npm:1.79.3"
dependencies:
chokidar: "npm:>=3.0.0 <4.0.0"
chokidar: "npm:^4.0.0"
immutable: "npm:^4.0.0"
source-map-js: "npm:>=0.6.2 <2.0.0"
bin:
sass: sass.js
checksum: 10c0/0d292339064de3c902e209d41de9c4eb2038cff326476aeebbb5be3eee1d23400d975face2b8e124ae617b10af3e93bec01580f61912f34e4c517fe137a118b6
checksum: 10c0/ad171bbbb2d7a789cc47803a59dcf2d0ac92ede34b538bb3fd683b6391a9ac3dc3eabaac264fc9582c770c4e435b85840e011785b7adfc0ac002b51ba91179c9
languageName: node
linkType: hard

Expand Down

0 comments on commit a90dfb1

Please sign in to comment.