Skip to content

Commit 3e084c8

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v18
1 parent 7c27100 commit 3e084c8

File tree

2 files changed

+130
-125
lines changed

2 files changed

+130
-125
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@babel/plugin-transform-destructuring": "7.23.0",
7171
"@babel/plugin-transform-for-of": "7.22.15",
7272
"@babel/preset-env": "7.23.2",
73-
"@commitlint/cli": "17.8.1",
73+
"@commitlint/cli": "18.0.0",
7474
"@js-library/commitlint-config": "0.0.4",
7575
"@node-loader/babel": "2.0.1",
7676
"@node-loader/core": "2.0.0",

yarn.lock

Lines changed: 129 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -2067,83 +2067,83 @@
20672067
read-json-safe "^1.0.5"
20682068
types-pkg-json "^1.1.0"
20692069

2070-
"@commitlint/cli@17.8.1":
2071-
version "17.8.1"
2072-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.8.1.tgz#10492114a022c91dcfb1d84dac773abb3db76d33"
2073-
integrity sha512-ay+WbzQesE0Rv4EQKfNbSMiJJ12KdKTDzIt0tcK4k11FdsWmtwP0Kp1NWMOUswfIWo6Eb7p7Ln721Nx9FLNBjg==
2074-
dependencies:
2075-
"@commitlint/format" "^17.8.1"
2076-
"@commitlint/lint" "^17.8.1"
2077-
"@commitlint/load" "^17.8.1"
2078-
"@commitlint/read" "^17.8.1"
2079-
"@commitlint/types" "^17.8.1"
2070+
"@commitlint/cli@18.0.0":
2071+
version "18.0.0"
2072+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.0.0.tgz#69455c429211aef1b058a2bd22c34eb840eb6730"
2073+
integrity sha512-0HuJB7VfxSqia0r+mZ9VLgTc5gPaRDiQtloLfwCBp63PvpFn2sZsidiZBbym3jDC6+P47HSuIdRRg3/JsCcBwA==
2074+
dependencies:
2075+
"@commitlint/format" "^18.0.0"
2076+
"@commitlint/lint" "^18.0.0"
2077+
"@commitlint/load" "^18.0.0"
2078+
"@commitlint/read" "^18.0.0"
2079+
"@commitlint/types" "^18.0.0"
20802080
execa "^5.0.0"
20812081
lodash.isfunction "^3.0.9"
20822082
resolve-from "5.0.0"
20832083
resolve-global "1.0.0"
20842084
yargs "^17.0.0"
20852085

2086-
"@commitlint/config-validator@^17.8.1":
2087-
version "17.8.1"
2088-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.8.1.tgz#5cc93b6b49d5524c9cc345a60e5bf74bcca2b7f9"
2089-
integrity sha512-UUgUC+sNiiMwkyiuIFR7JG2cfd9t/7MV8VB4TZ+q02ZFkHoduUS4tJGsCBWvBOGD9Btev6IecPMvlWUfJorkEA==
2086+
"@commitlint/config-validator@^18.0.0":
2087+
version "18.0.0"
2088+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.0.0.tgz#c48e86a16e6b2d7a717c23a7ed39a839a65fe769"
2089+
integrity sha512-PlXy5QZzQeMgQM7jb0odIhxsI6GWcbGgfy+Hkz5ap31KES/oJgtEvgD8pjg0Z9Ri296bT6zK3ts6brS0MAcMgg==
20902090
dependencies:
2091-
"@commitlint/types" "^17.8.1"
2091+
"@commitlint/types" "^18.0.0"
20922092
ajv "^8.11.0"
20932093

