Skip to content

Commit 2c5a3e1

Browse files
committed
Prepare v1.1.15
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 8df015c commit 2c5a3e1

File tree

3 files changed

+89
-82
lines changed

3 files changed

+89
-82
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to
88

99
## [unreleased]
1010

11+
## [1.1.15]
12+
13+
### Changed
14+
15+
- Update dependencies.
16+
1117
## [1.1.14]
1218

1319
### Changed
@@ -144,7 +150,8 @@ that require it.
144150

145151
- Initial release.
146152

147-
[unreleased]: https://github.com/avsm/setup-ocaml/compare/v1.1.14...HEAD
153+
[unreleased]: https://github.com/avsm/setup-ocaml/compare/v1.1.15...HEAD
154+
[1.1.15]: https://github.com/avsm/setup-ocaml/compare/v1.1.14...v1.1.15
148155
[1.1.14]: https://github.com/avsm/setup-ocaml/compare/v1.1.13...v1.1.14
149156
[1.1.13]: https://github.com/avsm/setup-ocaml/compare/v1.1.12...v1.1.13
150157
[1.1.12]: https://github.com/avsm/setup-ocaml/compare/v1.1.11...v1.1.12

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@types/jest": "29.5.1",
22-
"@types/node": "18.16.2",
22+
"@types/node": "18.16.3",
2323
"@types/semver": "7.3.13",
2424
"@typescript-eslint/eslint-plugin": "5.59.1",
2525
"@typescript-eslint/parser": "5.59.1",

yarn.lock

Lines changed: 80 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -66,57 +66,57 @@
6666
dependencies:
6767
"@babel/highlight" "^7.18.6"
6868

69-
"@babel/compat-data@^7.21.4":
70-
version "7.21.4"
71-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
72-
integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==
69+
"@babel/compat-data@^7.21.5":
70+
version "7.21.7"
71+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc"
72+
integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==
7373

7474
"@babel/core@^7.11.6", "@babel/core@^7.12.3":
75-
version "7.21.4"
76-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659"
77-
integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==
75+
version "7.21.5"
76+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.5.tgz#92f753e8b9f96e15d4b398dbe2f25d1408c9c426"
77+
integrity sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g==
7878
dependencies:
7979
"@ampproject/remapping" "^2.2.0"
8080
"@babel/code-frame" "^7.21.4"
81-
"@babel/generator" "^7.21.4"
82-
"@babel/helper-compilation-targets" "^7.21.4"
83-
"@babel/helper-module-transforms" "^7.21.2"
84-
"@babel/helpers" "^7.21.0"
85-
"@babel/parser" "^7.21.4"
81+
"@babel/generator" "^7.21.5"
82+
"@babel/helper-compilation-targets" "^7.21.5"
83+
"@babel/helper-module-transforms" "^7.21.5"
84+
"@babel/helpers" "^7.21.5"
85+
"@babel/parser" "^7.21.5"
8686
"@babel/template" "^7.20.7"
87-
"@babel/traverse" "^7.21.4"
88-
"@babel/types" "^7.21.4"
87+
"@babel/traverse" "^7.21.5"
88+
"@babel/types" "^7.21.5"
8989
convert-source-map "^1.7.0"
9090
debug "^4.1.0"
9191
gensync "^1.0.0-beta.2"
9292
json5 "^2.2.2"
9393
semver "^6.3.0"
9494

95-
"@babel/generator@^7.21.4", "@babel/generator@^7.7.2":
96-
version "7.21.4"
97-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc"
98-
integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==
95+
"@babel/generator@^7.21.5", "@babel/generator@^7.7.2":
96+
version "7.21.5"
97+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f"
98+
integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==
9999
dependencies:
100-
"@babel/types" "^7.21.4"
100+
"@babel/types" "^7.21.5"
101101
"@jridgewell/gen-mapping" "^0.3.2"
102102
"@jridgewell/trace-mapping" "^0.3.17"
103103
jsesc "^2.5.1"
104104

