Skip to content

Commit 8515c6b

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent 12f8e3d commit 8515c6b

File tree

5 files changed

+258
-67
lines changed

5 files changed

+258
-67
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
"@types/yargs": "^17.0.20",
118118
"@types/yargs-parser": "^21.0.0",
119119
"@types/yarnpkg__lockfile": "^1.1.5",
120-
"@typescript-eslint/eslint-plugin": "6.19.1",
121-
"@typescript-eslint/parser": "6.19.1",
120+
"@typescript-eslint/eslint-plugin": "6.20.0",
121+
"@typescript-eslint/parser": "6.20.0",
122122
"@vitejs/plugin-basic-ssl": "1.1.0",
123123
"@web/test-runner": "^0.18.0",
124124
"@yarnpkg/lockfile": "1.1.0",
@@ -137,8 +137,8 @@
137137
"critters": "0.0.20",
138138
"css-loader": "6.9.1",
139139
"debug": "^4.1.1",
140-
"esbuild": "0.19.12",
141-
"esbuild-wasm": "0.19.12",
140+
"esbuild": "0.20.0",
141+
"esbuild-wasm": "0.20.0",
142142
"eslint": "8.56.0",
143143
"eslint-config-prettier": "9.1.0",
144144
"eslint-plugin-header": "3.1.1",
@@ -148,9 +148,9 @@
148148
"http-proxy": "^1.18.1",
149149
"http-proxy-middleware": "2.0.6",
150150
"https-proxy-agent": "7.0.2",
151-
"husky": "9.0.6",
151+
"husky": "9.0.7",
152152
"ini": "4.1.1",
153-
"inquirer": "9.2.12",
153+
"inquirer": "9.2.13",
154154
"jasmine": "^5.0.0",
155155
"jasmine-core": "~5.1.0",
156156
"jasmine-spec-reporter": "~7.0.0",
@@ -207,7 +207,7 @@
207207
"ts-node": "^10.9.1",
208208
"tslib": "2.6.2",
209209
"typescript": "5.3.3",
210-
"undici": "6.4.0",
210+
"undici": "6.5.0",
211211
"verdaccio": "5.29.0",
212212
"verdaccio-auth-memory": "^10.0.0",
213213
"vite": "5.0.12",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@yarnpkg/lockfile": "1.1.0",
3030
"ansi-colors": "4.1.3",
3131
"ini": "4.1.1",
32-
"inquirer": "9.2.12",
32+
"inquirer": "9.2.13",
3333
"jsonc-parser": "3.2.1",
3434
"npm-package-arg": "11.0.1",
3535
"npm-pick-manifest": "9.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"copy-webpack-plugin": "12.0.2",
3131
"critters": "0.0.20",
3232
"css-loader": "6.9.1",
33-
"esbuild-wasm": "0.19.12",
33+
"esbuild-wasm": "0.20.0",
3434
"fast-glob": "3.3.2",
3535
"https-proxy-agent": "7.0.2",
3636
"http-proxy-middleware": "2.0.6",
37-
"inquirer": "9.2.12",
37+
"inquirer": "9.2.13",
3838
"jsonc-parser": "3.2.1",
3939
"karma-source-map-support": "1.4.0",
4040
"less": "4.2.0",
@@ -61,7 +61,7 @@
6161
"terser": "5.27.0",
6262
"tree-kill": "1.2.2",
6363
"tslib": "2.6.2",
64-
"undici": "6.4.0",
64+
"undici": "6.5.0",
6565
"vite": "5.0.12",
6666
"watchpack": "2.4.0",
6767
"webpack": "5.90.0",
@@ -71,7 +71,7 @@
7171
"webpack-subresource-integrity": "5.1.0"
7272
},
7373
"optionalDependencies": {
74-
"esbuild": "0.19.12"
74+
"esbuild": "0.20.0"
7575
},
7676
"peerDependencies": {
7777
"@angular/compiler-cli": "^17.0.0 || ^17.2.0-next.0",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
2121
"ansi-colors": "4.1.3",
22-
"inquirer": "9.2.12",
22+
"inquirer": "9.2.13",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"
2525
}

0 commit comments

Comments
 (0)