Skip to content

Commit c78de05

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent 40a4db9 commit c78de05

File tree

4 files changed

+438
-152
lines changed

4 files changed

+438
-152
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
"@types/yargs": "^17.0.20",
9090
"@types/yargs-parser": "^21.0.0",
9191
"@types/yarnpkg__lockfile": "^1.1.5",
92-
"@typescript-eslint/eslint-plugin": "8.53.1",
93-
"@typescript-eslint/parser": "8.53.1",
92+
"@typescript-eslint/eslint-plugin": "8.54.0",
93+
"@typescript-eslint/parser": "8.54.0",
9494
"ajv": "8.17.1",
9595
"buffer": "6.0.3",
9696
"esbuild": "0.27.2",
@@ -101,7 +101,7 @@
101101
"eslint-plugin-import": "2.32.0",
102102
"express": "5.2.1",
103103
"fast-glob": "3.3.3",
104-
"globals": "17.1.0",
104+
"globals": "17.2.0",
105105
"http-proxy": "^1.18.1",
106106
"http-proxy-middleware": "3.0.5",
107107
"husky": "9.1.7",
@@ -113,15 +113,15 @@
113113
"karma-chrome-launcher": "~3.2.0",
114114
"karma-coverage": "~2.2.0",
115115
"karma-jasmine": "~5.1.0",
116-
"karma-jasmine-html-reporter": "~2.1.0",
116+
"karma-jasmine-html-reporter": "~2.2.0",
117117
"karma-source-map-support": "1.4.0",
118118
"lodash": "^4.17.21",
119119
"magic-string": "0.30.21",
120120
"prettier": "^3.0.0",
121121
"protractor": "~7.0.0",
122122
"puppeteer": "18.2.1",
123123
"quicktype-core": "23.2.6",
124-
"rollup": "4.56.0",
124+
"rollup": "4.57.0",
125125
"rollup-license-plugin": "~3.1.0",
126126
"rollup-plugin-dts": "6.3.0",
127127
"rollup-plugin-sourcemaps2": "0.5.4",
@@ -130,7 +130,7 @@
130130
"ts-node": "^10.9.1",
131131
"tslib": "2.8.1",
132132
"typescript": "5.9.3",
133-
"undici": "7.19.1",
133+
"undici": "7.19.2",
134134
"unenv": "^1.10.0",
135135
"verdaccio": "6.2.4",
136136
"verdaccio-auth-memory": "^10.0.0",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"semver": "7.7.3",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.15",
45-
"undici": "7.19.1",
45+
"undici": "7.19.2",
4646
"vite": "7.3.1",
4747
"watchpack": "2.5.1"
4848
},
4949
"optionalDependencies": {
50-
"lmdb": "3.5.0"
50+
"lmdb": "3.5.1"
5151
},
5252
"devDependencies": {
5353
"@angular-devkit/core": "workspace:*",

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"babel-loader": "10.0.0",
2828
"browserslist": "^4.26.0",
2929
"copy-webpack-plugin": "13.0.1",
30-
"css-loader": "7.1.2",
30+
"css-loader": "7.1.3",
3131
"esbuild-wasm": "0.27.2",
3232
"http-proxy-middleware": "3.0.5",
3333
"istanbul-lib-instrument": "6.0.3",
@@ -69,7 +69,7 @@
6969
"@web/test-runner": "0.20.2",
7070
"browser-sync": "3.0.4",
7171
"ng-packagr": "21.2.0-next.0",
72-
"undici": "7.19.1"
72+
"undici": "7.19.2"
7373
},
7474
"peerDependencies": {
7575
"@angular/core": "0.0.0-ANGULAR-FW-PEER-DEP",

0 commit comments

Comments
 (0)