105-
"@babel/helper-compilation-targets@^7.21.4":
106-
version "7.21.4"
107-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656"
108-
integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==
105+
"@babel/helper-compilation-targets@^7.21.5":
106+
version "7.21.5"
107+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366"
108+
integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==
109109
dependencies:
110-
"@babel/compat-data" "^7.21.4"
110+
"@babel/compat-data" "^7.21.5"
111111
"@babel/helper-validator-option" "^7.21.0"
112112
browserslist "^4.21.3"
113113
lru-cache "^5.1.1"
114114
semver "^6.3.0"
115115

116-
"@babel/helper-environment-visitor@^7.18.9":
117-
version "7.18.9"
118-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
119-
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
116+
"@babel/helper-environment-visitor@^7.21.5":
117+
version "7.21.5"
118+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
119+
integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
120120

121121
"@babel/helper-function-name@^7.21.0":
122122
version "7.21.0"
@@ -133,38 +133,38 @@
133133
dependencies:
134134
"@babel/types" "^7.18.6"
135135

136-
"@babel/helper-module-imports@^7.18.6":
136+
"@babel/helper-module-imports@^7.21.4":
137137
version "7.21.4"
138138
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af"
139139
integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==
140140
dependencies:
141141
"@babel/types" "^7.21.4"
142142

143-
"@babel/helper-module-transforms@^7.21.2":
144-
version "7.21.2"
145-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
146-
integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
143+
"@babel/helper-module-transforms@^7.21.5":
144+
version "7.21.5"
145+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420"
146+
integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==
147147
dependencies:
148-
"@babel/helper-environment-visitor" "^7.18.9"
149-
"@babel/helper-module-imports" "^7.18.6"
150-
"@babel/helper-simple-access" "^7.20.2"
148+
"@babel/helper-environment-visitor" "^7.21.5"
149+
"@babel/helper-module-imports" "^7.21.4"
150+
"@babel/helper-simple-access" "^7.21.5"
151151
"@babel/helper-split-export-declaration" "^7.18.6"
152152
"@babel/helper-validator-identifier" "^7.19.1"
153153
"@babel/template" "^7.20.7"
154-
"@babel/traverse" "^7.21.2"
155-
"@babel/types" "^7.21.2"
154+
"@babel/traverse" "^7.21.5"
155+
"@babel/types" "^7.21.5"
156156

157157
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0":
158-
version "7.20.2"
159-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
160-
integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
158+
version "7.21.5"
159+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.21.5.tgz#345f2377d05a720a4e5ecfa39cbf4474a4daed56"
160+
integrity sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==
161161

162-
"@babel/helper-simple-access@^7.20.2":
163-
version "7.20.2"
164-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
165-
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
162+
"@babel/helper-simple-access@^7.21.5":
163+
version "7.21.5"
164+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee"
165+
integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==
166166
dependencies:
167-
"@babel/types" "^7.20.2"
167+
"@babel/types" "^7.21.5"
168168

169169
"@babel/helper-split-export-declaration@^7.18.6":
170170
version "7.18.6"
@@ -173,10 +173,10 @@
173173
dependencies:
174174
"@babel/types" "^7.18.6"
175175

176-
"@babel/helper-string-parser@^7.19.4":
177-
version "7.19.4"
178-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
179-
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
176+
"@babel/helper-string-parser@^7.21.5":
177+
version "7.21.5"
178+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
179+
integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
180180

181181
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
182182
version "7.19.1"
@@ -188,14 +188,14 @@
188188
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
189189
integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==
190190

191-
"@babel/helpers@^7.21.0":
192-
version "7.21.0"
193-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e"
194-
integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==
191+
"@babel/helpers@^7.21.5":
192+
version "7.21.5"
193+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08"
194+
integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==
195195
dependencies:
196196
"@babel/template" "^7.20.7"
197-
"@babel/traverse" "^7.21.0"
198-
"@babel/types" "^7.21.0"
197+
"@babel/traverse" "^7.21.5"
198+
"@babel/types" "^7.21.5"
199199

