Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 7, 2023
1 parent 69c1706 commit ef408bc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@8c8d71dde4abced210732d8486586914b97752e8 # v2.2.10
uses: github/codeql-action/upload-sarif@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/mholt/archiver/v3 v3.5.1
github.com/moby/moby v23.0.3+incompatible
github.com/opencontainers/image-spec v1.1.0-rc2
github.com/otiai10/copy v1.9.0
github.com/otiai10/copy v1.10.0
github.com/pkg/errors v0.9.1
github.com/pterm/pterm v0.12.58
github.com/sigstore/cosign v1.13.1
Expand All @@ -44,7 +44,7 @@ require (
k8s.io/klog/v2 v2.90.1
k8s.io/kubectl v0.26.3
oras.land/oras-go/v2 v2.0.2
sigs.k8s.io/kustomize/api v0.12.1
sigs.k8s.io/kustomize/api v0.13.2
sigs.k8s.io/kustomize/kyaml v0.13.9
sigs.k8s.io/yaml v1.3.0
)
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@playwright/test": "1.32.2",
"@sveltejs/adapter-static": "2.0.1",
"@sveltejs/kit": "1.15.1",
"@sveltejs/kit": "1.15.2",
"@sveltejs/package": "2.0.2",
"@testing-library/svelte": "3.2.2",
"@tsconfig/svelte": "4.0.1",
Expand All @@ -56,7 +56,7 @@
"prettier": "2.8.7",
"prettier-plugin-svelte": "2.10.0",
"quicktype": "23.0.19",
"sass": "1.60.0",
"sass": "1.61.0",
"svelte": "3.58.0",
"svelte-check": "3.2.0",
"svelte-preprocess": "5.0.3",
Expand Down

0 comments on commit ef408bc

Please sign in to comment.