Skip to content

Commit f5effe4

Browse files
chore(deps): update all non-major dependencies
1 parent 787c663 commit f5effe4

File tree

4 files changed

+32
-52
lines changed

4 files changed

+32
-52
lines changed

.github/workflows/scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: "Checkout code"
25-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
25+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
2626
with:
2727
persist-credentials: false
2828

go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
replace (
66
// TODO (@WSTARR) use the OG syft once they merge in https://github.com/anchore/syft/pull/1668
7-
github.com/anchore/syft => github.com/defenseunicorns/syft v0.75.0-DU
7+
github.com/anchore/syft => github.com/defenseunicorns/syft v0.75.0
88
// TODO (@WSTARR) remove this temporary replacement of oras-go 1.2.2 with defenseunicorns version due to upgraded docker lib
99
oras.land/oras-go v1.2.2 => github.com/defenseunicorns/oras-go v1.2.3
1010
// TODO (@JMCCOY) not updating due to bug in kyaml, https://github.com/kubernetes-sigs/kustomize/issues/4896
@@ -18,21 +18,21 @@ require (
1818
github.com/anchore/syft v0.75.0
1919
github.com/derailed/k9s v0.27.3
2020
github.com/distribution/distribution v2.8.1+incompatible
21-
github.com/docker/cli v20.10.22+incompatible
21+
github.com/docker/cli v20.10.23+incompatible
2222
github.com/fatih/color v1.15.0
2323
github.com/fluxcd/helm-controller/api v0.31.1
2424
github.com/fluxcd/source-controller/api v0.36.0
2525
github.com/go-chi/chi/v5 v5.0.8
2626
github.com/go-git/go-git/v5 v5.6.0
2727
github.com/go-logr/logr v1.2.3
2828
github.com/goccy/go-yaml v1.10.0
29-
github.com/google/go-containerregistry v0.13.0
29+
github.com/google/go-containerregistry v0.14.0
3030
github.com/mholt/archiver/v3 v3.5.1
3131
github.com/moby/moby v23.0.1+incompatible
3232
github.com/opencontainers/image-spec v1.1.0-rc2
3333
github.com/otiai10/copy v1.9.0
3434
github.com/pkg/errors v0.9.1
35-
github.com/pterm/pterm v0.12.55
35+
github.com/pterm/pterm v0.12.56
3636
github.com/sigstore/cosign v1.13.1
3737
github.com/spf13/cobra v1.6.1
3838
github.com/spf13/viper v1.15.0
@@ -45,8 +45,8 @@ require (
4545
k8s.io/component-base v0.26.2
4646
k8s.io/klog/v2 v2.90.1
4747
k8s.io/kubectl v0.26.2
48-
oras.land/oras-go/v2 v2.0.0
49-
sigs.k8s.io/kustomize/api v0.12.1
48+
oras.land/oras-go/v2 v2.0.1
49+
sigs.k8s.io/kustomize/api v0.13.2
5050
sigs.k8s.io/kustomize/kyaml v0.13.9
5151
sigs.k8s.io/yaml v1.3.0
5252
)

package-lock.json

+22-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"prettier": "2.8.4",
5757
"prettier-plugin-svelte": "2.9.0",
5858
"quicktype": "21.0.16",
59-
"sass": "1.59.2",
60-
"svelte": "3.56.0",
59+
"sass": "1.59.3",
60+
"svelte": "3.57.0",
6161
"svelte-check": "3.1.4",
62-
"svelte-preprocess": "5.0.1",
62+
"svelte-preprocess": "5.0.2",
6363
"tslib": "2.5.0",
6464
"typescript": "4.9.5",
6565
"vite": "4.1.4"

0 commit comments

Comments
 (0)