Skip to content

Commit 2c63363

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 0e63440 commit 2c63363

File tree

6 files changed

+371
-374
lines changed

6 files changed

+371
-374
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@
9494
"@types/yargs": "^17.0.20",
9595
"@types/yargs-parser": "^21.0.0",
9696
"@types/yarnpkg__lockfile": "^1.1.5",
97-
"@typescript-eslint/eslint-plugin": "8.35.1",
98-
"@typescript-eslint/parser": "8.35.1",
97+
"@typescript-eslint/eslint-plugin": "8.36.0",
98+
"@typescript-eslint/parser": "8.36.0",
9999
"ajv": "8.17.1",
100100
"ansi-colors": "4.1.3",
101-
"beasties": "0.3.4",
101+
"beasties": "0.3.5",
102102
"buffer": "6.0.3",
103-
"esbuild": "0.25.5",
104-
"esbuild-wasm": "0.25.5",
103+
"esbuild": "0.25.6",
104+
"esbuild-wasm": "0.25.6",
105105
"eslint": "9.30.1",
106106
"eslint-config-prettier": "10.1.5",
107107
"eslint-plugin-header": "3.1.1",

packages/angular/build/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@inquirer/confirm": "5.1.13",
2727
"@vitejs/plugin-basic-ssl": "2.1.0",
28-
"beasties": "0.3.4",
28+
"beasties": "0.3.5",
2929
"browserslist": "^4.23.0",
30-
"esbuild": "0.25.5",
30+
"esbuild": "0.25.6",
3131
"https-proxy-agent": "7.0.6",
3232
"istanbul-lib-instrument": "6.0.3",
3333
"jsonc-parser": "3.3.1",
@@ -36,13 +36,13 @@
3636
"mrmime": "2.0.1",
3737
"parse5-html-rewriting-stream": "7.1.0",
3838
"picomatch": "4.0.2",
39-
"piscina": "5.1.2",
39+
"piscina": "5.1.3",
4040
"rollup": "4.44.2",
4141
"sass": "1.89.2",
4242
"semver": "7.7.2",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.14",
45-
"vite": "7.0.2",
45+
"vite": "7.0.3",
4646
"watchpack": "2.4.4"
4747
},
4848
"optionalDependencies": {

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"resolve": "1.22.10",
4040
"semver": "7.7.2",
4141
"yargs": "18.0.0",
42-
"zod": "3.25.75"
42+
"zod": "3.25.76"
4343
},
4444
"ng-update": {
4545
"migrations": "@schematics/angular/migrations/migration-collection.json",

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"browserslist": "^4.21.5",
2929
"copy-webpack-plugin": "13.0.0",
3030
"css-loader": "7.1.2",
31-
"esbuild-wasm": "0.25.5",
31+
"esbuild-wasm": "0.25.6",
3232
"fast-glob": "3.3.3",
3333
"http-proxy-middleware": "3.0.5",
3434
"istanbul-lib-instrument": "6.0.3",
@@ -42,7 +42,7 @@
4242
"open": "10.1.2",
4343
"ora": "8.2.0",
4444
"picomatch": "4.0.2",
45-
"piscina": "5.1.2",
45+
"piscina": "5.1.3",
4646
"postcss": "8.5.6",
4747
"postcss-loader": "8.1.1",
4848
"resolve-url-loader": "5.0.0",
@@ -62,7 +62,7 @@
6262
"webpack-subresource-integrity": "5.1.0"
6363
},
6464
"optionalDependencies": {
65-
"esbuild": "0.25.5"
65+
"esbuild": "0.25.6"
6666
},
6767
"devDependencies": {
6868
"@angular/ssr": "workspace:*",

0 commit comments

Comments
 (0)