Skip to content

Commit 84ad6c3

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent af2e9ea commit 84ad6c3

File tree

6 files changed

+182
-182
lines changed

6 files changed

+182
-182
lines changed

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ rules_js_register_toolchains(
110110

111111
http_archive(
112112
name = "aspect_bazel_lib",
113-
sha256 = "0b9b764ee5af1cbec01bcd2ca9ebd4aa4bbd700b17d7b8bb015769195fd88d20",
114-
strip_prefix = "bazel-lib-2.15.0",
115-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.15.0/bazel-lib-v2.15.0.tar.gz",
113+
sha256 = "2be8a5df0b20b0ed37604b050da01dbf7ad45ad44768c0d478b64779b9f58412",
114+
strip_prefix = "bazel-lib-2.15.3",
115+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.15.3/bazel-lib-v2.15.3.tar.gz",
116116
)
117117

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
"ansi-colors": "4.1.3",
101101
"beasties": "0.3.3",
102102
"buffer": "6.0.3",
103-
"esbuild": "0.25.2",
104-
"esbuild-wasm": "0.25.2",
103+
"esbuild": "0.25.3",
104+
"esbuild-wasm": "0.25.3",
105105
"eslint": "9.25.1",
106106
"eslint-config-prettier": "10.1.2",
107107
"eslint-plugin-header": "3.1.1",

packages/angular/build/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"@vitejs/plugin-basic-ssl": "2.0.0",
2828
"beasties": "0.3.3",
2929
"browserslist": "^4.23.0",
30-
"esbuild": "0.25.2",
30+
"esbuild": "0.25.3",
3131
"https-proxy-agent": "7.0.6",
3232
"istanbul-lib-instrument": "6.0.3",
3333
"jsonc-parser": "3.3.1",
3434
"listr2": "8.3.2",
3535
"magic-string": "0.30.17",
3636
"mrmime": "2.0.1",
37-
"parse5-html-rewriting-stream": "7.0.0",
37+
"parse5-html-rewriting-stream": "7.1.0",
3838
"picomatch": "4.0.2",
3939
"piscina": "4.9.2",
4040
"rollup": "4.40.0",

packages/angular/pwa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
1616
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
17-
"parse5-html-rewriting-stream": "7.0.0"
17+
"parse5-html-rewriting-stream": "7.1.0"
1818
},
1919
"peerDependencies": {
2020
"@angular/cli": "workspace:^0.0.0-PLACEHOLDER"

packages/angular_devkit/build_angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"browserslist": "^4.21.5",
3030
"copy-webpack-plugin": "13.0.0",
3131
"css-loader": "7.1.2",
32-
"esbuild-wasm": "0.25.2",
32+
"esbuild-wasm": "0.25.3",
3333
"fast-glob": "3.3.3",
3434
"http-proxy-middleware": "3.0.5",
3535
"istanbul-lib-instrument": "6.0.3",
@@ -63,7 +63,7 @@
6363
"webpack-subresource-integrity": "5.1.0"
6464
},
6565
"optionalDependencies": {
66-
"esbuild": "0.25.2"
66+
"esbuild": "0.25.3"
6767
},
6868
"devDependencies": {
6969
"@angular/ssr": "workspace:*",

0 commit comments

Comments
 (0)