Skip to content

Commit 4cf8cd7

Browse files
fix(deps): update shared components packages
1 parent 7776062 commit 4cf8cd7

File tree

6 files changed

+434
-33
lines changed

6 files changed

+434
-33
lines changed

.github/workflows/gobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Install Go
22-
uses: actions/setup-go@v3
22+
uses: actions/setup-go@v4
2323
with:
2424
go-version: 1.18.x
2525
- name: Checkout code

.github/workflows/modular-docs-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
name: Checkout Source
1515
- name: Install Go
16-
uses: actions/setup-go@v3
16+
uses: actions/setup-go@v4
1717
with:
1818
go-version: 1.17.x
1919
- run: make generate-downstream-docs

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
-
1818
name: Set up Go
19-
uses: actions/setup-go@v3
19+
uses: actions/setup-go@v4
2020
with:
2121
go-version: 1.18.x
2222

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ go 1.18
55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.6
77
github.com/BurntSushi/toml v1.2.1
8-
github.com/MakeNowJust/heredoc v1.0.0
9-
github.com/Nerzal/gocloak/v7 v7.11.0
8+
github.com/MakeNowJust/heredoc/v2 v2.0.1
9+
github.com/Nerzal/gocloak/v13 v13.1.0
1010
github.com/aerogear/charmil v0.8.3
1111
github.com/blang/semver v3.5.1+incompatible
1212
github.com/briandowns/spinner v1.19.0
1313
github.com/coreos/go-oidc/v3 v3.4.0
1414
github.com/fatih/color v1.13.0
1515
github.com/golang-jwt/jwt/v4 v4.4.3
16-
github.com/google/go-github/v39 v39.2.0
16+
github.com/google/go-github/v50 v50.2.0
1717
github.com/jackdelahunt/survey-json-schema v0.13.0
1818
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
1919
github.com/landoop/tableprinter v0.0.0-20201125135848-89e81fc956e7
@@ -30,12 +30,12 @@ require (
3030
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a
3131
golang.org/x/oauth2 v0.3.0
3232
golang.org/x/text v0.5.0
33-
gopkg.in/AlecAivazis/survey.v1 v1.8.8
33+
gopkg.in/AlecAivazis/survey.v2 v2.3.6
3434
gopkg.in/segmentio/analytics-go.v3 v3.1.0
35-
gopkg.in/yaml.v2 v2.4.0
35+
gopkg.in/yaml.v3 v3.0.1
3636
k8s.io/api v0.24.8
3737
k8s.io/apimachinery v0.24.8
38-
k8s.io/client-go v0.24.8
38+
k8s.io/client-go v11.0.0+incompatible
3939
k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
4040
)
4141

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"dependencies": {
1717
"@docusaurus/core": "2.2.0",
1818
"@docusaurus/preset-classic": "2.2.0",
19-
"@mdx-js/react": "1.6.22",
20-
"@svgr/webpack": "6.5.1",
19+
"@mdx-js/react": "2.3.0",
20+
"@svgr/webpack": "7.0.0",
2121
"clsx": "1.2.1",
2222
"file-loader": "6.2.0",
2323
"prism-react-renderer": "1.3.5",

0 commit comments

Comments
 (0)