Skip to content
This repository was archived by the owner on Oct 31, 2021. It is now read-only.

Commit 93c2fd7

Browse files
Merge #362 #364
362: fix(deps): update dependency yargs to v17.2.1 r=elliotcourant a=renovate[bot] [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yargs](https://yargs.js.org/) ([source](https://togithub.com/yargs/yargs)) | [`17.2.0` -> `17.2.1`](https://renovatebot.com/diffs/npm/yargs/17.2.0/17.2.1) | [![age](https://badges.renovateapi.com/packages/npm/yargs/17.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/yargs/17.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/yargs/17.2.1/compatibility-slim/17.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/yargs/17.2.1/confidence-slim/17.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>yargs/yargs</summary> ### [`v17.2.1`](https://togithub.com/yargs/yargs/blob/master/CHANGELOG.md#&#8203;1721-httpswwwgithubcomyargsyargscomparev1720v1721-2021-09-25) [Compare Source](https://togithub.com/yargs/yargs/compare/v17.2.0...v17.2.1) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/rest-api). 364: fix(deps): update google.golang.org/genproto commit hash to 433400c r=elliotcourant a=renovate[bot] [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/genproto](https://togithub.com/googleapis/go-genproto) | require | digest | `3dee208` -> `433400c` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/rest-api). Co-authored-by: Renovate Bot <[email protected]>
3 parents ac872e4 + a321297 + 622401a commit 93c2fd7

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/vmihailenco/msgpack/v5 v5.3.4
3939
github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119
4040
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
41-
google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0
41+
google.golang.org/genproto v0.0.0-20210927142257-433400c27d05
4242
gopkg.in/ezzarghili/recaptcha-go.v4 v4.3.0
4343
)
4444

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,8 @@ google.golang.org/genproto v0.0.0-20210821163610-241b8fcbd6c8/go.mod h1:eFjDcFEc
12461246
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY=
12471247
google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0 h1:5Tbluzus3QxoAJx4IefGt1W0HQZW4nuMrVk684jI74Q=
12481248
google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
1249+
google.golang.org/genproto v0.0.0-20210927142257-433400c27d05 h1:6/1QShroBaS9sY9NbPquolxRETG6PZhfv8ohdbLieBg=
1250+
google.golang.org/genproto v0.0.0-20210927142257-433400c27d05/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
12491251
google.golang.org/grpc v1.14.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw=
12501252
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
12511253
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"sql-formatter": "4.0.2",
77
"ts-node": "10.2.1",
88
"typescript": "4.4.3",
9-
"yargs": "17.2.0"
9+
"yargs": "17.2.1"
1010
},
1111
"devDependencies": {
1212
"@types/yargs": "17.0.3"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1762,10 +1762,10 @@ yargs-parser@^20.2.2:
17621762
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a"
17631763
integrity sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==
17641764

1765-
1766-
version "17.2.0"
1767-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.2.0.tgz#ec529632b2cb9044f3927f4b45f9cc4ae2535653"
1768-
integrity sha512-UPeZv4h9Xv510ibpt5rdsUNzgD78nMa1rhxxCgvkKiq06hlKCEHJLiJ6Ub8zDg/wR6hedEI6ovnd2vCvJ4nusA==
1765+
1766+
version "17.2.1"
1767+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.2.1.tgz#e2c95b9796a0e1f7f3bf4427863b42e0418191ea"
1768+
integrity sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==
17691769
dependencies:
17701770
cliui "^7.0.2"
17711771
escalade "^3.1.1"

0 commit comments

Comments
 (0)