diff --git a/package.json b/package.json index 55c8086..9ac4e31 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@commitlint/cli": "19.3.0", - "@commitlint/config-conventional": "18.1.0", + "@commitlint/config-conventional": "19.4.1", "@rollup/plugin-sucrase": "^5.0.2", "@rollup/plugin-typescript": "11.1.6", "@testing-library/react": "16.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 56cf196..d3010c3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,8 +23,8 @@ devDependencies: specifier: 19.3.0 version: 19.3.0(@types/node@20.8.10)(typescript@5.4.5) '@commitlint/config-conventional': - specifier: 18.1.0 - version: 18.1.0 + specifier: 19.4.1 + version: 19.4.1 '@rollup/plugin-sucrase': specifier: ^5.0.2 version: 5.0.2(rollup@4.3.0) @@ -415,10 +415,11 @@ packages: - typescript dev: true - /@commitlint/config-conventional@18.1.0: - resolution: {integrity: sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA==} + /@commitlint/config-conventional@19.4.1: + resolution: {integrity: sha512-D5S5T7ilI5roybWGc8X35OBlRXLAwuTseH1ro0XgqkOWrhZU8yOwBOslrNmSDlTXhXLq8cnfhQyC42qaUCzlXA==} engines: {node: '>=v18'} dependencies: + '@commitlint/types': 19.0.3 conventional-changelog-conventionalcommits: 7.0.2 dev: true