Skip to content

Commit c354a06

Browse files
committed
chore(deps): update commitlint monorepo to v17
1 parent 60e3ab3 commit c354a06

File tree

2 files changed

+129
-133
lines changed

2 files changed

+129
-133
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
4646
"@babel/preset-env": "^7.11.5",
4747
"@babel/preset-react": "^7.10.4",
48-
"@commitlint/cli": "^16.0.0",
49-
"@commitlint/config-conventional": "^16.0.0",
48+
"@commitlint/cli": "^17.0.0",
49+
"@commitlint/config-conventional": "^17.0.0",
5050
"babel-loader": "^8.1.0",
5151
"babel-plugin-emotion": "^10.0.33",
5252
"copy-webpack-plugin": "^10.0.0",

yarn.lock

Lines changed: 127 additions & 131 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,169 +1041,165 @@
10411041
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
10421042
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
10431043

1044-
"@commitlint/cli@^16.0.0":
1045-
version "16.2.4"
1046-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.2.4.tgz#f22707918d08c27a19779798788a7c793f1d38e6"
1047-
integrity sha512-rbvqvz9JI+uiKxV2nH65BtSU01fsADd3bxe9fWtO3rM0c+CI/H9FfzKkDLvSRmXjvk1G2/wXlCGeqO9IBT4X9g==
1048-
dependencies:
1049-
"@commitlint/format" "^16.2.1"
1050-
"@commitlint/lint" "^16.2.4"
1051-
"@commitlint/load" "^16.2.4"
1052-
"@commitlint/read" "^16.2.1"
1053-
"@commitlint/types" "^16.2.1"
1044+
"@commitlint/cli@^17.0.0":
1045+
version "17.0.1"
1046+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.1.tgz#88c5ad3f297760ded589c3a33ed49321242e7ab0"
1047+
integrity sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==
1048+
dependencies:
1049+
"@commitlint/format" "^17.0.0"
1050+
"@commitlint/lint" "^17.0.0"
1051+
"@commitlint/load" "^17.0.0"
1052+
"@commitlint/read" "^17.0.0"
1053+
"@commitlint/types" "^17.0.0"
1054+
execa "^5.0.0"
10541055
lodash "^4.17.19"
10551056
resolve-from "5.0.0"
10561057
resolve-global "1.0.0"
10571058
yargs "^17.0.0"
10581059

1059-
"@commitlint/config-conventional@^16.0.0":
1060-
version "16.2.4"
1061-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-16.2.4.tgz#56647108c89ed06fc5271242787550331988c0fb"
1062-
integrity sha512-av2UQJa3CuE5P0dzxj/o/B9XVALqYzEViHrMXtDrW9iuflrqCStWBAioijppj9URyz6ONpohJKAtSdgAOE0gkA==
1060+
"@commitlint/config-conventional@^17.0.0":
1061+
version "17.0.0"
1062+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.0.0.tgz#7dc2ef3ac1a11ff62bcd333343cc8921edd1646a"
1063+
integrity sha512-jttJXBIq3AuQCvUVwxSctCwKfHxxbALE0IB9OIHYCu/eQdOzPxN72pugeZsWDo1VK/T9iFx+MZoPb6Rb1/ylsw==
10631064
dependencies:
10641065
conventional-changelog-conventionalcommits "^4.3.1"
10651066

1066-
"@commitlint/config-validator@^16.2.1":
1067-
version "16.2.1"
1068-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-16.2.1.tgz#794e769afd4756e4cf1bfd823b6612932e39c56d"
1069-
integrity sha512-hogSe0WGg7CKmp4IfNbdNES3Rq3UEI4XRPB8JL4EPgo/ORq5nrGTVzxJh78omibNuB8Ho4501Czb1Er1MoDWpw==
1067+
"@commitlint/config-validator@^17.0.0":
1068+
version "17.0.0"
1069+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.0.0.tgz#49ab09f3ca0ac3449e79ea389cb4942423162ac0"
1070+
integrity sha512-78IQjoZWR4kDHp/U5y17euEWzswJpPkA9TDL5F6oZZZaLIEreWzrDZD5PWtM8MsSRl/K2LDU/UrzYju2bKLMpA==
10701071
dependencies:
1071-
"@commitlint/types" "^16.2.1"
1072+
"@commitlint/types" "^17.0.0"
10721073
ajv "^6.12.6"
10731074

