From e4823532336f4677ca87d7bbbdea572c61a7931f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 03:48:41 -0500 Subject: [PATCH] chore(dev-deps): bump @commitlint/config-conventional (#402) Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 18.0.0 to 18.1.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.1.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dceea88a..b39be605 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "ts-json-schema-generator": "^1.4.0" }, "devDependencies": { - "@commitlint/config-conventional": "^18.0.0", + "@commitlint/config-conventional": "^18.1.0", "@oclif/plugin-help": "^5.2.20", "@oclif/prettier-config": "^0.2.1", "@oclif/test": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index 8f01a10d..2dce7e13 100644 --- a/yarn.lock +++ b/yarn.lock @@ -215,10 +215,10 @@ resolve-global "1.0.0" yargs "^17.0.0" -"@commitlint/config-conventional@^18.0.0": - version "18.0.0" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.0.0.tgz#3c7233334e7907dbc925b7fd03d9bc6c7aa776b3" - integrity sha512-XZW3MDwhMWwr7pf+jO5F18ohBwrJ8mt+1OPhkVyO8bYrY0dKPE5tPpdXlDt+JCFurl4VnUDPmu6xZ4/cKCH7cA== +"@commitlint/config-conventional@^18.1.0": + version "18.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.1.0.tgz#f8f37b0de4090ebd3f9418672184814fab520205" + integrity sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA== dependencies: conventional-changelog-conventionalcommits "^7.0.2"