Skip to content

Commit e13cf82

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

File tree

6 files changed

+373
-346
lines changed

6 files changed

+373
-346
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
"@types/yargs": "^17.0.20",
9696
"@types/yargs-parser": "^21.0.0",
9797
"@types/yarnpkg__lockfile": "^1.1.5",
98-
"@typescript-eslint/eslint-plugin": "8.58.1",
99-
"@typescript-eslint/parser": "8.58.1",
98+
"@typescript-eslint/eslint-plugin": "8.58.2",
99+
"@typescript-eslint/parser": "8.58.2",
100100
"ajv": "8.18.0",
101101
"buffer": "6.0.3",
102102
"esbuild": "0.28.0",
@@ -106,12 +106,12 @@
106106
"eslint-plugin-import": "2.32.0",
107107
"express": "5.2.1",
108108
"fast-glob": "3.3.3",
109-
"globals": "17.4.0",
109+
"globals": "17.5.0",
110110
"http-proxy": "^1.18.1",
111111
"http-proxy-middleware": "3.0.5",
112112
"husky": "9.1.7",
113-
"jasmine": "~6.1.0",
114-
"jasmine-core": "~6.1.0",
113+
"jasmine": "~6.2.0",
114+
"jasmine-core": "~6.2.0",
115115
"jasmine-reporters": "^2.5.2",
116116
"jasmine-spec-reporter": "~7.0.0",
117117
"karma": "~6.4.0",
@@ -132,9 +132,9 @@
132132
"semver": "7.7.4",
133133
"source-map-support": "0.5.21",
134134
"tslib": "2.8.1",
135-
"undici": "7.24.7",
135+
"undici": "7.25.0",
136136
"unenv": "^1.10.0",
137-
"verdaccio": "6.4.0",
137+
"verdaccio": "6.5.0",
138138
"verdaccio-auth-memory": "^10.0.0",
139139
"zone.js": "^0.16.0"
140140
},

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@modelcontextprotocol/sdk": "1.29.0",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
33-
"algoliasearch": "5.50.1",
33+
"algoliasearch": "5.50.2",
3434
"ini": "6.0.0",
3535
"jsonc-parser": "3.3.1",
3636
"listr2": "10.2.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@discoveryjs/json-ext": "1.0.0",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"ansi-colors": "4.1.3",
26-
"autoprefixer": "10.4.27",
26+
"autoprefixer": "10.5.0",
2727
"babel-loader": "10.1.1",
2828
"browserslist": "^4.26.0",
2929
"copy-webpack-plugin": "14.0.0",
@@ -54,7 +54,7 @@
5454
"terser": "5.46.1",
5555
"tinyglobby": "0.2.16",
5656
"tslib": "2.8.1",
57-
"webpack": "5.106.0",
57+
"webpack": "5.106.1",
5858
"webpack-dev-middleware": "8.0.3",
5959
"webpack-dev-server": "5.2.3",
6060
"webpack-merge": "6.0.1",
@@ -67,7 +67,7 @@
6767
"@angular/ssr": "workspace:*",
6868
"browser-sync": "3.0.4",
6969
"ng-packagr": "22.0.0-next.1",
70-
"undici": "7.24.7"
70+
"undici": "7.25.0"
7171
},
7272
"peerDependencies": {
7373
"@angular/compiler-cli": "0.0.0-ANGULAR-FW-PEER-DEP",

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.106.0",
25+
"webpack": "5.106.1",
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": "22.0.0-next.7",
3131
"@angular/compiler-cli": "22.0.0-next.7",
3232
"typescript": "6.0.2",
33-
"webpack": "5.106.0"
33+
"webpack": "5.106.1"
3434
}
3535
}

0 commit comments

Comments
 (0)