2094-
"@commitlint/ensure@^17.8.1":
2095-
version "17.8.1"
2096-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.8.1.tgz#59183557844999dbb6aab6d03629a3d104d01a8d"
2097-
integrity sha512-xjafwKxid8s1K23NFpL8JNo6JnY/ysetKo8kegVM7c8vs+kWLP8VrQq+NbhgVlmCojhEDbzQKp4eRXSjVOGsow==
2094+
"@commitlint/ensure@^18.0.0":
2095+
version "18.0.0"
2096+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.0.0.tgz#877f723b65b9f4d6faa14b0380ffd350960c3bec"
2097+
integrity sha512-AhzK4ybWGVmO7lwC33dGujS0k2IZDNFiew80M1H2R5Ou7Qkqq7sbuMZoof+yjOQcqltYP4IHLd0YECZoGermvQ==
20982098
dependencies:
2099-
"@commitlint/types" "^17.8.1"
2099+
"@commitlint/types" "^18.0.0"
21002100
lodash.camelcase "^4.3.0"
21012101
lodash.kebabcase "^4.1.1"
21022102
lodash.snakecase "^4.1.1"
21032103
lodash.startcase "^4.4.0"
21042104
lodash.upperfirst "^4.3.1"
21052105

2106-
"@commitlint/execute-rule@^17.8.1":
2107-
version "17.8.1"
2108-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.8.1.tgz#504ed69eb61044eeb84fdfd10cc18f0dab14f34c"
2109-
integrity sha512-JHVupQeSdNI6xzA9SqMF+p/JjrHTcrJdI02PwesQIDCIGUrv04hicJgCcws5nzaoZbROapPs0s6zeVHoxpMwFQ==
2106+
"@commitlint/execute-rule@^18.0.0":
2107+
version "18.0.0"
2108+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.0.0.tgz#4d0dc224b257e15e373bae098f5f55257a1aad28"
2109+
integrity sha512-eNUSaHajb+g3sgZeIrfc6cXNnKIkYN2SXtDVXuiE+hOa055T0bLdZK29gSd945JCztxPVwdOkPLDeLg3NfDubg==
21102110

2111-
"@commitlint/format@^17.8.1":
2112-
version "17.8.1"
2113-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.8.1.tgz#6108bb6b4408e711006680649927e1b559bdc5f8"
2114-
integrity sha512-f3oMTyZ84M9ht7fb93wbCKmWxO5/kKSbwuYvS867duVomoOsgrgljkGGIztmT/srZnaiGbaK8+Wf8Ik2tSr5eg==
2111+
"@commitlint/format@^18.0.0":
2112+
version "18.0.0"
2113+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.0.0.tgz#43b522e7e375c0becfceb4812abe0fa44c6f0b7e"
2114+
integrity sha512-etvUmOufihecdNm0r5+rCetrO2Yj7fSkJ4f0k8xOzqrrNdID9G/6iK14i/ufISBLSSy0XzsiiV+Rn9TX/cg46Q==
21152115
dependencies:
2116-
"@commitlint/types" "^17.8.1"
2116+
"@commitlint/types" "^18.0.0"
21172117
chalk "^4.1.0"
21182118

2119-
"@commitlint/is-ignored@^17.8.1":
2120-
version "17.8.1"
2121-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.8.1.tgz#cf25bcd8409c79684b63f8bdeb35df48edda244e"
2122-
integrity sha512-UshMi4Ltb4ZlNn4F7WtSEugFDZmctzFpmbqvpyxD3la510J+PLcnyhf9chs7EryaRFJMdAKwsEKfNK0jL/QM4g==
2119+
"@commitlint/is-ignored@^18.0.0":
2120+
version "18.0.0"
2121+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.0.0.tgz#980fd497186e321c68d97ca49178afce726951d1"
2122+
integrity sha512-fAUOF4GlKTmreE5hxhLlVUcXd1aIexxn+edocbMSwOa4dcm8OoHbsLcDB/rhwXIK+jzK4DybCMCx1VaTeRC4SQ==
21232123
dependencies:
2124-
"@commitlint/types" "^17.8.1"
2124+
"@commitlint/types" "^18.0.0"
21252125
semver "7.5.4"
21262126