1074-
"@commitlint/ensure@^16.2.1":
1075-
version "16.2.1"
1076-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-16.2.1.tgz#0fc538173f95c1eb2694eeedb79cab478347f16f"
1077-
integrity sha512-/h+lBTgf1r5fhbDNHOViLuej38i3rZqTQnBTk+xEg+ehOwQDXUuissQ5GsYXXqI5uGy+261ew++sT4EA3uBJ+A==
1075+
"@commitlint/ensure@^17.0.0":
1076+
version "17.0.0"
1077+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.0.0.tgz#781ff5f8870cb98ce4496d5c71649a4cd122a0e0"
1078+
integrity sha512-M2hkJnNXvEni59S0QPOnqCKIK52G1XyXBGw51mvh7OXDudCmZ9tZiIPpU882p475Mhx48Ien1MbWjCP1zlyC0A==
10781079
dependencies:
1079-
"@commitlint/types" "^16.2.1"
1080+
"@commitlint/types" "^17.0.0"
10801081
lodash "^4.17.19"
10811082

1082-
"@commitlint/execute-rule@^16.2.1":
1083-
version "16.2.1"
1084-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-16.2.1.tgz#60be73be4b9af97a41546e7ce59fdd33787c65f8"
1085-
integrity sha512-oSls82fmUTLM6cl5V3epdVo4gHhbmBFvCvQGHBRdQ50H/690Uq1Dyd7hXMuKITCIdcnr9umyDkr8r5C6HZDF3g==
1083+
"@commitlint/execute-rule@^17.0.0":
1084+
version "17.0.0"
1085+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.0.0.tgz#186e9261fd36733922ae617497888c4bdb6e5c92"
1086+
integrity sha512-nVjL/w/zuqjCqSJm8UfpNaw66V9WzuJtQvEnCrK4jDw6qKTmZB+1JQ8m6BQVZbNBcwfYdDNKnhIhqI0Rk7lgpQ==
10861087

1087-
"@commitlint/format@^16.2.1":
1088-
version "16.2.1"
1089-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-16.2.1.tgz#6e673f710c799be78e68b2682323e04f75080d07"
1090-
integrity sha512-Yyio9bdHWmNDRlEJrxHKglamIk3d6hC0NkEUW6Ti6ipEh2g0BAhy8Od6t4vLhdZRa1I2n+gY13foy+tUgk0i1Q==
1088+
"@commitlint/format@^17.0.0":
1089+
version "17.0.0"
1090+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.0.0.tgz#2c991ac0df3955fe5d7d4d733967bd17e6cfd9e0"
1091+
integrity sha512-MZzJv7rBp/r6ZQJDEodoZvdRM0vXu1PfQvMTNWFb8jFraxnISMTnPBWMMjr2G/puoMashwaNM//fl7j8gGV5lA==
10911092
dependencies:
1092-
"@commitlint/types" "^16.2.1"
1093-
chalk "^4.0.0"
1093+
"@commitlint/types" "^17.0.0"
1094+
chalk "^4.1.0"
10941095

1095-
"@commitlint/is-ignored@^16.2.4":
1096-
version "16.2.4"
1097-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-16.2.4.tgz#369e40a240ad5451bf2b57a80829253129d7f19b"
1098-
integrity sha512-Lxdq9aOAYCOOOjKi58ulbwK/oBiiKz+7Sq0+/SpFIEFwhHkIVugvDvWjh2VRBXmRC/x5lNcjDcYEwS/uYUvlYQ==
1096+
"@commitlint/is-ignored@^17.0.0":
1097+
version "17.0.0"
1098+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.0.0.tgz#64f53517b390689e58aa3c29fbf1e05b7d4fbd65"
1099+
integrity sha512-UmacD0XM/wWykgdXn5CEWVS4XGuqzU+ZGvM2hwv85+SXGnIOaG88XHrt81u37ZeVt1riWW+YdOxcJW6+nd5v5w==
10991100
dependencies:
1100-
"@commitlint/types" "^16.2.1"
1101+
"@commitlint/types" "^17.0.0"
11011102
semver "7.3.7"
11021103

