Skip to content

Commit

Permalink
Update dependency @auto-it/all-contributors to v9.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 1, 2020
1 parent 78d4a4a commit e66696b
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-native": ">=0.59"
},
"devDependencies": {
"@auto-it/all-contributors": "9.21.2",
"@auto-it/all-contributors": "9.22.3",
"@auto-it/first-time-contributor": "9.21.2",
"@react-native-community/eslint-config": "1.0.0",
"@testing-library/react-hooks": "3.2.1",
Expand Down
74 changes: 68 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# yarn lockfile v1


"@auto-it/all-contributors@9.21.2":
version "9.21.2"
resolved "https://registry.yarnpkg.com/@auto-it/all-contributors/-/all-contributors-9.21.2.tgz#244609cc02de629e05458c7c17fd672e4868630a"
integrity sha512-/ZNG+k1n1qoFmQPSoW1QDsuyHxrQnzIZaijlJNyBSsM23ZKb20BpXjEiNwwSqTTv1CVwimmljfod2STClahqXA==
"@auto-it/all-contributors@9.22.3":
version "9.22.3"
resolved "https://registry.yarnpkg.com/@auto-it/all-contributors/-/all-contributors-9.22.3.tgz#01f31ece757357d9c485b25deb6ff46a232f7048"
integrity sha512-ka7FKyvVp1O0nMX2fHeaeuNdxSDtaCwEQ6t0rbTkoextgBb5a3H937jw5wak/YNIPn3Z5zTeyU5X3k5CG5Ldgw==
dependencies:
"@auto-it/bot-list" "^9.21.2"
"@auto-it/core" "^9.21.2"
"@auto-it/bot-list" "^9.22.3"
"@auto-it/core" "^9.22.3"
anymatch "^3.1.1"
await-to-js "^2.1.1"
fp-ts "^2.5.3"
Expand All @@ -26,6 +26,11 @@
resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-9.22.2.tgz#ab6a6e6df8cd79679a9f910a0e6264972bf656c6"
integrity sha512-/l21ihhW3VF7Qfhen1ZFAqHFaEV8bT10Hb11S2JlGPJjexhNByGt0T5d+N0e9JJg5u04c3nZ1sHFz1p9kIoNDQ==

"@auto-it/bot-list@^9.22.3":
version "9.22.3"
resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-9.22.3.tgz#af2054c902a87735198527e968c4b3bb649ef8de"
integrity sha512-is7juQ5EUSHN1AuFQfGlgk5/ZRMXEF4y9iISx7QrUCE2b6ub5kwugUDpf+KZHX5IhwoyZP7vRKM2AIpolt69jg==

"@auto-it/core@^9.21.2":
version "9.21.2"
resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-9.21.2.tgz#84e99c2eb7c6dae7f0fc1df1a2bc10e29ff323da"
Expand Down Expand Up @@ -106,6 +111,46 @@
typescript-memoize "^1.0.0-alpha.3"
url-join "^4.0.0"

"@auto-it/core@^9.22.3":
version "9.22.3"
resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-9.22.3.tgz#1ed2adcc8eeee9b7d04feb74b8f10dfc7927f0ca"
integrity sha512-4bPcxS0olLfwZWERiQEzocOjEz344RFrh7Yh5iaP0sUO57kJ0GGFUNSMsgRcn+dBRSkkxqZPF5bVTIasFsEaqw==
dependencies:
"@auto-it/bot-list" "^9.22.3"
"@octokit/core" "2.4.2"
"@octokit/graphql" "4.3.1"
"@octokit/plugin-enterprise-compatibility" "1.2.2"
"@octokit/plugin-retry" "3.0.1"
"@octokit/plugin-throttling" "^3.2.0"
"@octokit/rest" "16.43.1"
await-to-js "^2.1.1"
chalk "^3.0.0"
cosmiconfig "6.0.0"
deepmerge "^4.0.0"
dotenv "^8.0.0"
endent "^1.3.0"
enquirer "^2.3.4"
env-ci "^5.0.1"
fp-ts "^2.5.3"
fromentries "^1.2.0"
gitlogplus "^3.1.2"
https-proxy-agent "^5.0.0"
import-cwd "^3.0.0"
import-from "^3.0.0"
io-ts "^2.1.2"
lodash.chunk "^4.2.0"
log-symbols "^3.0.0"
node-fetch "2.6.0"
parse-github-url "1.0.2"
semver "^7.0.0"
signale "^1.4.0"
tapable "^2.0.0-beta.2"
terminal-link "^2.1.1"
tinycolor2 "^1.4.1"
tslib "1.11.1"
typescript-memoize "^1.0.0-alpha.3"
url-join "^4.0.0"

"@auto-it/first-time-contributor@9.21.2":
version "9.21.2"
resolved "https://registry.yarnpkg.com/@auto-it/first-time-contributor/-/first-time-contributor-9.21.2.tgz#61e4200536bf1a88e13d8454afa7bb2a96695201"
Expand Down Expand Up @@ -1165,6 +1210,14 @@
"@octokit/request-error" "^1.2.0"
"@octokit/types" "^2.0.1"

"@octokit/plugin-enterprise-compatibility@1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@octokit/plugin-enterprise-compatibility/-/plugin-enterprise-compatibility-1.2.2.tgz#a30b635b63760e1504e57af5cf54da058b32a1de"
integrity sha512-LjESzkcoQHm1JN3drgjttbSk5fYNI8EPtcAiDqpnok0oL69vWIb5tcjyKrg7fPwzyRl/+A+UQbkIOsG2LJh09w==
dependencies:
"@octokit/request-error" "^2.0.0"
"@octokit/types" "^2.0.1"

"@octokit/plugin-paginate-rest@^1.1.1":
version "1.1.2"
resolved "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-1.1.2.tgz#004170acf8c2be535aba26727867d692f7b488fc"
Expand Down Expand Up @@ -1210,6 +1263,15 @@
deprecation "^2.0.0"
once "^1.4.0"

"@octokit/request-error@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-2.0.0.tgz#94ca7293373654400fbb2995f377f9473e00834b"
integrity sha512-rtYicB4Absc60rUv74Rjpzek84UbVHGHJRu4fNVlZ1mCcyUPPuzFfG9Rn6sjHrd95DEsmjSt1Axlc699ZlbDkw==
dependencies:
"@octokit/types" "^2.0.0"
deprecation "^2.0.0"
once "^1.4.0"

"@octokit/request@^5.2.0", "@octokit/request@^5.3.0", "@octokit/request@^5.3.1":
version "5.3.2"
resolved "https://registry.npmjs.org/@octokit/request/-/request-5.3.2.tgz#1ca8b90a407772a1ee1ab758e7e0aced213b9883"
Expand Down

0 comments on commit e66696b

Please sign in to comment.