Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and jkrems committed Oct 17, 2024
1 parent 3cbbf45 commit 1f4428f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"rollup": "4.24.0",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
"sass": "1.79.5",
"sass": "1.80.1",
"sass-loader": "16.0.2",
"semver": "7.6.3",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"picomatch": "4.0.2",
"piscina": "4.7.0",
"rollup": "4.24.0",
"sass": "1.79.5",
"sass": "1.80.1",
"semver": "7.6.3",
"vite": "5.4.9",
"watchpack": "2.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"postcss-loader": "8.1.1",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.1",
"sass": "1.79.5",
"sass": "1.80.1",
"sass-loader": "16.0.2",
"semver": "7.6.3",
"source-map-loader": "5.0.0",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ __metadata:
postcss-loader: "npm:8.1.1"
resolve-url-loader: "npm:5.0.0"
rxjs: "npm:7.8.1"
sass: "npm:1.79.5"
sass: "npm:1.80.1"
sass-loader: "npm:16.0.2"
semver: "npm:7.6.3"
source-map-loader: "npm:5.0.0"
Expand Down Expand Up @@ -396,7 +396,7 @@ __metadata:
picomatch: "npm:4.0.2"
piscina: "npm:4.7.0"
rollup: "npm:4.24.0"
sass: "npm:1.79.5"
sass: "npm:1.80.1"
semver: "npm:7.6.3"
vite: "npm:5.4.9"
watchpack: "npm:2.4.2"
Expand Down Expand Up @@ -764,7 +764,7 @@ __metadata:
rollup: "npm:4.24.0"
rollup-plugin-sourcemaps: "npm:^0.6.0"
rxjs: "npm:7.8.1"
sass: "npm:1.79.5"
sass: "npm:1.80.1"
sass-loader: "npm:16.0.2"
semver: "npm:7.6.3"
shelljs: "npm:^0.8.5"
Expand Down Expand Up @@ -15724,7 +15724,21 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:1.79.5, sass@npm:^1.79.5":
"sass@npm:1.80.1":
version: 1.80.1
resolution: "sass@npm:1.80.1"
dependencies:
"@parcel/watcher": "npm:^2.4.1"
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/91ec2b8bcba4c3c68c047fdcbe04cb82646b5cc6446e04d9134ff3c642d9895363de5cbf88869f0a6aa81bcd2de9b8ccba7df7ff35d33a07a18754014ee7a31a
languageName: node
linkType: hard

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

0 comments on commit 1f4428f

Please sign in to comment.