From 2a4fdffa7c47ca81150a090689d1468b34897e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 12:00:42 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/prompt-cli from 17.5.0 to 17.6.5 Bumps [@commitlint/prompt-cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/prompt-cli) from 17.5.0 to 17.6.5. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/prompt-cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.6.5/@commitlint/prompt-cli) --- updated-dependencies: - dependency-name: "@commitlint/prompt-cli" dependency-type: direct:development 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 376f6c4..309f91f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -796,9 +796,9 @@ } }, "@commitlint/prompt": { - "version": "17.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/prompt/-/prompt-17.5.0.tgz", - "integrity": "sha512-UVgGj5/VYydaLaEGw3GMgBrG+vlS0OKt6hih5vkAu74KMGtUxWT7ACE/VTDuZtMv4u/bew9f6GgOr6LKIhqGng==", + "version": "17.6.5", + "resolved": "https://registry.npmjs.org/@commitlint/prompt/-/prompt-17.6.5.tgz", + "integrity": "sha512-Zm4pkIvTN/VpnFNUg6D9aiQNdPB2iASmkm4QqR+JCgc6Fa/JNazWaM6g4onLjPbfh8+A4v4Q62/VHRvhlb5NHA==", "dev": true, "requires": { "@commitlint/ensure": "^17.4.4", @@ -995,12 +995,12 @@ } }, "@commitlint/prompt-cli": { - "version": "17.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/prompt-cli/-/prompt-cli-17.5.0.tgz", - "integrity": "sha512-+pjD2TyZ+jngFP26oJsRTk1VBZrfX0fxrvoNjULoRilqD/cH96S1GC+dzLA+1M1bNwKye4Ff/SNLdwj9jaFXxA==", + "version": "17.6.5", + "resolved": "https://registry.npmjs.org/@commitlint/prompt-cli/-/prompt-cli-17.6.5.tgz", + "integrity": "sha512-O+PWlxF9wgVQZMnMKcnW8qG3IZFoU9rFwk0f6glPqgXokSivjR1Lw+YNcFDbhQtH91W8IO2vNVe/niDG01To5w==", "dev": true, "requires": { - "@commitlint/prompt": "^17.5.0", + "@commitlint/prompt": "^17.6.5", "execa": "^5.0.0", "inquirer": "^6.5.2" }, diff --git a/package.json b/package.json index 9f59948..a9c1d43 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@commitlint/cli": "^17.5.1", "@commitlint/config-conventional": "^17.4.4", - "@commitlint/prompt-cli": "^17.5.0", + "@commitlint/prompt-cli": "^17.6.5", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/eslint": "^8.37.0",