Merge pull request #639 from JohnXLivingston/dependabot/npm_and_yarn/commander-13.1.0

Bump commander from 12.1.0 to 13.1.0
This commit is contained in:
John Livingston 2025-05-12 12:35:27 +02:00 committed by GitHub
commit e47954f72b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@ -39,7 +39,7 @@
"@types/winston": "^2.4.4", "@types/winston": "^2.4.4",
"@types/xmpp__jid": "^1.3.5", "@types/xmpp__jid": "^1.3.5",
"@typescript-eslint/parser": "^8.4.0", "@typescript-eslint/parser": "^8.4.0",
"commander": "^12.1.0", "commander": "^13.1.0",
"esbuild": "^0.25.0", "esbuild": "^0.25.0",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-config-love": "^84.1.1", "eslint-config-love": "^84.1.1",
@ -5859,10 +5859,11 @@
} }
}, },
"node_modules/commander": { "node_modules/commander": {
"version": "12.1.0", "version": "13.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
"dev": true, "dev": true,
"license": "MIT",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
} }
@ -17365,9 +17366,9 @@
} }
}, },
"commander": { "commander": {
"version": "12.1.0", "version": "13.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
"dev": true "dev": true
}, },
"commondir": { "commondir": {

View File

@ -56,7 +56,7 @@
"@types/winston": "^2.4.4", "@types/winston": "^2.4.4",
"@types/xmpp__jid": "^1.3.5", "@types/xmpp__jid": "^1.3.5",
"@typescript-eslint/parser": "^8.4.0", "@typescript-eslint/parser": "^8.4.0",
"commander": "^12.1.0", "commander": "^13.1.0",
"esbuild": "^0.25.0", "esbuild": "^0.25.0",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-config-love": "^84.1.1", "eslint-config-love": "^84.1.1",