1103-
"@commitlint/lint@^16.2.4":
1104-
version "16.2.4"
1105-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-16.2.4.tgz#575f5a9d227dddfca8386253d9aff27be5b94788"
1106-
integrity sha512-AUDuwOxb2eGqsXbTMON3imUGkc1jRdtXrbbohiLSCSk3jFVXgJLTMaEcr39pR00N8nE9uZ+V2sYaiILByZVmxQ==
1107-
dependencies:
1108-
"@commitlint/is-ignored" "^16.2.4"
1109-
"@commitlint/parse" "^16.2.1"
1110-
"@commitlint/rules" "^16.2.4"
1111-
"@commitlint/types" "^16.2.1"
1112-
1113-
"@commitlint/load@^16.2.4":
1114-
version "16.2.4"
1115-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.2.4.tgz#32c9f4c6538b21cf48cf40266312bb1adb65f435"
1116-
integrity sha512-HjANm3/29ROV+zt4yfaY/K6gpr9Dbzgtlp0kSwZGW0poDXlD/yqVYgPQ6JolJzZii5FUz5R4yVLC15hVL/w60w==
1117-
dependencies:
1118-
"@commitlint/config-validator" "^16.2.1"
1119-
"@commitlint/execute-rule" "^16.2.1"
1120-
"@commitlint/resolve-extends" "^16.2.1"
1121-
"@commitlint/types" "^16.2.1"
1104+
"@commitlint/lint@^17.0.0":
1105+
version "17.0.0"
1106+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.0.0.tgz#38ef61e0e977d738f738233fbcdf33a5fc04cf96"
1107+
integrity sha512-5FL7VLvGJQby24q0pd4UdM8FNFcL+ER1T/UBf8A9KRL5+QXV1Rkl6Zhcl7+SGpGlVo6Yo0pm6aLW716LVKWLGg==
1108+
dependencies:
1109+
"@commitlint/is-ignored" "^17.0.0"
1110+
"@commitlint/parse" "^17.0.0"
1111+
"@commitlint/rules" "^17.0.0"
1112+
"@commitlint/types" "^17.0.0"
1113+
1114+
"@commitlint/load@^17.0.0":
1115+
version "17.0.0"
1116+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.0.0.tgz#0bbefe6d8b99276714c5ea8ef32de2bd2f082698"
1117+
integrity sha512-XaiHF4yWQOPAI0O6wXvk+NYLtJn/Xb7jgZEeKd4C1ZWd7vR7u8z5h0PkWxSr0uLZGQsElGxv3fiZ32C5+q6M8w==
1118+
dependencies:
1119+
"@commitlint/config-validator" "^17.0.0"
1120+
"@commitlint/execute-rule" "^17.0.0"
1121+
"@commitlint/resolve-extends" "^17.0.0"
1122+
"@commitlint/types" "^17.0.0"
11221123
"@types/node" ">=12"
1123-
chalk "^4.0.0"
1124+
chalk "^4.1.0"
11241125
cosmiconfig "^7.0.0"
1125-
cosmiconfig-typescript-loader "^1.0.0"
1126+
cosmiconfig-typescript-loader "^2.0.0"
11261127
lodash "^4.17.19"
11271128
resolve-from "^5.0.0"
1128-
typescript "^4.4.3"
1129+
typescript "^4.6.4"
11291130

1130-
"@commitlint/message@^16.2.1":
1131-
version "16.2.1"
1132-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-16.2.1.tgz#bc6a0fa446a746ac2ca78cf372e4cec48daf620d"
1133-
integrity sha512-2eWX/47rftViYg7a3axYDdrgwKv32mxbycBJT6OQY/MJM7SUfYNYYvbMFOQFaA4xIVZt7t2Alyqslbl6blVwWw==
1131+
"@commitlint/message@^17.0.0":
1132+
version "17.0.0"
1133+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.0.0.tgz#ae0f8ec6a3e5c8d369792a2c391952c7596cca73"
1134+
integrity sha512-LpcwYtN+lBlfZijHUdVr8aNFTVpHjuHI52BnfoV01TF7iSLnia0jttzpLkrLmI8HNQz6Vhr9UrxDWtKZiMGsBw==
11341135

