Merge pull request #2487 from nunocoracao/dependabot/npm_and_yarn/dev/commander-14.0.1

📌 Bump commander from 14.0.0 to 14.0.1
This commit is contained in:
Nuno C.
2025-09-22 18:51:46 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -14,7 +14,7 @@
"@heroicons/react": "^2.2.0", "@heroicons/react": "^2.2.0",
"@iamtraction/google-translate": "^2.0.1", "@iamtraction/google-translate": "^2.0.1",
"@tailwindcss/forms": "^0.5.10", "@tailwindcss/forms": "^0.5.10",
"commander": "^14.0.0" "commander": "^14.0.1"
}, },
"devDependencies": { "devDependencies": {
"@awmottaz/prettier-plugin-void-html": "^1.9.0", "@awmottaz/prettier-plugin-void-html": "^1.9.0",
@@ -1989,9 +1989,9 @@
"dev": true "dev": true
}, },
"node_modules/commander": { "node_modules/commander": {
"version": "14.0.0", "version": "14.0.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.0.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.1.tgz",
"integrity": "sha512-2uM9rYjPvyq39NwLRqaiLtWHyDC1FvryJDa2ATTVims5YAS4PupsEQsDvP14FqhFr0P49CYDugi59xaxJlTXRA==", "integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=20" "node": ">=20"
+1 -1
View File
@@ -125,6 +125,6 @@
"@heroicons/react": "^2.2.0", "@heroicons/react": "^2.2.0",
"@iamtraction/google-translate": "^2.0.1", "@iamtraction/google-translate": "^2.0.1",
"@tailwindcss/forms": "^0.5.10", "@tailwindcss/forms": "^0.5.10",
"commander": "^14.0.0" "commander": "^14.0.1"
} }
} }