From 8bfbcb3be6be5630f8725505f106b22536d80f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:44:12 +0000 Subject: [PATCH] build(deps): bump @commitlint/lint from 18.4.4 to 18.5.0 Bumps [@commitlint/lint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/lint) from 18.4.4 to 18.5.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/lint/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.5.0/@commitlint/lint) --- updated-dependencies: - dependency-name: "@commitlint/lint" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 402a3dd4..987f8666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@commitlint/config-conventional": "^18.5.0", - "@commitlint/lint": "^18.4.4", + "@commitlint/lint": "^18.5.0", "@commitlint/load": "^18.4.4", "@digitalroute/email-verify": "^0.3.2", "js-yaml": "^4.1.0", @@ -556,9 +556,9 @@ } }, "node_modules/@commitlint/lint": { - "version": "18.4.4", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.4.4.tgz", - "integrity": "sha512-SoyQstVxMY5Z4GnFRtRzy+NWYb+yVseXgir+7BxnpB59oH05C9XztRrhDw6OnkNeXhjINTpi1HLnuY7So+CaAQ==", + "version": "18.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.5.0.tgz", + "integrity": "sha512-4VbfTGTZf/aDaOn+vednMQFu5EIKfERvv7j8La3etQCra0O2QMrZL28xugTroYekawpTkiWWvLswtpVfabIbgw==", "dependencies": { "@commitlint/is-ignored": "^18.4.4", "@commitlint/parse": "^18.4.4", @@ -6582,9 +6582,9 @@ } }, "@commitlint/lint": { - "version": "18.4.4", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.4.4.tgz", - "integrity": "sha512-SoyQstVxMY5Z4GnFRtRzy+NWYb+yVseXgir+7BxnpB59oH05C9XztRrhDw6OnkNeXhjINTpi1HLnuY7So+CaAQ==", + "version": "18.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.5.0.tgz", + "integrity": "sha512-4VbfTGTZf/aDaOn+vednMQFu5EIKfERvv7j8La3etQCra0O2QMrZL28xugTroYekawpTkiWWvLswtpVfabIbgw==", "requires": { "@commitlint/is-ignored": "^18.4.4", "@commitlint/parse": "^18.4.4", diff --git a/package.json b/package.json index 8b1ee361..5f9a3e70 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@commitlint/config-conventional": "^18.5.0", - "@commitlint/lint": "^18.4.4", + "@commitlint/lint": "^18.5.0", "@commitlint/load": "^18.4.4", "@digitalroute/email-verify": "^0.3.2", "js-yaml": "^4.1.0",