1135-
"@commitlint/parse@^16.2.1":
1136-
version "16.2.1"
1137-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-16.2.1.tgz#50b359cb711ec566d2ee236a8e4c6baca07b77c0"
1138-
integrity sha512-2NP2dDQNL378VZYioLrgGVZhWdnJO4nAxQl5LXwYb08nEcN+cgxHN1dJV8OLJ5uxlGJtDeR8UZZ1mnQ1gSAD/g==
1136+
"@commitlint/parse@^17.0.0":
1137+
version "17.0.0"
1138+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.0.0.tgz#6d508a1e2aec76f348a447994f26e9b749c02091"
1139+
integrity sha512-cKcpfTIQYDG1ywTIr5AG0RAiLBr1gudqEsmAGCTtj8ffDChbBRxm6xXs2nv7GvmJN7msOt7vOKleLvcMmRa1+A==
11391140
dependencies:
1140-
"@commitlint/types" "^16.2.1"
1141+
"@commitlint/types" "^17.0.0"
11411142
conventional-changelog-angular "^5.0.11"
11421143
conventional-commits-parser "^3.2.2"
11431144

1144-
"@commitlint/read@^16.2.1":
1145-
version "16.2.1"
1146-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-16.2.1.tgz#e0539205d77cdb6879b560f95e5fb251e0c6f562"
1147-
integrity sha512-tViXGuaxLTrw2r7PiYMQOFA2fueZxnnt0lkOWqKyxT+n2XdEMGYcI9ID5ndJKXnfPGPppD0w/IItKsIXlZ+alw==
1145+
"@commitlint/read@^17.0.0":
1146+
version "17.0.0"
1147+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.0.0.tgz#8ab01cf2f27350d8f81f21690962679a7cae5abf"
1148+
integrity sha512-zkuOdZayKX3J6F6mPnVMzohK3OBrsEdOByIqp4zQjA9VLw1hMsDEFQ18rKgUc2adkZar+4S01QrFreDCfZgbxA==
11481149
dependencies:
1149-
"@commitlint/top-level" "^16.2.1"
1150-
"@commitlint/types" "^16.2.1"
1150+
"@commitlint/top-level" "^17.0.0"
1151+
"@commitlint/types" "^17.0.0"
11511152
fs-extra "^10.0.0"
11521153
git-raw-commits "^2.0.0"
11531154

1154-
"@commitlint/resolve-extends@^16.2.1":
1155-
version "16.2.1"
1156-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-16.2.1.tgz#2f7833a5a3a7aa79f508e59fcb0f1d33c45ed360"
1157-
integrity sha512-NbbCMPKTFf2J805kwfP9EO+vV+XvnaHRcBy6ud5dF35dxMsvdJqke54W3XazXF1ZAxC4a3LBy4i/GNVBAthsEg==
1155+
"@commitlint/resolve-extends@^17.0.0":
1156+
version "17.0.0"
1157+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.0.0.tgz#3a40ee08184b984acf475ebc962641f435e3a639"
1158+
integrity sha512-wi60WiJmwaQ7lzMXK8Vbc18Hq9tE2j/6iv2AFfPUGV7fvfY6Sf1iNKuUHirSqR0fquUyufIXe4y/K9A6LVIIvw==
11581159
dependencies:
1159-
"@commitlint/config-validator" "^16.2.1"
1160-
"@commitlint/types" "^16.2.1"
1160+
"@commitlint/config-validator" "^17.0.0"
1161+
"@commitlint/types" "^17.0.0"
11611162
import-fresh "^3.0.0"
11621163
lodash "^4.17.19"
11631164
resolve-from "^5.0.0"
11641165
resolve-global "^1.0.0"
11651166

