From cc59478c10db8b9b65acec5fb737fdfb4dfc22a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:04:17 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/prompt from 20.4.2 to 20.5.0 Bumps [@commitlint/prompt](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/prompt) from 20.4.2 to 20.5.0. - [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/v20.5.0/@commitlint/prompt) --- updated-dependencies: - dependency-name: "@commitlint/prompt" dependency-version: 20.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa40bec..ca59dee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -541,15 +541,15 @@ } }, "node_modules/@commitlint/prompt": { - "version": "20.4.2", - "resolved": "https://registry.npmjs.org/@commitlint/prompt/-/prompt-20.4.2.tgz", - "integrity": "sha512-VLUm07fBE500E7u+29f7jg4LDbEQZpiKNlWhP5mB3Pz+AqqnSAK86u4jXKQItRSKcFFxZBvi0pvxJtDOQW1S5Q==", + "version": "20.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/prompt/-/prompt-20.5.0.tgz", + "integrity": "sha512-5Y9Mvx25v3VEv57HWrWft6dqn43VJHR9+5pY5pOM/zLHdQb4jQCpQmV/RENZMyR+IQ8IaT+2T62RpInzlD/8ow==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/ensure": "^20.4.1", - "@commitlint/load": "^20.4.0", - "@commitlint/types": "^20.4.0", + "@commitlint/ensure": "^20.5.0", + "@commitlint/load": "^20.5.0", + "@commitlint/types": "^20.5.0", "inquirer": "^9.2.15", "picocolors": "^1.1.1" },