diff --git a/package.json b/package.json index 8cb04c6..e9aa76e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "homepage": "https://github.com/ndaba1/twinit#readme", "devDependencies": { "@commitlint/cli": "^18.0.0", - "@commitlint/config-conventional": "^18.1.0", + "@commitlint/config-conventional": "^19.0.0", "@types/fs-extra": "^11.0.1", "@types/glob": "^8.0.0", "@types/inquirer": "^9.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3ef9c32..f720838 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,8 +38,8 @@ devDependencies: specifier: ^18.0.0 version: 18.4.3(typescript@5.3.3) '@commitlint/config-conventional': - specifier: ^18.1.0 - version: 18.4.3 + specifier: ^19.0.0 + version: 19.0.0 '@types/fs-extra': specifier: ^11.0.1 version: 11.0.4 @@ -137,10 +137,11 @@ packages: - typescript dev: true - /@commitlint/config-conventional@18.4.3: - resolution: {integrity: sha512-729eRRaNta7JZF07qf6SAGSghoDEp9mH7yHU0m7ff0q89W97wDrWCyZ3yoV3mcQJwbhlmVmZPTkPcm7qiAu8WA==} + /@commitlint/config-conventional@19.0.0: + resolution: {integrity: sha512-d8lPm+slPUdA8Zof2Y36RqAm/MmAYx/QQIEd2gKbpfLThQK1oYLs+0C3sMPD+4LIq2kh4cnbV9WnPA0P5sN8Ig==} engines: {node: '>=v18'} dependencies: + '@commitlint/types': 19.0.0 conventional-changelog-conventionalcommits: 7.0.2 dev: true @@ -282,6 +283,13 @@ packages: chalk: 4.1.2 dev: true + /@commitlint/types@19.0.0: + resolution: {integrity: sha512-qLjLUdYXKi0TIavONrjBkxrElp7KguqDbvzIRbqTdJBV/cAAr8QEhHe1qUq8OcCM3gFWTlUrDz3ISZbkRoGsAg==} + engines: {node: '>=v18'} + dependencies: + chalk: 5.3.0 + dev: true + /@eslint-community/eslint-utils@4.4.0(eslint@8.56.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}