From 91bcc18eeb65e3ffbd5b1257ab29bcd9b8e62881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 09:58:00 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/prompt from 17.4.2 to 17.4.3 Bumps [@commitlint/prompt](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/prompt) from 17.4.2 to 17.4.3. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/prompt/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.4.3/@commitlint/prompt) --- updated-dependencies: - dependency-name: "@commitlint/prompt" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d25711c..9499689 100644 --- a/package-lock.json +++ b/package-lock.json @@ -693,9 +693,9 @@ } }, "@commitlint/prompt": { - "version": "17.4.2", - "resolved": "https://registry.npmjs.org/@commitlint/prompt/-/prompt-17.4.2.tgz", - "integrity": "sha512-I+Sjzep5sSFDz23ocsIj2cD8SwuRQhCgbzSARl+thAqCK1P/+S9A6UceuTmqLzkVYFHP61bz2BaRPd+e/dfpRQ==", + "version": "17.4.3", + "resolved": "https://registry.npmjs.org/@commitlint/prompt/-/prompt-17.4.3.tgz", + "integrity": "sha512-l/h/THEIo4AzcTUU9pL+98QRVOmUx0VKr/Nl1J0IZe/RnJ5+NCPlwQWxpyaN7YPUhwHWAyDriuxuATu1u8XRsw==", "dev": true, "requires": { "@commitlint/ensure": "^17.4.0", diff --git a/package.json b/package.json index e9d4995..441e64b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@commitlint/cli": "17.4.2", "@commitlint/config-conventional": "17.4.2", - "@commitlint/prompt": "17.4.2", + "@commitlint/prompt": "17.4.3", "@semantic-release/changelog": "6.0.2", "@semantic-release/commit-analyzer": "9.0.2", "@semantic-release/exec": "6.0.3",