2127-
"@commitlint/lint@^17.8.1":
2128-
version "17.8.1"
2129-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.8.1.tgz#bfc21215f6b18d41d4d43e2aa3cb79a5d7726cd8"
2130-
integrity sha512-aQUlwIR1/VMv2D4GXSk7PfL5hIaFSfy6hSHV94O8Y27T5q+DlDEgd/cZ4KmVI+MWKzFfCTiTuWqjfRSfdRllCA==
2131-
dependencies:
2132-
"@commitlint/is-ignored" "^17.8.1"
2133-
"@commitlint/parse" "^17.8.1"
2134-
"@commitlint/rules" "^17.8.1"
2135-
"@commitlint/types" "^17.8.1"
2136-
2137-
"@commitlint/load@^17.8.1":
2138-
version "17.8.1"
2139-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.8.1.tgz#fa061e7bfa53281eb03ca8517ca26d66a189030c"
2140-
integrity sha512-iF4CL7KDFstP1kpVUkT8K2Wl17h2yx9VaR1ztTc8vzByWWcbO/WaKwxsnCOqow9tVAlzPfo1ywk9m2oJ9ucMqA==
2141-
dependencies:
2142-
"@commitlint/config-validator" "^17.8.1"
2143-
"@commitlint/execute-rule" "^17.8.1"
2144-
"@commitlint/resolve-extends" "^17.8.1"
2145-
"@commitlint/types" "^17.8.1"
2146-
"@types/node" "20.5.1"
2127+
"@commitlint/lint@^18.0.0":
2128+
version "18.0.0"
2129+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.0.0.tgz#81c923a22cb9c6151794a320fa32feef9a8bb14c"
2130+
integrity sha512-Vqg6sIPm7nELu/U4lEzKMdLYaELgwSySGZzKc2YjJxdJWyiQo0b1hfCpxXsWGdNBOt0+CM4eBAGoX/Kjq5AYNA==
2131+
dependencies:
2132+
"@commitlint/is-ignored" "^18.0.0"
2133+
"@commitlint/parse" "^18.0.0"
2134+
"@commitlint/rules" "^18.0.0"
2135+
"@commitlint/types" "^18.0.0"
2136+
2137+
"@commitlint/load@^18.0.0":
2138+
version "18.0.0"
2139+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.0.0.tgz#fb5fca987dc287dee14c36b8a80a082050c144bf"
2140+
integrity sha512-ocvMSkzNZCJ4yV673xjd4Y7sFVG/mg7S6yvL5ioM0OIG2XTbcCdzpmq+BeJcIwsRYU9g/b688yh7RDzGlbai6w==
2141+
dependencies:
2142+
"@commitlint/config-validator" "^18.0.0"
2143+
"@commitlint/execute-rule" "^18.0.0"
2144+
"@commitlint/resolve-extends" "^18.0.0"
2145+
"@commitlint/types" "^18.0.0"
2146+
"@types/node" "^18.11.9"
21472147
chalk "^4.1.0"
21482148
cosmiconfig "^8.0.0"
21492149
cosmiconfig-typescript-loader "^4.0.0"
@@ -2152,72 +2152,72 @@
21522152
lodash.uniq "^4.5.0"
21532153
resolve-from "^5.0.0"
21542154
ts-node "^10.8.1"
2155-
typescript "^4.6.4 || ^5.2.2"
2155+
typescript "^5.2.2"
21562156

2157-
"@commitlint/message@^17.8.1":
2158-
version "17.8.1"
2159-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.8.1.tgz#a5cd226c419be20ee03c3d237db6ac37b95958b3"
2160-
integrity sha512-6bYL1GUQsD6bLhTH3QQty8pVFoETfFQlMn2Nzmz3AOLqRVfNNtXBaSY0dhZ0dM6A2MEq4+2d7L/2LP8TjqGRkA==
2157+
"@commitlint/message@^18.0.0":
2158+
version "18.0.0"
2159+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.0.0.tgz#17c8123b35027682ef5e050b54dc7c5e82e2190c"
2160+
integrity sha512-FJmEBn81RMEZrG1E1BxmjNoe/Rz918IeIGJRe5YXxM7IXboFhKS69rHPttNjKwSS038t6GUsRUJrAWqZnA6nCw==
21612161