1166-
"@commitlint/rules@^16.2.4":
1167-
version "16.2.4"
1168-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-16.2.4.tgz#c2fbbf20d9d0e8fcf25690c88a27750d4a3e867b"
1169-
integrity sha512-rK5rNBIN2ZQNQK+I6trRPK3dWa0MtaTN4xnwOma1qxa4d5wQMQJtScwTZjTJeallFxhOgbNOgr48AMHkdounVg==
1167+
"@commitlint/rules@^17.0.0":
1168+
version "17.0.0"
1169+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.0.0.tgz#4eecc5d28cabbc5f3f73838fb02592b551f9bf62"
1170+
integrity sha512-45nIy3dERKXWpnwX9HeBzK5SepHwlDxdGBfmedXhL30fmFCkJOdxHyOJsh0+B0RaVsLGT01NELpfzJUmtpDwdQ==
11701171
dependencies:
1171-
"@commitlint/ensure" "^16.2.1"
1172-
"@commitlint/message" "^16.2.1"
1173-
"@commitlint/to-lines" "^16.2.1"
1174-
"@commitlint/types" "^16.2.1"
1172+
"@commitlint/ensure" "^17.0.0"
1173+
"@commitlint/message" "^17.0.0"
1174+
"@commitlint/to-lines" "^17.0.0"
1175+
"@commitlint/types" "^17.0.0"
11751176
execa "^5.0.0"
11761177

1177-
"@commitlint/to-lines@^16.2.1":
1178-
version "16.2.1"
1179-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-16.2.1.tgz#42d000f34dc0406f514991e86237fdab5e8affd0"
1180-
integrity sha512-9/VjpYj5j1QeY3eiog1zQWY6axsdWAc0AonUUfyZ7B0MVcRI0R56YsHAfzF6uK/g/WwPZaoe4Lb1QCyDVnpVaQ==
1178+
"@commitlint/to-lines@^17.0.0":
1179+
version "17.0.0"
1180+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-17.0.0.tgz#5766895836b8085b099a098482f88a03f070b411"
1181+
integrity sha512-nEi4YEz04Rf2upFbpnEorG8iymyH7o9jYIVFBG1QdzebbIFET3ir+8kQvCZuBE5pKCtViE4XBUsRZz139uFrRQ==
11811182

1182-
"@commitlint/top-level@^16.2.1":
1183-
version "16.2.1"
1184-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-16.2.1.tgz#bdaa53ab3d8970e0288879f1a342a8c2dfe01583"
1185-
integrity sha512-lS6GSieHW9y6ePL73ied71Z9bOKyK+Ib9hTkRsB8oZFAyQZcyRwq2w6nIa6Fngir1QW51oKzzaXfJL94qwImyw==
1183+
"@commitlint/top-level@^17.0.0":
1184+
version "17.0.0"
1185+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-17.0.0.tgz#ebd0df4c703c026c2fbdc20fa746836334f4ed15"
1186+
integrity sha512-dZrEP1PBJvodNWYPOYiLWf6XZergdksKQaT6i1KSROLdjf5Ai0brLOv5/P+CPxBeoj3vBxK4Ax8H1Pg9t7sHIQ==
11861187
dependencies:
11871188
find-up "^5.0.0"
11881189

1189-
"@commitlint/types@^16.2.1":
1190-
version "16.2.1"
1191-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-16.2.1.tgz#f25d373b88b01e51fc3fa44488101361945a61bd"
1192-
integrity sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==
1190+
"@commitlint/types@^17.0.0":
1191+
version "17.0.0"
1192+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.0.0.tgz#3b4604c1a0f06c340ce976e6c6903d4f56e3e690"
1193+
integrity sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==
11931194
dependencies:
1194-
chalk "^4.0.0"
1195-
1196-
"@cspotcode/[email protected]":
1197-
version "0.8.0"
1198-
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b"
1199-
integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==
1195+
chalk "^4.1.0"
12001196

1201-
"@cspotcode/source-map-support@0.7.0":
1202-
version "0.7.0"
1203-
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz#4789840aa859e46d2f3173727ab707c66bf344f5"
1204-
integrity sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==
1197+
"@cspotcode/source-map-support@^0.8.0":
1198+
version "0.8.1"
1199+
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
1200+
integrity sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==
12051201
dependencies:
1206-
"@cspotcode/source-map-consumer" "0.8.0"
1202+
"@jridgewell/trace-mapping" "0.3.9"
12071203

