From 1b269b8a07961f3b19a15535af7fb6c8c6be00fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:52:11 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-conventional Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 18.0.0 to 18.4.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.4.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 603acb13..614a7fd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "sequelize-cli": "^6.6.1" }, "devDependencies": { - "@commitlint/config-conventional": "^18.0.0", + "@commitlint/config-conventional": "^18.4.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "commitlint": "^18.0.0", @@ -820,9 +820,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.0.0.tgz", - "integrity": "sha512-XZW3MDwhMWwr7pf+jO5F18ohBwrJ8mt+1OPhkVyO8bYrY0dKPE5tPpdXlDt+JCFurl4VnUDPmu6xZ4/cKCH7cA==", + "version": "18.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.4.0.tgz", + "integrity": "sha512-vArwCZopsZs0FnGsh9AR7uUTPZ5oVGk8+qnEZWq2KTsMjrE0k80b+oZ32GSQmXQT2iMKVrDC8pKX5uKNkCe9Sw==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^7.0.2" diff --git a/package.json b/package.json index 076ae97d..44201be9 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "sequelize-cli": "^6.6.1" }, "devDependencies": { - "@commitlint/config-conventional": "^18.0.0", + "@commitlint/config-conventional": "^18.4.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "commitlint": "^18.0.0",