2162-
"@commitlint/parse@^17.8.1":
2163-
version "17.8.1"
2164-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.8.1.tgz#6e00b8f50ebd63562d25dcf4230da2c9f984e626"
2165-
integrity sha512-/wLUickTo0rNpQgWwLPavTm7WbwkZoBy3X8PpkUmlSmQJyWQTj0m6bDjiykMaDt41qcUbfeFfaCvXfiR4EGnfw==
2162+
"@commitlint/parse@^18.0.0":
2163+
version "18.0.0"
2164+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.0.0.tgz#f56e29c5521f98156d3eb51bd7adf1b0472051bc"
2165+
integrity sha512-qbZYOCpIZzfFzV35s5ei3JkBG/8KUOyGYluAeaYIcYC9z0uKXEVK6O2F2P/KLvbTkgZ4Q9OOLDrrtoWzPb2pjg==
21662166
dependencies:
2167-
"@commitlint/types" "^17.8.1"
2167+
"@commitlint/types" "^18.0.0"
21682168
conventional-changelog-angular "^6.0.0"
2169-
conventional-commits-parser "^4.0.0"
2169+
conventional-commits-parser "^5.0.0"
21702170

2171-
"@commitlint/read@^17.8.1":
2172-
version "17.8.1"
2173-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.8.1.tgz#b3f28777607c756078356cc133368b0e8c08092f"
2174-
integrity sha512-Fd55Oaz9irzBESPCdMd8vWWgxsW3OWR99wOntBDHgf9h7Y6OOHjWEdS9Xzen1GFndqgyoaFplQS5y7KZe0kO2w==
2171+
"@commitlint/read@^18.0.0":
2172+
version "18.0.0"
2173+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.0.0.tgz#e9acb501bf8c206174af5e36eca7248c979b8fb7"
2174+
integrity sha512-VclRvG+ZvHOjYP4rmKPfNwS7eSI5m68D/CPtT2do/D4EBljmLBwqCYVL1I/3y2E6Fbub1GfYoXiRHThd1cVlag==
21752175
dependencies:
2176-
"@commitlint/top-level" "^17.8.1"
2177-
"@commitlint/types" "^17.8.1"
2176+
"@commitlint/top-level" "^18.0.0"
2177+
"@commitlint/types" "^18.0.0"
21782178
fs-extra "^11.0.0"
21792179
git-raw-commits "^2.0.11"
21802180
minimist "^1.2.6"
21812181

2182-
"@commitlint/resolve-extends@^17.8.1":
2183-
version "17.8.1"
2184-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.8.1.tgz#9af01432bf2fd9ce3dd5a00d266cce14e4c977e7"
2185-
integrity sha512-W/ryRoQ0TSVXqJrx5SGkaYuAaE/BUontL1j1HsKckvM6e5ZaG0M9126zcwL6peKSuIetJi7E87PRQF8O86EW0Q==
2182+
"@commitlint/resolve-extends@^18.0.0":
2183+
version "18.0.0"
2184+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.0.0.tgz#9b5b2751d32c35cb32f6545cb7bbbdeba46cabc1"
2185+
integrity sha512-MD9+6GSiWvqgdJtfos+1gqz+zmy2vV7TbUVz2ETZzpfECgmUZSZSYzyivivBAQK6feS71KxmMLL8+YFF9+FFRQ==
21862186
dependencies:
2187-
"@commitlint/config-validator" "^17.8.1"
2188-
"@commitlint/types" "^17.8.1"
2187+
"@commitlint/config-validator" "^18.0.0"
2188+
"@commitlint/types" "^18.0.0"
21892189
import-fresh "^3.0.0"
21902190
lodash.mergewith "^4.6.2"
21912191
resolve-from "^5.0.0"
21922192
resolve-global "^1.0.0"
21932193

2194-
"@commitlint/rules@^17.8.1":
2195-
version "17.8.1"
2196-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.8.1.tgz#da49cab1b7ebaf90d108de9f58f684dc4ccb65a0"
2197-
integrity sha512-2b7OdVbN7MTAt9U0vKOYKCDsOvESVXxQmrvuVUZ0rGFMCrCPJWWP1GJ7f0lAypbDAhaGb8zqtdOr47192LBrIA==
2194+
"@commitlint/rules@^18.0.0":
2195+
version "18.0.0"
2196+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.0.0.tgz#f82bef1bce196963abbd352e79bf90f358a273c0"
2197+
integrity sha512-J7xjMKC4H1hfZR8fmPPuV35wS8Vgy3YX9xIpfPJhsDnRk2BL/dyZjNEXPdvlbpvkNgkfIWi0A0IDtW1dDoViag==
21982198
dependencies:
2199-
"@commitlint/ensure" "^17.8.1"
2200-
"@commitlint/message" "^17.8.1"
2201-
"@commitlint/to-lines" "^17.8.1"
2202-
"@commitlint/types" "^17.8.1"
2199+
"@commitlint/ensure" "^18.0.0"
2200+
"@commitlint/message" "^18.0.0"
2201+
"@commitlint/to-lines" "^18.0.0"
2202+
"@commitlint/types" "^18.0.0"
22032203
execa "^5.0.0"
22042204

