build: downgrade commander to v10

for support of NodeJS v14
This commit is contained in:
2024-03-05 00:11:10 +02:00
parent 68a0c0e35b
commit 5e6900e70d
3 changed files with 14 additions and 11 deletions

14
pnpm-lock.yaml generated
View File

@@ -8,9 +8,6 @@ dependencies:
'@clack/prompts':
specifier: ^0.7.0
version: 0.7.0
commander:
specifier: ^11.1.0
version: 11.1.0
semver:
specifier: ^7.5.4
version: 7.5.4
@@ -25,6 +22,9 @@ devDependencies:
'@types/semver':
specifier: ^7.5.6
version: 7.5.6
commander:
specifier: ^10.0.1
version: 10.0.1
typescript:
specifier: ^5.3.3
version: 5.3.3
@@ -70,10 +70,10 @@ packages:
resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==}
dev: true
/commander@11.1.0:
resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==}
engines: {node: '>=16'}
dev: false
/commander@10.0.1:
resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
engines: {node: '>=14'}
dev: true
/debug@4.3.4:
resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}