Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 18, 2023
1 parent d7e0cfd commit 2191fa2
Show file tree
Hide file tree
Showing 7 changed files with 446 additions and 446 deletions.
2 changes: 1 addition & 1 deletion .github/actions/golang/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Setup Go binary and caching"
runs:
using: composite
steps:
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: 1.19.x
cache: true
688 changes: 344 additions & 344 deletions docs-website/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "2.4.0",
"@docusaurus/preset-classic": "2.4.0",
"@docusaurus/theme-mermaid": "2.4.0",
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-mermaid": "2.4.1",
"@easyops-cn/docusaurus-search-local": "^0.35.0",
"prism-react-renderer": "1.3.5",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.0"
"@docusaurus/module-type-aliases": "2.4.1"
},
"browserslist": {
"production": [
Expand Down
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,32 @@ require (
github.com/distribution/distribution v2.8.2+incompatible
github.com/docker/cli v23.0.6+incompatible
github.com/fatih/color v1.15.0
github.com/fluxcd/helm-controller/api v0.32.2
github.com/fluxcd/helm-controller/api v0.33.0
github.com/fluxcd/source-controller/api v0.36.1
github.com/go-chi/chi/v5 v5.0.8
github.com/go-git/go-git/v5 v5.6.1
github.com/go-logr/logr v1.2.4
github.com/goccy/go-yaml v1.11.0
github.com/google/go-containerregistry v0.14.0
github.com/google/go-containerregistry v0.15.2
github.com/mholt/archiver/v3 v3.5.1
github.com/moby/moby v23.0.6+incompatible
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
github.com/opencontainers/image-spec v1.1.0-rc3
github.com/otiai10/copy v1.11.0
github.com/pkg/errors v0.9.1
github.com/pterm/pterm v0.12.59
github.com/pterm/pterm v0.12.61
github.com/sergi/go-diff v1.3.1
github.com/sigstore/cosign v1.13.1
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.2
golang.org/x/crypto v0.9.0
helm.sh/helm/v3 v3.12.0
k8s.io/api v0.27.1
k8s.io/apimachinery v0.27.1
k8s.io/client-go v0.27.1
k8s.io/component-base v0.27.1
k8s.io/api v0.27.2
k8s.io/apimachinery v0.27.2
k8s.io/client-go v0.27.2
k8s.io/component-base v0.27.2
k8s.io/klog/v2 v2.100.1
k8s.io/kubectl v0.27.1
k8s.io/kubectl v0.27.2
oras.land/oras-go/v2 v2.1.0
sigs.k8s.io/kustomize/api v0.13.4
sigs.k8s.io/kustomize/kyaml v0.14.2
Expand Down
2 changes: 1 addition & 1 deletion packages/zarf-registry/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ podLabels: {}

image:
repository: registry
tag: 2.8.1
tag: 2.8.2

service:
name: registry
Expand Down
Loading

0 comments on commit 2191fa2

Please sign in to comment.