Skip to content

Commit a19f360

Browse files
committed
build: update all non-major dependencies
1 parent f5c250a commit a19f360

File tree

6 files changed

+275
-158
lines changed

6 files changed

+275
-158
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@angular/router": "18.2.0-next.0",
7171
"@angular/service-worker": "18.2.0-next.0",
7272
"@babel/core": "7.24.9",
73-
"@babel/generator": "7.24.9",
73+
"@babel/generator": "7.24.10",
7474
"@babel/helper-annotate-as-pure": "7.24.7",
7575
"@babel/helper-split-export-declaration": "7.24.7",
7676
"@babel/plugin-syntax-import-attributes": "7.24.7",
@@ -84,8 +84,8 @@
8484
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
8585
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
8686
"@discoveryjs/json-ext": "0.6.0",
87-
"@inquirer/confirm": "3.1.14",
88-
"@inquirer/prompts": "5.1.2",
87+
"@inquirer/confirm": "3.1.15",
88+
"@inquirer/prompts": "5.1.3",
8989
"@listr2/prompt-adapter-inquirer": "2.0.13",
9090
"@rollup/plugin-commonjs": "^26.0.0",
9191
"@rollup/plugin-node-resolve": "^13.0.5",
@@ -112,8 +112,8 @@
112112
"@types/yargs": "^17.0.20",
113113
"@types/yargs-parser": "^21.0.0",
114114
"@types/yarnpkg__lockfile": "^1.1.5",
115-
"@typescript-eslint/eslint-plugin": "7.16.0",
116-
"@typescript-eslint/parser": "7.16.0",
115+
"@typescript-eslint/eslint-plugin": "7.16.1",
116+
"@typescript-eslint/parser": "7.16.1",
117117
"@vitejs/plugin-basic-ssl": "1.1.0",
118118
"@web/test-runner": "^0.18.0",
119119
"@yarnpkg/lockfile": "1.1.0",
@@ -185,22 +185,22 @@
185185
"rxjs": "7.8.1",
186186
"sass": "1.77.8",
187187
"sass-loader": "14.2.1",
188-
"semver": "7.6.2",
188+
"semver": "7.6.3",
189189
"shelljs": "^0.8.5",
190190
"source-map": "0.7.4",
191191
"source-map-loader": "5.0.0",
192192
"source-map-support": "0.5.21",
193193
"symbol-observable": "4.0.0",
194194
"tar": "^6.1.6",
195-
"terser": "5.31.2",
195+
"terser": "5.31.3",
196196
"tree-kill": "1.2.2",
197197
"ts-node": "^10.9.1",
198198
"tslib": "2.6.3",
199199
"typescript": "5.5.3",
200200
"undici": "6.19.2",
201201
"verdaccio": "5.31.1",
202202
"verdaccio-auth-memory": "^10.0.0",
203-
"vite": "5.3.3",
203+
"vite": "5.3.4",
204204
"watchpack": "2.4.1",
205205
"webpack": "5.93.0",
206206
"webpack-dev-middleware": "7.2.1",

packages/angular/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/helper-annotate-as-pure": "7.24.7",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@babel/plugin-syntax-import-attributes": "7.24.7",
27-
"@inquirer/confirm": "3.1.14",
27+
"@inquirer/confirm": "3.1.15",
2828
"@vitejs/plugin-basic-ssl": "1.1.0",
2929
"browserslist": "^4.23.0",
3030
"critters": "0.0.24",
@@ -40,8 +40,8 @@
4040
"piscina": "4.6.1",
4141
"rollup": "4.18.1",
4242
"sass": "1.77.8",
43-
"semver": "7.6.2",
44-
"vite": "5.3.3",
43+
"semver": "7.6.3",
44+
"vite": "5.3.4",
4545
"watchpack": "2.4.1"
4646
},
4747
"peerDependencies": {

packages/angular/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
2626
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
28-
"@inquirer/prompts": "5.1.2",
28+
"@inquirer/prompts": "5.1.3",
2929
"@listr2/prompt-adapter-inquirer": "2.0.13",
3030
"@schematics/angular": "0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",
@@ -36,7 +36,7 @@
3636
"npm-pick-manifest": "9.1.0",
3737
"pacote": "18.0.6",
3838
"resolve": "1.22.8",
39-
"semver": "7.6.2",
39+
"semver": "7.6.3",
4040
"symbol-observable": "4.0.0",
4141
"yargs": "17.7.2"
4242
},

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.24.9",
15-
"@babel/generator": "7.24.9",
15+
"@babel/generator": "7.24.10",
1616
"@babel/helper-annotate-as-pure": "7.24.7",
1717
"@babel/helper-split-export-declaration": "7.24.7",
1818
"@babel/plugin-transform-async-generator-functions": "7.24.7",
@@ -55,13 +55,13 @@
5555
"rxjs": "7.8.1",
5656
"sass": "1.77.8",
5757
"sass-loader": "14.2.1",
58-
"semver": "7.6.2",
58+
"semver": "7.6.3",
5959
"source-map-loader": "5.0.0",
6060
"source-map-support": "0.5.21",
61-
"terser": "5.31.2",
61+
"terser": "5.31.3",
6262
"tree-kill": "1.2.2",
6363
"tslib": "2.6.3",
64-
"vite": "5.3.3",
64+
"vite": "5.3.4",
6565
"watchpack": "2.4.1",
6666
"webpack": "5.93.0",
6767
"webpack-dev-middleware": "7.2.1",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "5.1.2",
21+
"@inquirer/prompts": "5.1.3",
2222
"ansi-colors": "4.1.3",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"

0 commit comments

Comments
 (0)