Skip to content

Commit

Permalink
Update dependency leasot to ^13.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 3, 2023
1 parent adcf0a4 commit 5461172
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"fake-eggs": "^6.5.3",
"flow-bin": "^0.196.3",
"goodeggs-test-helpers": "^8.3.2",
"leasot": "^13.2.0",
"leasot": "^13.3.0",
"mocha": "10.2.0",
"nock": "13",
"nyc": "^15.1.0",
Expand Down
33 changes: 16 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2097,9 +2097,10 @@ astral-regex@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"

async@^3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
async@^3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==

asynckit@^0.4.0:
version "0.4.0"
Expand Down Expand Up @@ -2429,11 +2430,7 @@ commander@^4.0.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"

commander@^9.1.0:
version "9.2.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-9.2.0.tgz#6e21014b2ed90d8b7c9647230d8b7a94a4a419a9"

commander@^9.3.0:
commander@^9.3.0, commander@^9.4.0:
version "9.4.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.1.tgz#d1dd8f2ce6faf93147295c0df13c7c21141cfbdd"

Expand Down Expand Up @@ -3336,9 +3333,10 @@ globby@^11.1.0:
merge2 "^1.4.1"
slash "^3.0.0"

globby@^13.1.1:
version "13.1.1"
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.1.tgz#7c44a93869b0b7612e38f22ed532bfe37b25ea6f"
globby@^13.1.2:
version "13.1.3"
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.3.tgz#f62baf5720bcb2c1330c8d4ef222ee12318563ff"
integrity sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==
dependencies:
dir-glob "^3.0.1"
fast-glob "^3.2.11"
Expand Down Expand Up @@ -3872,16 +3870,17 @@ kind-of@^6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"

leasot@^13.2.0:
version "13.2.0"
resolved "https://registry.yarnpkg.com/leasot/-/leasot-13.2.0.tgz#fe35e17f1568735cdcb5f17ca3efaa299a08f560"
leasot@^13.3.0:
version "13.3.0"
resolved "https://registry.yarnpkg.com/leasot/-/leasot-13.3.0.tgz#357a4088f562df3a6c3323a3f553183f72bbce75"
integrity sha512-WEAlnIRsUJJv525J9B1i20tFuwj+B8EHPgZjKnfVNkrKbaJgiGXilnS/yHDhitWKy9IpE/iQ7XKTPP/9nL5DoQ==
dependencies:
async "^3.2.3"
async "^3.2.4"
chalk "^5.0.1"
commander "^9.1.0"
commander "^9.4.0"
eol "^0.9.1"
get-stdin "^9.0.0"
globby "^13.1.1"
globby "^13.1.2"
json2xml "^0.1.3"
lodash "^4.17.21"
log-symbols "^5.1.0"
Expand Down

0 comments on commit 5461172

Please sign in to comment.