Skip to content

Commit

Permalink
Update dependency @auto-it/all-contributors to v9.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 3, 2020
1 parent c087e1a commit 604adc7
Show file tree
Hide file tree
Showing 2 changed files with 52 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.25.0",
"@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
57 changes: 51 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.25.0":
version "9.25.0"
resolved "https://registry.yarnpkg.com/@auto-it/all-contributors/-/all-contributors-9.25.0.tgz#5f68cb2df06ace6ba0bee1d32c4783600e8cba8e"
integrity sha512-kk+BQ3K35hBNS9VQHW1++D4z7x2UdoBEIQ0Vh1DmrfpNV5VfzUEEATznmzO1tkhirt+0SwO9as7bbLqM2HG2kw==
dependencies:
"@auto-it/bot-list" "^9.21.2"
"@auto-it/core" "^9.21.2"
"@auto-it/bot-list" "^9.25.0"
"@auto-it/core" "^9.25.0"
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.4.tgz#eebde9d850a2aa85d1c531058bc038a5e763516c"
integrity sha512-jRcnx2ZC+lUkdggL3saOCxf82vqjMoQZHJGlT3c6ke0AvI6+4l8NuaDjtEDMKAW7SAIkjK35tP0IUg33oXX9Sg==

"@auto-it/bot-list@^9.25.0":
version "9.25.0"
resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-9.25.0.tgz#1147225d4763282a98abf4cbbc0e324eee4b038d"
integrity sha512-XUgJir4roCPdUUX/5wo26dyj1eFZbYKIjP1SuVJDskZ4x3HOwhggBK5WBKkJFv5rGrWnAtVfZpOju4Qzez7GgQ==

"@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.25.0":
version "9.25.0"
resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-9.25.0.tgz#44058a91630c8794c7594a187a0058913944a1b1"
integrity sha512-Qaqz77l77mmYUxFt2xKcMQgoA2RqhIhxoMwISCiTCKGPRuHi5kM1CS8bZAcTDf8tTmY2hkTw/SCtNqBH3KsqTw==
dependencies:
"@auto-it/bot-list" "^9.25.0"
"@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

0 comments on commit 604adc7

Please sign in to comment.