2205-
"@commitlint/to-lines@^17.8.1":
2206-
version "17.8.1"
2207-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-17.8.1.tgz#a5c4a7cf7dff3dbdd69289fc0eb19b66f3cfe017"
2208-
integrity sha512-LE0jb8CuR/mj6xJyrIk8VLz03OEzXFgLdivBytoooKO5xLt5yalc8Ma5guTWobw998sbR3ogDd+2jed03CFmJA==
2205+
"@commitlint/to-lines@^18.0.0":
2206+
version "18.0.0"
2207+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.0.0.tgz#d2c2c8c30fc03cf2562caaca36604891fa1ec1dc"
2208+
integrity sha512-HwwBvzXX+3x7XYvBrEKy69S9w/clUEL0gMwkXTtg5awUpvEvzmTz1FBE/5WIiUICyOGdH1NhV1WgKb7UwOnI4A==
22092209

2210-
"@commitlint/top-level@^17.8.1":
2211-
version "17.8.1"
2212-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-17.8.1.tgz#206d37d6782f33c9572e44fbe3758392fdeea7bc"
2213-
integrity sha512-l6+Z6rrNf5p333SHfEte6r+WkOxGlWK4bLuZKbtf/2TXRN+qhrvn1XE63VhD8Oe9oIHQ7F7W1nG2k/TJFhx2yA==
2210+
"@commitlint/top-level@^18.0.0":
2211+
version "18.0.0"
2212+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.0.0.tgz#08c763dfbdb6d87ebd4e3bf72859806f4cc21af6"
2213+
integrity sha512-6+jjZhe9pF7ioD9IR2HChteTh95KPXa7GUUV52e0YhEsFArkCnyhzSL72ko1c2Xad0sWNBL0e76mifi20wD/Bg==
22142214
dependencies:
22152215
find-up "^5.0.0"
22162216

2217-
"@commitlint/types@^17.8.1":
2218-
version "17.8.1"
2219-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.8.1.tgz#883a0ad35c5206d5fef7bc6ce1bbe648118af44e"
2220-
integrity sha512-PXDQXkAmiMEG162Bqdh9ChML/GJZo6vU+7F03ALKDK8zYc6SuAr47LjG7hGYRqUOz+WK0dU7bQ0xzuqFMdxzeQ==
2217+
"@commitlint/types@^18.0.0":
2218+
version "18.0.0"
2219+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.0.0.tgz#e4b86c605e0d94d10a7487848e505983f15a715b"
2220+
integrity sha512-FDzAdSm7kIir0NW0bZLENdrEgf/9Ihs1AAqE9DK9R+dRFby4ookkxPMaz7elZmG+e5rBl7hGrWJzJINqG9cDDg==
22212221
dependencies:
22222222
chalk "^4.1.0"
22232223

@@ -2593,10 +2593,10 @@
25932593
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.16.tgz#0eb3cce1e37c79619943d2fd903919fc30850601"
25942594
integrity sha512-EQHhixfu+mkqHMZl1R2Ovuvn47PUw18azMJOTwSZr9/fhzHNGXAJ0ma0dayRVchprpCj0Kc1K1xKoWaATWF1qg==
25952595

2596-
"@types/node@20.5.1":
2597-
version "20.5.1"
2598-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
2599-
integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
2596+
"@types/node@^18.11.9":
2597+
version "18.18.6"
2598+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.6.tgz#26da694f75cdb057750f49d099da5e3f3824cb3e"
2599+
integrity sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==
26002600

26012601
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.1":
26022602
version "2.4.1"
@@ -4037,15 +4037,15 @@ conventional-changelog-angular@^6.0.0:
40374037
dependencies:
40384038
compare-func "^2.0.0"
40394039