12081204
"@discoveryjs/json-ext@^0.5.0":
12091205
version "0.5.7"
@@ -1549,7 +1545,7 @@
15491545
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
15501546
integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
15511547

1552-
"@jridgewell/trace-mapping@^0.3.9":
1548+
"@jridgewell/trace-mapping@0.3.9", "@jridgewell/trace-mapping@^0.3.9":
15531549
version "0.3.9"
15541550
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
15551551
integrity sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==
@@ -2587,7 +2583,7 @@ chalk@^2.0.0, chalk@^2.4.1:
25872583
escape-string-regexp "^1.0.5"
25882584
supports-color "^5.3.0"
25892585

2590-
chalk@^4.0.0:
2586+
chalk@^4.0.0, chalk@^4.1.0:
25912587
version "4.1.2"
25922588
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
25932589
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -2893,13 +2889,13 @@ core-util-is@~1.0.0:
28932889
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
28942890
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
28952891

2896-
cosmiconfig-typescript-loader@^1.0.0:
2897-
version "1.0.9"
2898-
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.9.tgz#69c523f7e8c3d9f27f563d02bbeadaf2f27212d3"
2899-
integrity sha512-tRuMRhxN4m1Y8hP9SNYfz7jRwt8lZdWxdjg/ohg5esKmsndJIn4yT96oJVcf5x0eA11taXl+sIp+ielu529k6g==
2892+
cosmiconfig-typescript-loader@^2.0.0:
2893+
version "2.0.1"
2894+
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-2.0.1.tgz#5622bb1eb87d293570bcc3a57f406940e0960113"
2895+
integrity sha512-B9s6sX/omXq7I6gC6+YgLmrBFMJhPWew7ty/X5Tuwtd2zOSgWaUdXjkuVwbe3qqcdETo60+1nSVMekq//LIXVA==
29002896
dependencies:
29012897
cosmiconfig "^7"
2902-
ts-node "^10.7.0"
2898+
ts-node "^10.8.0"
29032899

29042900
cosmiconfig@^6.0.0:
29052901
version "6.0.0"
@@ -7614,12 +7610,12 @@ trim-newlines@^3.0.0:
76147610
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
76157611
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
76167612

7617-
ts-node@^10.7.0:
7618-
version "10.7.0"
7619-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
7620-
integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
7613+
ts-node@^10.8.0:
7614+
version "10.8.0"
7615+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.0.tgz#3ceb5ac3e67ae8025c1950626aafbdecb55d82ce"
7616+
integrity sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==
76217617
dependencies:
7622-
"@cspotcode/source-map-support" "0.7.0"
7618+
"@cspotcode/source-map-support" "^0.8.0"
76237619
"@tsconfig/node10" "^1.0.7"
76247620
"@tsconfig/node12" "^1.0.7"
76257621
"@tsconfig/node14" "^1.0.0"
@@ -7630,7 +7626,7 @@ ts-node@^10.7.0:
76307626
create-require "^1.1.0"
76317627
diff "^4.0.1"
76327628
make-error "^1.1.1"
7633-
v8-compile-cache-lib "^3.0.0"
7629+
v8-compile-cache-lib "^3.0.1"
76347630
yn "3.1.1"
76357631

76367632
tslib@^2.0.3:
@@ -7697,10 +7693,10 @@ typedarray-to-buffer@^3.1.5:
76977693
dependencies:
76987694
is-typedarray "^1.0.0"
76997695

7700-
typescript@^4.4.3:
7701-
version "4.6.4"
7702-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
7703-
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
7696+
typescript@^4.6.4:
7697+
version "4.7.2"
7698+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
7699+
integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==
77047700

77057701
unbox-primitive@^1.0.1:
77067702
version "1.0.1"
@@ -7831,7 +7827,7 @@ uuid@^8.3.2:
78317827
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
78327828
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
78337829

7834-
v8-compile-cache-lib@^3.0.0:
7830+
v8-compile-cache-lib@^3.0.1:
78357831
version "3.0.1"
78367832
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
78377833
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==

0 commit comments

Comments
 (0)