Merge pull request #2149 from nunocoracao/dependabot/npm_and_yarn/dev/commander-14.0.0

📌 Bump commander from 13.1.0 to 14.0.0
This commit is contained in:
Nuno Coração
2025-05-26 23:30:20 +01:00
committed by GitHub
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */ /*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
/*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */ /*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */
@layer properties; @layer properties;
#zen-mode-button { #zen-mode-button {
+5 -5
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": "^13.1.0" "commander": "^14.0.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/cli": "^4.1.7", "@tailwindcss/cli": "^4.1.7",
@@ -1976,12 +1976,12 @@
"dev": true "dev": true
}, },
"node_modules/commander": { "node_modules/commander": {
"version": "13.1.0", "version": "14.0.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.0.tgz",
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", "integrity": "sha512-2uM9rYjPvyq39NwLRqaiLtWHyDC1FvryJDa2ATTVims5YAS4PupsEQsDvP14FqhFr0P49CYDugi59xaxJlTXRA==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=18" "node": ">=20"
} }
}, },
"node_modules/confbox": { "node_modules/confbox": {
+1 -1
View File
@@ -119,6 +119,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": "^13.1.0" "commander": "^14.0.0"
} }
} }