From 8c039d83c8e116ffd59515cbba7578e29d1d9eea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:29:44 +0000 Subject: [PATCH] Update all patch versions (#2034) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- c2cciutils/applications-versions.yaml | 4 ++-- c2cciutils/package-lock.json | 8 ++++---- c2cciutils/package.json | 2 +- example-project/.pre-commit-config.yaml | 2 +- example-project/ci/requirements.txt | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/c2cciutils/applications-versions.yaml b/c2cciutils/applications-versions.yaml index 95e7b47a..b12cef6f 100644 --- a/c2cciutils/applications-versions.yaml +++ b/c2cciutils/applications-versions.yaml @@ -1,4 +1,4 @@ # https://docs.renovatebot.com/modules/datasource/#github-releases-datasource -k3d-io/k3d: v5.7.4 # github-releases -postgresql: 16.1.0 # helm - https://charts.bitnami.com/bitnami +k3d-io/k3d: v5.7.5 # github-releases +postgresql: 16.1.2 # helm - https://charts.bitnami.com/bitnami helm/chart-releaser: v1.6.1 # github-releases diff --git a/c2cciutils/package-lock.json b/c2cciutils/package-lock.json index f1557bc4..42d2830d 100644 --- a/c2cciutils/package-lock.json +++ b/c2cciutils/package-lock.json @@ -8,7 +8,7 @@ "name": "c2ccicheck", "version": "1.0.0", "dependencies": { - "snyk": "1.1294.0" + "snyk": "1.1294.2" } }, "node_modules/@sentry-internal/tracing": { @@ -399,9 +399,9 @@ } }, "node_modules/snyk": { - "version": "1.1294.0", - "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.1294.0.tgz", - "integrity": "sha512-4RBj3Lfccz5+6L2Kw9bt7icF+ex3antwt9PkSl2oEulI7mgqvc8VUFLnezg8c6PY60IPM9DrSSmNjXBac10I3Q==", + "version": "1.1294.2", + "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.1294.2.tgz", + "integrity": "sha512-m6F+go3Fj///rfL+qfGZAslYBFxVtCgZ5PkKcoRjewmbgfisfTFPP6/SyWV6fH54hb7k00t2EEHYO02vRD4g+g==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/c2cciutils/package.json b/c2cciutils/package.json index 001faa27..2618b595 100644 --- a/c2cciutils/package.json +++ b/c2cciutils/package.json @@ -4,6 +4,6 @@ "description": "", "author": "", "dependencies": { - "snyk": "1.1294.0" + "snyk": "1.1294.2" } } diff --git a/example-project/.pre-commit-config.yaml b/example-project/.pre-commit-config.yaml index 9788edd9..db0a6fa9 100644 --- a/example-project/.pre-commit-config.yaml +++ b/example-project/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: ci/config\\.yaml )$ - repo: https://github.com/camptocamp/c2cciutils - rev: 1.7.0 + rev: 1.7.1 hooks: - id: workflows-require-timeout - id: check-poetry diff --git a/example-project/ci/requirements.txt b/example-project/ci/requirements.txt index ce460d67..6414d3d6 100644 --- a/example-project/ci/requirements.txt +++ b/example-project/ci/requirements.txt @@ -1,2 +1,2 @@ -c2cciutils[checks,publish]==1.7.0 +c2cciutils[checks,publish]==1.7.1 pre-commit==4.0.1