Skip to content

Commit 571ca8a

Browse files
committed
build: update all non-major dependencies
1 parent 481ccdb commit 571ca8a

File tree

6 files changed

+173
-61
lines changed

6 files changed

+173
-61
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@angular/router": "19.0.0-next.11",
7171
"@angular/service-worker": "19.0.0-next.11",
7272
"@babel/core": "7.26.0",
73-
"@babel/generator": "7.26.0",
73+
"@babel/generator": "7.26.2",
7474
"@babel/helper-annotate-as-pure": "7.25.9",
7575
"@babel/helper-split-export-declaration": "7.24.7",
7676
"@babel/plugin-syntax-import-attributes": "7.26.0",
@@ -162,13 +162,13 @@
162162
"less-loader": "12.2.0",
163163
"license-webpack-plugin": "4.0.2",
164164
"listr2": "8.2.5",
165-
"lmdb": "3.1.3",
165+
"lmdb": "3.1.4",
166166
"loader-utils": "3.3.1",
167167
"lodash": "^4.17.21",
168168
"magic-string": "0.30.12",
169-
"mini-css-extract-plugin": "2.9.1",
169+
"mini-css-extract-plugin": "2.9.2",
170170
"mrmime": "2.0.0",
171-
"ng-packagr": "19.0.0-next.7",
171+
"ng-packagr": "19.0.0-rc.0",
172172
"npm": "^10.8.1",
173173
"npm-package-arg": "12.0.0",
174174
"npm-pick-manifest": "10.0.0",
@@ -190,7 +190,7 @@
190190
"rollup-plugin-sourcemaps": "^0.6.0",
191191
"rxjs": "7.8.1",
192192
"sass": "1.80.5",
193-
"sass-loader": "16.0.2",
193+
"sass-loader": "16.0.3",
194194
"semver": "7.6.3",
195195
"shelljs": "^0.8.5",
196196
"source-map": "0.7.4",
@@ -209,7 +209,7 @@
209209
"verdaccio-auth-memory": "^10.0.0",
210210
"vite": "5.4.10",
211211
"watchpack": "2.4.2",
212-
"webpack": "5.95.0",
212+
"webpack": "5.96.1",
213213
"webpack-dev-middleware": "7.4.2",
214214
"webpack-dev-server": "5.1.0",
215215
"webpack-merge": "6.0.1",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"watchpack": "2.4.2"
4646
},
4747
"optionalDependencies": {
48-
"lmdb": "3.1.3"
48+
"lmdb": "3.1.4"
4949
},
5050
"peerDependencies": {
5151
"@angular/compiler": "^19.0.0-next.9",

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@angular/build": "0.0.0-PLACEHOLDER",
1414
"@babel/core": "7.26.0",
15-
"@babel/generator": "7.26.0",
15+
"@babel/generator": "7.26.2",
1616
"@babel/helper-annotate-as-pure": "7.25.9",
1717
"@babel/helper-split-export-declaration": "7.24.7",
1818
"@babel/plugin-transform-async-generator-functions": "7.25.9",
@@ -39,7 +39,7 @@
3939
"less-loader": "12.2.0",
4040
"license-webpack-plugin": "4.0.2",
4141
"loader-utils": "3.3.1",
42-
"mini-css-extract-plugin": "2.9.1",
42+
"mini-css-extract-plugin": "2.9.2",
4343
"open": "10.1.0",
4444
"ora": "5.4.1",
4545
"picomatch": "4.0.2",
@@ -49,14 +49,14 @@
4949
"resolve-url-loader": "5.0.0",
5050
"rxjs": "7.8.1",
5151
"sass": "1.80.5",
52-
"sass-loader": "16.0.2",
52+
"sass-loader": "16.0.3",
5353
"semver": "7.6.3",
5454
"source-map-loader": "5.0.0",
5555
"source-map-support": "0.5.21",
5656
"terser": "5.36.0",
5757
"tree-kill": "1.2.2",
5858
"tslib": "2.8.0",
59-
"webpack": "5.95.0",
59+
"webpack": "5.96.1",
6060
"webpack-dev-middleware": "7.4.2",
6161
"webpack-dev-server": "5.1.0",
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
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
24-
"webpack": "5.95.0"
24+
"webpack": "5.96.1"
2525
},
2626
"peerDependencies": {
2727
"webpack": "^5.30.0",

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": "19.0.0-next.11",
3131
"@angular/compiler-cli": "19.0.0-next.11",
3232
"typescript": "5.6.3",
33-
"webpack": "5.95.0"
33+
"webpack": "5.96.1"
3434
}
3535
}

0 commit comments

Comments
 (0)