Skip to content

Commit 7bf2e1a

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 5eb3d70 commit 7bf2e1a

File tree

7 files changed

+196
-189
lines changed

7 files changed

+196
-189
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"rollup-license-plugin": "~3.0.1",
134134
"rollup-plugin-dts": "6.2.3",
135135
"rollup-plugin-sourcemaps2": "0.5.4",
136-
"semver": "7.7.2",
136+
"semver": "7.7.3",
137137
"shelljs": "^0.10.0",
138138
"source-map-support": "0.5.21",
139139
"tar": "^7.0.0",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"piscina": "5.1.3",
4040
"rolldown": "1.0.0-beta.42",
4141
"sass": "1.93.2",
42-
"semver": "7.7.2",
42+
"semver": "7.7.3",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.15",
4545
"vite": "7.1.9",

packages/angular/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"@modelcontextprotocol/sdk": "1.19.1",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
33-
"algoliasearch": "5.39.0",
33+
"algoliasearch": "5.40.0",
3434
"ini": "5.0.0",
3535
"jsonc-parser": "3.3.1",
3636
"listr2": "9.0.4",
3737
"npm-package-arg": "13.0.1",
3838
"pacote": "21.0.3",
3939
"resolve": "1.22.10",
40-
"semver": "7.7.2",
40+
"semver": "7.7.3",
4141
"yargs": "18.0.0",
4242
"zod": "3.25.76"
4343
},

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
"rxjs": "7.8.2",
4949
"sass": "1.93.2",
5050
"sass-loader": "16.0.5",
51-
"semver": "7.7.2",
51+
"semver": "7.7.3",
5252
"source-map-loader": "5.0.0",
5353
"source-map-support": "0.5.21",
5454
"terser": "5.44.0",
5555
"tinyglobby": "0.2.15",
5656
"tree-kill": "1.2.2",
5757
"tslib": "2.8.1",
58-
"webpack": "5.102.0",
58+
"webpack": "5.102.1",
5959
"webpack-dev-middleware": "7.4.5",
6060
"webpack-dev-server": "5.2.2",
6161
"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.102.0",
25+
"webpack": "5.102.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": "21.0.0-next.6",
3131
"@angular/compiler-cli": "21.0.0-next.6",
3232
"typescript": "5.9.3",
33-
"webpack": "5.102.0"
33+
"webpack": "5.102.1"
3434
}
3535
}

0 commit comments

Comments
 (0)