Skip to content

Commit a1c0a60

Browse files
committed
build: update all non-major dependencies
1 parent 505c836 commit a1c0a60

File tree

6 files changed

+97
-193
lines changed

6 files changed

+97
-193
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@
103103
"esbuild": "0.25.4",
104104
"esbuild-wasm": "0.25.4",
105105
"eslint": "9.26.0",
106-
"eslint-config-prettier": "10.1.2",
106+
"eslint-config-prettier": "10.1.5",
107107
"eslint-plugin-header": "3.1.1",
108108
"eslint-plugin-import": "2.31.0",
109109
"express": "5.1.0",
110110
"fast-glob": "3.3.3",
111-
"globals": "16.0.0",
111+
"globals": "16.1.0",
112112
"http-proxy": "^1.18.1",
113113
"http-proxy-middleware": "3.0.5",
114114
"husky": "9.1.7",
@@ -135,13 +135,13 @@
135135
"rollup": "4.40.2",
136136
"rollup-license-plugin": "~3.0.1",
137137
"semver": "7.7.1",
138-
"shelljs": "^0.9.0",
138+
"shelljs": "^0.10.0",
139139
"source-map-support": "0.5.21",
140140
"tar": "^7.0.0",
141141
"ts-node": "^10.9.1",
142142
"tslib": "2.8.1",
143143
"typescript": "5.8.3",
144-
"undici": "7.8.0",
144+
"undici": "7.9.0",
145145
"unenv": "^1.10.0",
146146
"verdaccio": "6.1.2",
147147
"verdaccio-auth-memory": "^10.0.0",

packages/angular/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/core": "7.27.1",
2424
"@babel/helper-annotate-as-pure": "7.27.1",
2525
"@babel/helper-split-export-declaration": "7.24.7",
26-
"@inquirer/confirm": "5.1.9",
26+
"@inquirer/confirm": "5.1.10",
2727
"@vitejs/plugin-basic-ssl": "2.0.0",
2828
"beasties": "0.3.3",
2929
"browserslist": "^4.23.0",

packages/angular/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
2626
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
28-
"@inquirer/prompts": "7.5.0",
28+
"@inquirer/prompts": "7.5.1",
2929
"@listr2/prompt-adapter-inquirer": "2.0.22",
3030
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@web/test-runner": "0.20.1",
7171
"browser-sync": "3.0.4",
7272
"ng-packagr": "20.0.0-rc.0",
73-
"undici": "7.8.0"
73+
"undici": "7.9.0"
7474
},
7575
"peerDependencies": {
7676
"@angular/core": "0.0.0-ANGULAR-FW-PEER-DEP",

packages/angular_devkit/schematics_cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "7.5.0",
21+
"@inquirer/prompts": "7.5.1",
2222
"ansi-colors": "4.1.3",
2323
"yargs-parser": "21.1.1"
2424
}

0 commit comments

Comments
 (0)