File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 "husky" : " ^8.0.3" ,
3838 "mocha" : " ^10.2.0" ,
3939 "nyc" : " ^15.1.0" ,
40- "oclif" : " ^3.15 .0" ,
40+ "oclif" : " ^3.16 .0" ,
4141 "prettier" : " ^2.8.8" ,
4242 "pretty-quick" : " ^3.1.0" ,
4343 "shx" : " ^0.3.3" ,
Original file line number Diff line number Diff line change @@ -1551,6 +1551,13 @@ astral-regex@^2.0.0:
15511551 resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
15521552 integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
15531553
1554+ async-retry@^1.3.3 :
1555+ version "1.3.3"
1556+ resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.3.3.tgz#0e7f36c04d8478e7a58bdbed80cedf977785f280"
1557+ integrity sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==
1558+ dependencies :
1559+ retry "0.13.1"
1560+
15541561async@^3.2.3 :
15551562 version "3.2.4"
15561563 resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
@@ -5199,15 +5206,16 @@ object.values@^1.1.6:
51995206 define-properties "^1.1.4"
52005207 es-abstract "^1.20.4"
52015208
5202- oclif@^3.15 .0 :
5203- version "3.15 .0"
5204- resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.15 .0.tgz#8e421f97cddd0c355cbd0aad3b68410a92a480b8 "
5205- integrity sha512-iwIjseO6Zuw1X66bN268yVuT6U7Qfwcp4CP4FZ/fd/a81eqQ6CTSCfeInjn/uDhfC/U01KrbNZPIZCMkjWHzxA ==
5209+ oclif@^3.16 .0 :
5210+ version "3.16 .0"
5211+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.16 .0.tgz#b1983f310cbb25944d7da02125aa0c095aa7669d "
5212+ integrity sha512-qbPJ9SifBDPeMnuYIyJc0+kGyXmLubJs/lOD1wjrvAiKqTWQ1xy/EFlNMgBGETCf7RQf1iSJmvf+s22ZkLc7Ow ==
52065213 dependencies :
52075214 " @oclif/core" " ^2.11.4"
52085215 " @oclif/plugin-help" " ^5.2.14"
52095216 " @oclif/plugin-not-found" " ^2.3.32"
52105217 " @oclif/plugin-warn-if-update-available" " ^2.0.44"
5218+ async-retry "^1.3.3"
52115219 aws-sdk "^2.1231.0"
52125220 concurrently "^7.6.0"
52135221 debug "^4.3.3"
@@ -5967,6 +5975,11 @@ restore-cursor@^3.1.0:
59675975 onetime "^5.1.0"
59685976 signal-exit "^3.0.2"
59695977
5978+ retry@0.13.1 :
5979+ version "0.13.1"
5980+ resolved "https://registry.yarnpkg.com/retry/-/retry-0.13.1.tgz#185b1587acf67919d63b357349e03537b2484658"
5981+ integrity sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==
5982+
59705983retry@^0.12.0 :
59715984 version "0.12.0"
59725985 resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b"
You can’t perform that action at this time.
0 commit comments