Skip to content

Commit d235fb0

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

File tree

7 files changed

+132
-148
lines changed

7 files changed

+132
-148
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"lodash": "^4.17.21",
119119
"magic-string": "0.30.21",
120120
"prettier": "^3.0.0",
121-
"puppeteer": "24.37.5",
121+
"puppeteer": "24.38.0",
122122
"quicktype-core": "23.2.6",
123123
"rollup": "4.59.0",
124124
"rollup-license-plugin": "~3.1.0",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"https-proxy-agent": "7.0.6",
3232
"istanbul-lib-instrument": "6.0.3",
3333
"jsonc-parser": "3.3.1",
34-
"listr2": "10.1.2",
34+
"listr2": "10.2.1",
3535
"magic-string": "0.30.21",
3636
"mrmime": "2.0.1",
3737
"parse5-html-rewriting-stream": "8.0.0",
@@ -54,7 +54,7 @@
5454
"jsdom": "28.1.0",
5555
"less": "4.4.2",
5656
"ng-packagr": "22.0.0-next.0",
57-
"postcss": "8.5.6",
57+
"postcss": "8.5.8",
5858
"rxjs": "7.8.2",
5959
"vitest": "4.0.18"
6060
},

packages/angular/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
2828
"@inquirer/prompts": "8.3.0",
29-
"@listr2/prompt-adapter-inquirer": "4.1.2",
29+
"@listr2/prompt-adapter-inquirer": "4.2.1",
3030
"@modelcontextprotocol/sdk": "1.27.1",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
3333
"algoliasearch": "5.49.1",
3434
"ini": "6.0.0",
3535
"jsonc-parser": "3.3.1",
36-
"listr2": "10.1.2",
36+
"listr2": "10.2.1",
3737
"npm-package-arg": "13.0.2",
3838
"pacote": "21.4.0",
3939
"parse5-html-rewriting-stream": "8.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"ora": "9.3.0",
4343
"picomatch": "4.0.3",
4444
"piscina": "5.1.4",
45-
"postcss": "8.5.6",
45+
"postcss": "8.5.8",
4646
"postcss-loader": "8.2.1",
4747
"resolve-url-loader": "5.0.0",
4848
"rxjs": "7.8.2",
@@ -54,7 +54,7 @@
5454
"terser": "5.46.0",
5555
"tinyglobby": "0.2.15",
5656
"tslib": "2.8.1",
57-
"webpack": "5.105.3",
57+
"webpack": "5.105.4",
5858
"webpack-dev-middleware": "7.4.5",
5959
"webpack-dev-server": "5.2.3",
6060
"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.105.3",
25+
"webpack": "5.105.4",
2626
"webpack-dev-server": "5.2.3"
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": "21.2.0-rc.0",
3131
"@angular/compiler-cli": "21.2.0-rc.0",
3232
"typescript": "6.0.0-beta",
33-
"webpack": "5.105.3"
33+
"webpack": "5.105.4"
3434
}
3535
}

0 commit comments

Comments
 (0)