Skip to content

Commit

Permalink
Merge pull request #3 from lemon-sour/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update devdependency renovate to ^19.221.2
  • Loading branch information
hisasann authored Apr 29, 2020
2 parents b6cad5c + f96c266 commit 8dec70d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"devDependencies": {
"renovate": "^19.221.0",
"renovate": "^19.221.2",
"standard-version": "^7.1.0"
}
}
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3018,6 +3018,11 @@ nan@^2.14.0:
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==

nan@^2.14.1:
version "2.14.1"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01"
integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==

nanoid@^2.1.0:
version "2.1.11"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.1.11.tgz#ec24b8a758d591561531b4176a01e3ab4f0f0280"
Expand Down Expand Up @@ -3872,12 +3877,12 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.2.8:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

re2@1.10.5:
version "1.10.5"
resolved "https://registry.yarnpkg.com/re2/-/re2-1.10.5.tgz#b3730438121c6bf59d459aff3471177eef513445"
integrity sha512-ssO3AD8/YJzuQUgEasS8PxA8n1yg8JB2VNSJhCebuuHLwaGiufhtFGUypS2bONrCPDbjwlMy7OZD9LkcrQMr1g==
re2@1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/re2/-/re2-1.11.0.tgz#b139158a94fba05d40556b33edb0162f20743f51"
integrity sha512-ZsJW49YmYTKHPUuFuzhQZrX1Z8x5mdugovcvKG4WHqHPtO2EnwC99nj5IePWqD9a8/LiOg8V5xZH64Aw8a+C7A==
dependencies:
nan "^2.14.0"
nan "^2.14.1"

read-chunk@^2.1.0:
version "2.1.0"
Expand Down Expand Up @@ -4128,10 +4133,10 @@ remark@^9.0.0:
remark-stringify "^5.0.0"
unified "^6.0.0"

renovate@^19.221.0:
version "19.221.0"
resolved "https://registry.yarnpkg.com/renovate/-/renovate-19.221.0.tgz#bcc9fe94bf56617c2aefb8c76b518ea6e0c3f6b6"
integrity sha512-Qyd94/7dSKpTLMxZgBVPLvz92VbZYWNksinNayA8p4Nb1DNGP7Nt0rz1K3dGzWo2N83ZZ7vNdXKlmg6oDIf2+g==
renovate@^19.221.2:
version "19.221.2"
resolved "https://registry.yarnpkg.com/renovate/-/renovate-19.221.2.tgz#e0f7db2c6984aef16f1053f181b4e2397cfd2b42"
integrity sha512-cZWDQSpvBcBXz5/aiUFEVaQzxrlU3qSZyQaQ2FPcrFz2tZ7/e/glG4M3EDVHsXdbMv7nn6QNvr3fgWZFRk+Zcw==
dependencies:
"@renovate/pep440" "0.4.1"
"@sindresorhus/is" "2.1.1"
Expand Down Expand Up @@ -4196,7 +4201,7 @@ renovate@^19.221.0:
xmldoc "1.1.2"
yarn "1.22.4"
optionalDependencies:
re2 "1.10.5"
re2 "1.11.0"

repeat-string@^1.5.4:
version "1.6.1"
Expand Down

0 comments on commit 8dec70d

Please sign in to comment.