chore(deps): bump commander to 14.0.0

This commit is contained in:
2025-08-31 21:59:57 +08:00
parent f2350ff2cb
commit 0e1980df9b
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "psk-proxy-tunnel",
"version": "1.0.0",
"dependencies": {
"commander": "^11.0.0"
"commander": "^14.0.0"
},
"bin": {
"psk-proxy-client": "proxy-client.js",
@@ -363,12 +363,12 @@
"license": "MIT"
},
"node_modules/commander": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
"integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.0.tgz",
"integrity": "sha512-2uM9rYjPvyq39NwLRqaiLtWHyDC1FvryJDa2ATTVims5YAS4PupsEQsDvP14FqhFr0P49CYDugi59xaxJlTXRA==",
"license": "MIT",
"engines": {
"node": ">=16"
"node": ">=20"
}
},
"node_modules/core-util-is": {

View File

@@ -27,7 +27,7 @@
},
"author": "Jayden",
"dependencies": {
"commander": "^11.0.0"
"commander": "^14.0.0"
},
"devDependencies": {
"pkg": "^5.8.1"