Skip to content

Commit 90c2496

Browse files
committed
build: update all non-major dependencies
1 parent 672ae14 commit 90c2496

File tree

6 files changed

+154
-145
lines changed

6 files changed

+154
-145
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@bazel/buildifier": "8.0.3",
6565
"@eslint/compat": "1.2.8",
6666
"@eslint/eslintrc": "3.3.1",
67-
"@eslint/js": "9.24.0",
67+
"@eslint/js": "9.25.0",
6868
"@rollup/plugin-alias": "^5.1.1",
6969
"@rollup/plugin-commonjs": "^28.0.0",
7070
"@rollup/plugin-json": "^6.1.0",
@@ -98,11 +98,11 @@
9898
"@typescript-eslint/parser": "8.30.1",
9999
"ajv": "8.17.1",
100100
"ansi-colors": "4.1.3",
101-
"beasties": "0.3.2",
101+
"beasties": "0.3.3",
102102
"buffer": "6.0.3",
103103
"esbuild": "0.25.2",
104104
"esbuild-wasm": "0.25.2",
105-
"eslint": "9.24.0",
105+
"eslint": "9.25.0",
106106
"eslint-config-prettier": "10.1.2",
107107
"eslint-plugin-header": "3.1.1",
108108
"eslint-plugin-import": "2.31.0",

packages/angular/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@inquirer/confirm": "5.1.9",
2727
"@vitejs/plugin-basic-ssl": "2.0.0",
28-
"beasties": "0.3.2",
28+
"beasties": "0.3.3",
2929
"browserslist": "^4.23.0",
3030
"esbuild": "0.25.2",
3131
"https-proxy-agent": "7.0.6",
@@ -41,8 +41,8 @@
4141
"sass": "1.86.3",
4242
"semver": "7.7.1",
4343
"source-map-support": "0.5.21",
44-
"tinyglobby": "0.2.12",
45-
"vite": "6.2.6",
44+
"tinyglobby": "0.2.13",
45+
"vite": "6.3.2",
4646
"watchpack": "2.4.2"
4747
},
4848
"optionalDependencies": {

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"terser": "5.39.0",
5757
"tree-kill": "1.2.2",
5858
"tslib": "2.8.1",
59-
"webpack": "5.99.5",
59+
"webpack": "5.99.6",
6060
"webpack-dev-middleware": "7.4.2",
6161
"webpack-dev-server": "5.2.1",
6262
"webpack-merge": "6.0.1",

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.99.5",
25+
"webpack": "5.99.6",
2626
"webpack-dev-server": "5.2.1"
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.0.0-next.7",
3131
"@angular/compiler-cli": "20.0.0-next.7",
3232
"typescript": "5.8.3",
33-
"webpack": "5.99.5"
33+
"webpack": "5.99.6"
3434
}
3535
}

0 commit comments

Comments
 (0)