Skip to content

Commit dec85e4

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 77e1adc commit dec85e4

File tree

6 files changed

+185
-185
lines changed

6 files changed

+185
-185
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
"ansi-colors": "4.1.3",
101101
"beasties": "0.3.5",
102102
"buffer": "6.0.3",
103-
"esbuild": "0.25.8",
104-
"esbuild-wasm": "0.25.8",
103+
"esbuild": "0.25.9",
104+
"esbuild-wasm": "0.25.9",
105105
"eslint": "9.33.0",
106106
"eslint-config-prettier": "10.1.8",
107107
"eslint-plugin-header": "3.1.1",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@vitejs/plugin-basic-ssl": "2.1.0",
2828
"beasties": "0.3.5",
2929
"browserslist": "^4.23.0",
30-
"esbuild": "0.25.8",
30+
"esbuild": "0.25.9",
3131
"https-proxy-agent": "7.0.6",
3232
"istanbul-lib-instrument": "6.0.3",
3333
"jsonc-parser": "3.3.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"autoprefixer": "10.4.21",
2727
"babel-loader": "10.0.0",
2828
"browserslist": "^4.21.5",
29-
"copy-webpack-plugin": "13.0.0",
29+
"copy-webpack-plugin": "13.0.1",
3030
"css-loader": "7.1.2",
31-
"esbuild-wasm": "0.25.8",
31+
"esbuild-wasm": "0.25.9",
3232
"fast-glob": "3.3.3",
3333
"http-proxy-middleware": "3.0.5",
3434
"istanbul-lib-instrument": "6.0.3",
@@ -55,14 +55,14 @@
5555
"terser": "5.43.1",
5656
"tree-kill": "1.2.2",
5757
"tslib": "2.8.1",
58-
"webpack": "5.101.0",
58+
"webpack": "5.101.1",
5959
"webpack-dev-middleware": "7.4.2",
6060
"webpack-dev-server": "5.2.2",
6161
"webpack-merge": "6.0.1",
6262
"webpack-subresource-integrity": "5.1.0"
6363
},
6464
"optionalDependencies": {
65-
"esbuild": "0.25.8"
65+
"esbuild": "0.25.9"
6666
},
6767
"devDependencies": {
6868
"@angular/ssr": "workspace:*",

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
25-
"webpack": "5.101.0",
25+
"webpack": "5.101.1",
2626
"webpack-dev-server": "5.2.2"
2727
},
2828
"peerDependencies": {

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"@angular/compiler": "20.2.0-rc.0",
3131
"@angular/compiler-cli": "20.2.0-rc.0",
3232
"typescript": "5.9.2",
33-
"webpack": "5.101.0"
33+
"webpack": "5.101.1"
3434
}
3535
}

0 commit comments

Comments
 (0)