diff --git a/package-lock.json b/package-lock.json index ca50c57..354e6f1 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.3", + "resolved": "https://registry.npmjs.org/@commitlint/prompt/-/prompt-17.6.3.tgz", + "integrity": "sha512-Z9GgLkY+VQoJXMfY9G21eL5b9dbNvM+nKo6sADJmKGC6ndLt6hTtzbSoe0u0oIJcwzn4GdlKtqu+qBnsLCUvoQ==", "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.3", + "resolved": "https://registry.npmjs.org/@commitlint/prompt-cli/-/prompt-cli-17.6.3.tgz", + "integrity": "sha512-PRE3AfS1lOzqCqToP0oOAWs1uzpCfYoU2MDIOmucutr16+AnrEWj8B+KIZVL/quhd2kJxNLDyOcPqCZ4IIPHdg==", "dev": true, "requires": { - "@commitlint/prompt": "^17.5.0", + "@commitlint/prompt": "^17.6.3", "execa": "^5.0.0", "inquirer": "^6.5.2" }, diff --git a/package.json b/package.json index e73b722..7a8f4ef 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.3", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/eslint": "^8.37.0",