Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Mar 23, 2023
1 parent d506d60 commit 370448d
Showing 5 changed files with 202 additions and 200 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-tools/action.yaml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ runs:
steps:
- uses: sigstore/[email protected]

- uses: anchore/sbom-action/[email protected].3
- uses: anchore/sbom-action/[email protected].4

- run: "curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin"
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
@@ -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@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
uses: github/codeql-action/upload-sarif@67a35a08586135a9573f4327e904ecbf517a882d # v2.2.8
with:
sarif_file: results.sarif
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ go 1.19

replace (
// TODO (@WSTARR) use the OG syft once they merge in https://github.com/anchore/syft/pull/1668
github.com/anchore/syft => github.com/defenseunicorns/syft v0.75.0-DU
github.com/anchore/syft => github.com/defenseunicorns/syft v0.75.0
// TODO (@WSTARR) remove this temporary replacement of oras-go 1.2.2 with defenseunicorns version due to upgraded docker lib
oras.land/oras-go v1.2.2 => github.com/defenseunicorns/oras-go v1.2.3
// TODO (@JMCCOY) not updating due to bug in kyaml, https://github.com/kubernetes-sigs/kustomize/issues/4896
@@ -20,8 +20,8 @@ require (
github.com/distribution/distribution v2.8.1+incompatible
github.com/docker/cli v23.0.1+incompatible
github.com/fatih/color v1.15.0
github.com/fluxcd/helm-controller/api v0.31.1
github.com/fluxcd/source-controller/api v0.36.0
github.com/fluxcd/helm-controller/api v0.31.2
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.3
@@ -46,7 +46,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
)
368 changes: 185 additions & 183 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -32,30 +32,30 @@
"@material/layout-grid": "14.0.0",
"@material/linear-progress": "14.0.0",
"@material/theme": "14.0.0",
"material-symbols": "0.5.0",
"material-symbols": "0.5.1",
"prismjs": "1.29.0",
"sanitize.css": "13.0.0",
"yaml": "2.2.1"
},
"devDependencies": {
"@playwright/test": "1.31.2",
"@playwright/test": "1.32.0",
"@sveltejs/adapter-static": "2.0.1",
"@sveltejs/kit": "1.12.0",
"@sveltejs/kit": "1.13.0",
"@sveltejs/package": "2.0.2",
"@testing-library/svelte": "3.2.2",
"@tsconfig/svelte": "3.0.0",
"@types/prismjs": "1.26.0",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"concurrently": "7.6.0",
"eslint": "8.36.0",
"eslint-config-prettier": "8.7.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-svelte3": "4.0.0",
"nodemon": "2.0.21",
"playwright": "1.31.2",
"prettier": "2.8.5",
"prettier-plugin-svelte": "2.9.0",
"quicktype": "23.0.17",
"nodemon": "2.0.22",
"playwright": "1.32.0",
"prettier": "2.8.6",
"prettier-plugin-svelte": "2.10.0",
"quicktype": "23.0.18",
"sass": "1.59.3",
"svelte": "3.57.0",
"svelte-check": "3.1.4",

0 comments on commit 370448d

Please sign in to comment.