Skip to content

Commit

Permalink
Update dependency @ianwalter/requester to ^2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 8, 2020
1 parent 293ffac commit c41d6c5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@ianwalter/puppeteer-helper": "^4.0.0",
"@ianwalter/release": "^5.0.2",
"@ianwalter/renovate-config": "^1.3.0",
"@ianwalter/requester": "^2.2.0"
"@ianwalter/requester": "^2.3.0"
},
"eslintConfig": {
"root": true,
Expand Down
36 changes: 29 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
execa "^3.4.0"
strip "^3.0.0"

"@ianwalter/dot@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@ianwalter/dot/-/dot-1.0.4.tgz#32d9f98d59382475798c65bf686e95328327bfd3"
integrity sha512-bq6q4ZXWzQfBbE29i6trTwAtmmRzSWU0D/fSPhA/tDNbxhSlXDYUxfITtq1cctqi+s4BV4PgYIjxNkLeePK1mQ==

"@ianwalter/eslint-config@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@ianwalter/eslint-config/-/eslint-config-5.3.0.tgz#47525e745966f39c456a8637b4e787201412dd19"
Expand Down Expand Up @@ -241,7 +246,7 @@
marked-terminal "^3.3.0"
strip-ansi "^6.0.0"

"@ianwalter/print@^5.0.0", "@ianwalter/print@^5.3.0":
"@ianwalter/print@^5.0.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@ianwalter/print/-/print-5.3.0.tgz#f5a73bbe387075d0ac5fb654943c81c181082d84"
integrity sha512-YkkUv/Bnwzu0qNqj3BCo1ZP19wk2kkYXYhFvgKGZqVpELRHEwOzo5pD4KszwhjvMUNiBOLYqOZO8C3OCx5+cXA==
Expand Down Expand Up @@ -289,6 +294,23 @@
marked-terminal "^4.1.0"
strip-ansi "^6.0.0"

"@ianwalter/print@^8.0.3":
version "8.0.3"
resolved "https://registry.yarnpkg.com/@ianwalter/print/-/print-8.0.3.tgz#28f520eabff2068f93aeace20ca56e07595946d1"
integrity sha512-wq6DdjY3N760nf4mJioub45ZLL+8G9UohSV+yUh69iZ0tHzvztWvBxWT3m8H1W41NEIIWWkpXl/jz8WV4n/Srg==
dependencies:
"@ianwalter/chromafi" "^1.0.1"
"@ianwalter/cli" "^4.1.0"
"@ianwalter/clone" "^6.0.1"
"@ianwalter/dot" "^1.0.4"
"@ianwalter/merge" "^9.0.1"
chalk "^4.1.0"
has-ansi "^4.0.0"
has-emoji "^1.1.0"
marked "^1.1.0"
marked-terminal "^4.1.0"
strip-ansi "^6.0.0"

"@ianwalter/puppeteer-helper@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@ianwalter/puppeteer-helper/-/puppeteer-helper-4.0.0.tgz#b3da0ca9fce9210d53e31a39c13a5fc92f6f1bbb"
Expand Down Expand Up @@ -322,15 +344,15 @@
resolved "https://registry.yarnpkg.com/@ianwalter/renovate-config/-/renovate-config-1.3.0.tgz#821419333c7673dae837b7bbfb5574a520a4e9db"
integrity sha512-J6xH9Lnm9TxqtZIO/cWFT1ziykPN3HlcMeJmUyiOHB0ol4DYJJPM/6/LSbEydU7iUGK5DxobWLAHoKC4j7RcLg==

"@ianwalter/requester@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@ianwalter/requester/-/requester-2.2.0.tgz#dcabfb2c43cbb6b376445fda4c1e624503d1d229"
integrity sha512-LAx7jwft2JADO+DZ2l944rZTorqFelpcyZXqEcJ6BtkxatKUFRnKZG+KZlfaVORjcEAIN8zNbtf8YMt32rU+mg==
"@ianwalter/requester@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@ianwalter/requester/-/requester-2.3.0.tgz#2639af5430d698dd8a0c47591d9b9cfefffcc60d"
integrity sha512-HZbT7JqbBo0+2rbSiBAb3sStzcXO6WSrpvuFxuBkcKuN2rcT8NaPQj0xL+zRb0DCppdAUYEnlZy7RRcRsN8a6w==
dependencies:
"@ianwalter/base-error" "^6.1.0"
"@ianwalter/clone" "^6.0.1"
"@ianwalter/merge" "^7.0.0"
"@ianwalter/print" "^5.3.0"
"@ianwalter/merge" "^9.0.1"
"@ianwalter/print" "^8.0.3"

"@ianwalter/sleep@^0.0.1":
version "0.0.1"
Expand Down

0 comments on commit c41d6c5

Please sign in to comment.