Skip to content

Commit 1dcc01c

Browse files
committed
build: update all non-major dependencies
1 parent c38ff43 commit 1dcc01c

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ yarn_install(
131131

132132
http_archive(
133133
name = "aspect_bazel_lib",
134-
sha256 = "0e31778f1fd574d2c05d238bfc4c785fa4b7e50a5ef38b506e01cfd8ec2fccb3",
135-
strip_prefix = "bazel-lib-2.9.2",
136-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.2/bazel-lib-v2.9.2.tar.gz",
134+
sha256 = "a272d79bb0ac6b6965aa199b1f84333413452e87f043b53eca7f347a23a478e8",
135+
strip_prefix = "bazel-lib-2.9.3",
136+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.3/bazel-lib-v2.9.3.tar.gz",
137137
)
138138

139139
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"rollup": "4.24.0",
187187
"rollup-plugin-sourcemaps": "^0.6.0",
188188
"rxjs": "7.8.1",
189-
"sass": "1.80.2",
189+
"sass": "1.80.3",
190190
"sass-loader": "16.0.2",
191191
"semver": "7.6.3",
192192
"shelljs": "^0.8.5",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"picomatch": "4.0.2",
4040
"piscina": "4.7.0",
4141
"rollup": "4.24.0",
42-
"sass": "1.80.2",
42+
"sass": "1.80.3",
4343
"semver": "7.6.3",
4444
"vite": "5.4.9",
4545
"watchpack": "2.4.2"

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"postcss-loader": "8.1.1",
4949
"resolve-url-loader": "5.0.0",
5050
"rxjs": "7.8.1",
51-
"sass": "1.80.2",
51+
"sass": "1.80.3",
5252
"sass-loader": "16.0.2",
5353
"semver": "7.6.3",
5454
"source-map-loader": "5.0.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ __metadata:
102102
postcss-loader: "npm:8.1.1"
103103
resolve-url-loader: "npm:5.0.0"
104104
rxjs: "npm:7.8.1"
105-
sass: "npm:1.80.2"
105+
sass: "npm:1.80.3"
106106
sass-loader: "npm:16.0.2"
107107
semver: "npm:7.6.3"
108108
source-map-loader: "npm:5.0.0"
@@ -396,7 +396,7 @@ __metadata:
396396
picomatch: "npm:4.0.2"
397397
piscina: "npm:4.7.0"
398398
rollup: "npm:4.24.0"
399-
sass: "npm:1.80.2"
399+
sass: "npm:1.80.3"
400400
semver: "npm:7.6.3"
401401
vite: "npm:5.4.9"
402402
watchpack: "npm:2.4.2"
@@ -764,7 +764,7 @@ __metadata:
764764
rollup: "npm:4.24.0"
765765
rollup-plugin-sourcemaps: "npm:^0.6.0"
766766
rxjs: "npm:7.8.1"
767-
sass: "npm:1.80.2"
767+
sass: "npm:1.80.3"
768768
sass-loader: "npm:16.0.2"
769769
semver: "npm:7.6.3"
770770
shelljs: "npm:^0.8.5"
@@ -15724,17 +15724,17 @@ __metadata:
1572415724
languageName: node
1572515725
linkType: hard
1572615726

15727-
"sass@npm:1.80.2":
15728-
version: 1.80.2
15729-
resolution: "sass@npm:1.80.2"
15727+
"sass@npm:1.80.3":
15728+
version: 1.80.3
15729+
resolution: "sass@npm:1.80.3"
1573015730
dependencies:
1573115731
"@parcel/watcher": "npm:^2.4.1"
1573215732
chokidar: "npm:^4.0.0"
1573315733
immutable: "npm:^4.0.0"
1573415734
source-map-js: "npm:>=0.6.2 <2.0.0"
1573515735
bin:
1573615736
sass: sass.js
15737-
checksum: 10c0/0006e2ee7a732abaa96a663167b078b8d53b4d7fe5ce435636a8bca6e8a3b6ebc12308c0725f577a456329ed962436d96cfcdd50a8e733ed4c4e4590f21243c9
15737+
checksum: 10c0/fa08043fc36b854717b6eaf6247ee11341d0aff5e17a645965071866bd677930c9c9467d82ed5a4a666d7897a82be8a61427cd81b808e6b9e2d3b32cf278bebd
1573815738
languageName: node
1573915739
linkType: hard
1574015740

0 commit comments

Comments
 (0)