4040-
conventional-commits-parser@^4.0.0:
4041-
version "4.0.0"
4042-
resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-4.0.0.tgz#02ae1178a381304839bce7cea9da5f1b549ae505"
4043-
integrity sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==
4040+
conventional-commits-parser@^5.0.0:
4041+
version "5.0.0"
4042+
resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz#57f3594b81ad54d40c1b4280f04554df28627d9a"
4043+
integrity sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==
40444044
dependencies:
40454045
JSONStream "^1.3.5"
4046-
is-text-path "^1.0.1"
4047-
meow "^8.1.2"
4048-
split2 "^3.2.2"
4046+
is-text-path "^2.0.0"
4047+
meow "^12.0.1"
4048+
split2 "^4.0.0"
40494049

40504050
convert-source-map@^1.6.0, convert-source-map@^1.7.0:
40514051
version "1.8.0"
@@ -6708,12 +6708,12 @@ is-symbol@^1.0.2, is-symbol@^1.0.3:
67086708
dependencies:
67096709
has-symbols "^1.0.2"
67106710

6711-
is-text-path@^1.0.1:
6712-
version "1.0.1"
6713-
resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e"
6714-
integrity sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==
6711+
is-text-path@^2.0.0:
6712+
version "2.0.0"
6713+
resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-2.0.0.tgz#b2484e2b720a633feb2e85b67dc193ff72c75636"
6714+
integrity sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==
67156715
dependencies:
6716-
text-extensions "^1.0.0"
6716+
text-extensions "^2.0.0"
67176717

67186718
is-typedarray@^1.0.0, is-typedarray@~1.0.0:
67196719
version "1.0.0"
@@ -7546,7 +7546,7 @@ meow@^12.0.1:
75467546
type-fest "^3.9.0"
75477547
yargs-parser "^21.1.1"
75487548

7549-
meow@^8.0.0, meow@^8.1.2:
7549+
meow@^8.0.0:
75507550
version "8.1.2"
75517551
resolved "https://registry.yarnpkg.com/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897"
75527552
integrity sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==
@@ -9649,13 +9649,18 @@ spdx-license-ids@^3.0.0:
96499649
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz#69077835abe2710b65f03969898b6637b505a779"
96509650
integrity sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==
96519651

9652-
split2@^3.0.0, split2@^3.2.2:
9652+
split2@^3.0.0:
96539653
version "3.2.2"
96549654
resolved "https://registry.yarnpkg.com/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f"
96559655
integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==
96569656
dependencies:
96579657
readable-stream "^3.0.0"
96589658

9659+
split2@^4.0.0:
9660+
version "4.2.0"
9661+
resolved "https://registry.yarnpkg.com/split2/-/split2-4.2.0.tgz#c9c5920904d148bab0b9f67145f245a86aadbfa4"
9662+
integrity sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==
9663+
96599664
sprintf-js@~1.0.2:
96609665
version "1.0.3"
96619666
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
@@ -10005,10 +10010,10 @@ test-exclude@^6.0.0:
1000510010
glob "^7.1.4"
1000610011
minimatch "^3.0.4"
1000710012

10008-
text-extensions@^1.0.0:
10009-
version "1.9.0"
10010-
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26"
10011-
integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==
10013+
text-extensions@^2.0.0:
10014+
version "2.4.0"
10015+
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-2.4.0.tgz#a1cfcc50cf34da41bfd047cc744f804d1680ea34"
10016+
integrity sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==
1001210017

1001310018
text-table@^0.2.0:
1001410019
version "0.2.0"
@@ -10274,16 +10279,16 @@ typescript@^4.1.3:
1027410279
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
1027510280
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==
1027610281

10277-
"typescript@^4.6.4 || ^5.2.2":
10278-
version "5.2.2"
10279-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
10280-
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
10281-
1028210282
typescript@^4.9.3:
1028310283
version "4.9.3"
1028410284
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
1028510285
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
1028610286

10287+
typescript@^5.2.2:
10288+
version "5.2.2"
10289+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
10290+
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
10291+
1028710292
unbox-primitive@^1.0.2:
1028810293
version "1.0.2"
1028910294
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"

0 commit comments

Comments
 (0)