200200
"@babel/highlight@^7.18.6":
201201
version "7.18.6"
@@ -206,10 +206,10 @@
206206
chalk "^2.0.0"
207207
js-tokens "^4.0.0"
208208

209-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
210-
version "7.21.4"
211-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
212-
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
209+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5":
210+
version "7.21.5"
211+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.5.tgz#821bb520118fd25b982eaf8d37421cf5c64a312b"
212+
integrity sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ==
213213

214214
"@babel/plugin-syntax-async-generators@^7.8.4":
215215
version "7.8.4"
@@ -318,28 +318,28 @@
318318
"@babel/parser" "^7.20.7"
319319
"@babel/types" "^7.20.7"
320320

321-
"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4", "@babel/traverse@^7.7.2":
322-
version "7.21.4"
323-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
324-
integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
321+
"@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2":
322+
version "7.21.5"
323+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133"
324+
integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==
325325
dependencies:
326326
"@babel/code-frame" "^7.21.4"
327-
"@babel/generator" "^7.21.4"
328-
"@babel/helper-environment-visitor" "^7.18.9"
327+
"@babel/generator" "^7.21.5"
328+
"@babel/helper-environment-visitor" "^7.21.5"
329329
"@babel/helper-function-name" "^7.21.0"
330330
"@babel/helper-hoist-variables" "^7.18.6"
331331
"@babel/helper-split-export-declaration" "^7.18.6"
332-
"@babel/parser" "^7.21.4"
333-
"@babel/types" "^7.21.4"
332+
"@babel/parser" "^7.21.5"
333+
"@babel/types" "^7.21.5"
334334
debug "^4.1.0"
335335
globals "^11.1.0"
336336

337-
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
338-
version "7.21.4"
339-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4"
340-
integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==
337+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
338+
version "7.21.5"
339+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6"
340+
integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==
341341
dependencies:
342-
"@babel/helper-string-parser" "^7.19.4"
342+
"@babel/helper-string-parser" "^7.21.5"
343343
"@babel/helper-validator-identifier" "^7.19.1"
344344
to-fast-properties "^2.0.0"
345345

@@ -847,10 +847,10 @@
847847
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
848848
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
849849

850-
"@types/node@*", "@types/[email protected].2":
851-
version "18.16.2"
852-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.2.tgz#2f610ea71034b3971c312192377f8a7178eb57f1"
853-
integrity sha512-GQW/JL/5Fz/0I8RpeBG9lKp0+aNcXEaVL71c0D2Q0QHDTFvlYKT7an0onCUXj85anv7b4/WesqdfchLc0jtsCg==
850+
"@types/node@*", "@types/[email protected].3":
851+
version "18.16.3"
852+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.3.tgz#6bda7819aae6ea0b386ebc5b24bdf602f1b42b01"
853+
integrity sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==
854854

855855
"@types/prettier@^2.1.5":
856856
version "2.7.2"
@@ -1414,9 +1414,9 @@ doctrine@^3.0.0:
14141414
esutils "^2.0.2"
14151415

14161416
electron-to-chromium@^1.4.284:
1417-
version "1.4.376"
1418-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.376.tgz#a771d6c4db028634df126348a4f94075e07e7f65"
1419-
integrity sha512-TFeOKd98TpJzRHkr4Aorn16QkMnuCQuGAE6IZ0wYF+qkbSfMPqjplvRppR02tMUpVxZz8nyBNvVm9lIZsqrbPQ==
1417+
version "1.4.377"
1418+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.377.tgz#7f326a0b2c1b96eca6bb65907addc505d0d15989"
1419+
integrity sha512-H3BYG6DW5Z+l0xcfXaicJGxrpA4kMlCxnN71+iNX+dBLkRMOdVJqFJiAmbNZZKA1zISpRg17JR03qGifXNsJtw==
14201420

14211421
emittery@^0.13.1:
14221422
version "0.13.1"

0 commit comments

Comments
 (0)