From 5ae2d32c83d7fceeb7d61241b9b1c5f00ff4125e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:44:15 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/prompt from 19.1.0 to 19.2.0 Bumps [@commitlint/prompt](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/prompt) from 19.1.0 to 19.2.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/v19.2.0/@commitlint/prompt) --- updated-dependencies: - dependency-name: "@commitlint/prompt" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f468153..7250a07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@commitlint/cli": "19.2.1", "@commitlint/config-conventional": "19.1.0", - "@commitlint/prompt": "19.1.0", + "@commitlint/prompt": "19.2.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "11.1.0", "@semantic-release/exec": "6.0.3", @@ -257,13 +257,13 @@ } }, "node_modules/@commitlint/prompt": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/prompt/-/prompt-19.1.0.tgz", - "integrity": "sha512-WPRPYzhY6HXZlEjtVmMm56894Dvkl69e9ZuCZZb9rVIsjNMXQcShTo1g/tO9yHj+swu2fpMS526LxXxLfWtnTg==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/@commitlint/prompt/-/prompt-19.2.0.tgz", + "integrity": "sha512-bhPftma1IVQP5Y8St0ZssDMi1WJFju6Oz1lKZiQauEbCcHzQjRk3OHygGvNt8EXvvDTETV1jncPOjErgYSQTbQ==", "dev": true, "dependencies": { "@commitlint/ensure": "^19.0.3", - "@commitlint/load": "^19.1.0", + "@commitlint/load": "^19.2.0", "@commitlint/types": "^19.0.3", "chalk": "^5.3.0", "inquirer": "^9.2.15" @@ -8867,13 +8867,13 @@ } }, "@commitlint/prompt": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/prompt/-/prompt-19.1.0.tgz", - "integrity": "sha512-WPRPYzhY6HXZlEjtVmMm56894Dvkl69e9ZuCZZb9rVIsjNMXQcShTo1g/tO9yHj+swu2fpMS526LxXxLfWtnTg==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/@commitlint/prompt/-/prompt-19.2.0.tgz", + "integrity": "sha512-bhPftma1IVQP5Y8St0ZssDMi1WJFju6Oz1lKZiQauEbCcHzQjRk3OHygGvNt8EXvvDTETV1jncPOjErgYSQTbQ==", "dev": true, "requires": { "@commitlint/ensure": "^19.0.3", - "@commitlint/load": "^19.1.0", + "@commitlint/load": "^19.2.0", "@commitlint/types": "^19.0.3", "chalk": "^5.3.0", "inquirer": "^9.2.15" diff --git a/package.json b/package.json index 2176a0f..559e536 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@commitlint/cli": "19.2.1", "@commitlint/config-conventional": "19.1.0", - "@commitlint/prompt": "19.1.0", + "@commitlint/prompt": "19.2.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "11.1.0", "@semantic-release/exec": "6.0.3",