Skip to content

Commit d943733

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump @commitlint/prompt from 12.1.1 to 12.1.4
Bumps [@commitlint/prompt](https://github.com/conventional-changelog/commitlint) from 12.1.1 to 12.1.4. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](conventional-changelog/commitlint@v12.1.1...v12.1.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 978dd81 commit d943733

File tree

2 files changed

+26
-61
lines changed

2 files changed

+26
-61
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@commitlint/cli": "^12.1.1",
5555
"@commitlint/config-conventional": "^12.1.4",
56-
"@commitlint/prompt": "^12.1.1",
56+
"@commitlint/prompt": "^12.1.4",
5757
"@types/jest": "^26.0.21",
5858
"@typescript-eslint/eslint-plugin": "^4.24.0",
5959
"@typescript-eslint/parser": "^4.22.0",

yarn.lock

+25-60
Original file line numberDiff line numberDiff line change
@@ -1038,15 +1038,10 @@
10381038
"@commitlint/types" "^12.1.1"
10391039
lodash "^4.17.19"
10401040

1041-
"@commitlint/execute-rule@^12.0.1":
1042-
version "12.0.1"
1043-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-12.0.1.tgz#5bb2eba929270cafb2bd8191799d8b451de7fb7e"
1044-
integrity sha512-JzyweYfZlFLtXpgP+btzSY3YAkGPg61TqUSYQqBr4+5IaVf1FruMm5v4D5eLu9dAJuNKUfHbM3AEfuEPiZ79pg==
1045-
1046-
"@commitlint/execute-rule@^12.1.1":
1047-
version "12.1.1"
1048-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-12.1.1.tgz#8aad1d46fb78b3199e4ae36debdc93570bf765ea"
1049-
integrity sha512-6mplMGvLCKF5LieL7BRhydpg32tm6LICnWQADrWU4S5g9PKi2utNvhiaiuNPoHUXr29RdbNaGNcyyPv8DSjJsQ==
1041+
"@commitlint/execute-rule@^12.1.4":
1042+
version "12.1.4"
1043+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-12.1.4.tgz#9973b02e9779adbf1522ae9ac207a4815ec73de1"
1044+
integrity sha512-h2S1j8SXyNeABb27q2Ok2vD1WfxJiXvOttKuRA9Or7LN6OQoC/KtT3844CIhhWNteNMu/wE0gkTqGxDVAnJiHg==
10501045

10511046
"@commitlint/format@^12.1.1":
10521047
version "12.1.1"
@@ -1074,27 +1069,14 @@
10741069
"@commitlint/rules" "^12.1.1"
10751070
"@commitlint/types" "^12.1.1"
10761071

1077-
"@commitlint/load@>6.1.1":
1078-
version "12.0.1"
1079-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-12.0.1.tgz#4d180fc88e5b4cfcb476a245d899f85154137502"
1080-
integrity sha512-dX8KdCWn7w0bTkkk3zKQpe9X8vsTRa5EM+1ffF313wCX9b6tGa9vujhEHCkSzKAbbE2tFV64CHZygE7rtlHdIA==
1081-
dependencies:
1082-
"@commitlint/execute-rule" "^12.0.1"
1083-
"@commitlint/resolve-extends" "^12.0.1"
1084-
"@commitlint/types" "^12.0.1"
1085-
chalk "^4.0.0"
1086-
cosmiconfig "^7.0.0"
1087-
lodash "^4.17.19"
1088-
resolve-from "^5.0.0"
1089-
1090-
"@commitlint/load@^12.1.1":
1091-
version "12.1.1"
1092-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-12.1.1.tgz#5a7fb8be11e520931d1237c5e8dc401b7cc9c6c1"
1093-
integrity sha512-qOQtgNdJRULUQWP9jkpTwhj7aEtnqUtqeUpbQ9rjS+GIUST65HZbteNUX4S0mAEGPWqy2aK5xGd73cUfFSvuuw==
1072+
"@commitlint/load@>6.1.1", "@commitlint/load@^12.1.1", "@commitlint/load@^12.1.4":
1073+
version "12.1.4"
1074+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-12.1.4.tgz#e3c2dbc0e7d8d928f57a6878bd7219909fc0acab"
1075+
integrity sha512-Keszi0IOjRzKfxT+qES/n+KZyLrxy79RQz8wWgssCboYjKEp+wC+fLCgbiMCYjI5k31CIzIOq/16J7Ycr0C0EA==
10941076
dependencies:
1095-
"@commitlint/execute-rule" "^12.1.1"
1096-
"@commitlint/resolve-extends" "^12.1.1"
1097-
"@commitlint/types" "^12.1.1"
1077+
"@commitlint/execute-rule" "^12.1.4"
1078+
"@commitlint/resolve-extends" "^12.1.4"
1079+
"@commitlint/types" "^12.1.4"
10981080
chalk "^4.0.0"
10991081
cosmiconfig "^7.0.0"
11001082
lodash "^4.17.19"
@@ -1114,13 +1096,13 @@
11141096
conventional-changelog-angular "^5.0.11"
11151097
conventional-commits-parser "^3.0.0"
11161098

1117-
"@commitlint/prompt@^12.1.1":
1118-
version "12.1.1"
1119-
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-12.1.1.tgz#73f8b6987f106f56cf7f2a9407392f26c26be869"
1120-
integrity sha512-Ln7M2CMedxPVaZXhZ1BH/mUidzKeNTu8SXeTpSYuUb/l1Kx9N1xoX65EFbZQrffxQ+YskG/fPth9tAc6xopFFg==
1099+
"@commitlint/prompt@^12.1.4":
1100+
version "12.1.4"
1101+
resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-12.1.4.tgz#c87df6241087d6dd59d1ee7d83b31b0d7249db1e"
1102+
integrity sha512-kV8VX3iwq2Hxm17p8mzL8rACwow0F7VRisdgt9VMy1oTEqX4+7WVYGK5UrgD2nvxIDTe/zgbFQoEbluwTCtmGQ==
11211103
dependencies:
1122-
"@commitlint/load" "^12.1.1"
1123-
"@commitlint/types" "^12.1.1"
1104+
"@commitlint/load" "^12.1.4"
1105+
"@commitlint/types" "^12.1.4"
11241106
chalk "^4.0.0"
11251107
lodash "^4.17.19"
11261108
throat "^6.0.0"
@@ -1136,20 +1118,10 @@
11361118
fs-extra "^9.0.0"
11371119
git-raw-commits "^2.0.0"
11381120

1139-
"@commitlint/resolve-extends@^12.0.1":
1140-
version "12.0.1"
1141-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-12.0.1.tgz#77509f386e08bd30262ec9a75c783d8f4f028fd2"
1142-
integrity sha512-Mvg0GDi/68Cqw893ha8uhxE8myHfPmiSSSi7d1x4VJNR4hoS37lBdX89kyx4i9NPmLfviY2cUJKTyK8ZrFznZw==
1143-
dependencies:
1144-
import-fresh "^3.0.0"
1145-
lodash "^4.17.19"
1146-
resolve-from "^5.0.0"
1147-
resolve-global "^1.0.0"
1148-
1149-
"@commitlint/resolve-extends@^12.1.1":
1150-
version "12.1.1"
1151-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-12.1.1.tgz#80a78b0940775d17888dd2985b52f93d93e0a885"
1152-
integrity sha512-/DXRt0S0U3o9lq5cc8OL1Lkx0IjW0HcDWjUkUXshAajBIKBYSJB8x/loNCi1krNEJ8SwLXUEFt5OLxNO6wE9yQ==
1121+
"@commitlint/resolve-extends@^12.1.4":
1122+
version "12.1.4"
1123+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-12.1.4.tgz#e758ed7dcdf942618b9f603a7c28a640f6a0802a"
1124+
integrity sha512-R9CoUtsXLd6KSCfsZly04grsH6JVnWFmVtWgWs1KdDpdV+G3TSs37tColMFqglpkx3dsWu8dsPD56+D9YnJfqg==
11531125
dependencies:
11541126
import-fresh "^3.0.0"
11551127
lodash "^4.17.19"
@@ -1178,17 +1150,10 @@
11781150
dependencies:
11791151
find-up "^5.0.0"
11801152

1181-
"@commitlint/types@^12.0.1":
1182-
version "12.0.1"
1183-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-12.0.1.tgz#04a0cbb8aa56b7c004f8939c2d1ef8892ec68327"
1184-
integrity sha512-FsNDMV0W7D19/ZbR412klpqAilXASx75Neqh7jPtK278IEwdukOg3vth1r5kTm+BjDScM7wMUEOwIW3NNfAtwg==
1185-
dependencies:
1186-
chalk "^4.0.0"
1187-
1188-
"@commitlint/types@^12.1.1":
1189-
version "12.1.1"
1190-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-12.1.1.tgz#8e651f6af0171cd4f8d464c6c37a7cf63ee071bd"
1191-
integrity sha512-+qGH+s2Lo6qwacV2X3/ZypZwaAI84ift+1HBjXdXtI/q0F5NtmXucV3lcQOTviMTNiJhq4qWON2fjci2NItASw==
1153+
"@commitlint/types@^12.1.1", "@commitlint/types@^12.1.4":
1154+
version "12.1.4"
1155+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-12.1.4.tgz#9618a5dc8991fb58e6de6ed89d7bf712fa74ba7e"
1156+
integrity sha512-KRIjdnWNUx6ywz+SJvjmNCbQKcKP6KArhjZhY2l+CWKxak0d77SOjggkMwFTiSgLODOwmuLTbarR2ZfWPiPMlw==
11921157
dependencies:
11931158
chalk "^4.0.0"
11941159

0 commit comments

Comments
 (0)