diff --git a/package.json b/package.json index 51d66eb..a82fffc 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@commitlint/cli": "^17.8.0", - "@commitlint/config-conventional": "^17.8.0", + "@commitlint/config-conventional": "^18.1.0", "@playwright/test": "^1.39.0", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a5086f0..9eb6fbc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,7 +2,7 @@ lockfileVersion: 5.4 specifiers: '@commitlint/cli': ^17.8.0 - '@commitlint/config-conventional': ^17.8.0 + '@commitlint/config-conventional': ^18.1.0 '@next/bundle-analyzer': ^13.5.4 '@playwright/test': ^1.39.0 '@sentry/nextjs': ^7.74.1 @@ -44,7 +44,7 @@ dependencies: devDependencies: '@commitlint/cli': 17.8.0 - '@commitlint/config-conventional': 17.8.0 + '@commitlint/config-conventional': 18.1.0 '@playwright/test': 1.39.0 '@testing-library/jest-dom': 6.1.4_bi4q6iihlgmxi5nka4j47allli '@testing-library/react': 14.0.0_biqbaboplfbrettd7655fr4n2y @@ -438,11 +438,11 @@ packages: - '@swc/wasm' dev: true - /@commitlint/config-conventional/17.8.0: - resolution: {integrity: sha512-MgiFXujmqAvi7M33C7OSMTznwrVkckrbXe/aZWQ/+KFGLLF6IE50XIcjGrW0/uiDGb/im5qbqF2dh1dCFNa+sQ==} - engines: {node: '>=v14'} + /@commitlint/config-conventional/18.1.0: + resolution: {integrity: sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA==} + engines: {node: '>=v18'} dependencies: - conventional-changelog-conventionalcommits: 6.1.0 + conventional-changelog-conventionalcommits: 7.0.2 dev: true /@commitlint/config-validator/17.6.7: @@ -2152,9 +2152,9 @@ packages: compare-func: 2.0.0 dev: true - /conventional-changelog-conventionalcommits/6.1.0: - resolution: {integrity: sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==} - engines: {node: '>=14'} + /conventional-changelog-conventionalcommits/7.0.2: + resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==} + engines: {node: '>=16'} dependencies: compare-func: 2.0.0 dev: true