diff --git a/src/common-utils/devcontainer-feature-lock.json b/src/common-utils/devcontainer-feature-lock.json index 9dbcaa5..ef01d8c 100644 --- a/src/common-utils/devcontainer-feature-lock.json +++ b/src/common-utils/devcontainer-feature-lock.json @@ -2,7 +2,7 @@ "packages": [ { "name": "curl", - "version": "8.21.0-1", + "version": "8.22.0-1", "versionScheme": "archlinux" }, { @@ -12,7 +12,7 @@ }, { "name": "github-cli", - "version": "2.98.0-1", + "version": "2.99.0-1", "versionScheme": "archlinux" }, { diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 1f5c8ef..a5c6da9 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "common-utils", - "version": "1.4.129", + "version": "1.4.130", "name": "Common Utilities", "documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/common-utils", "licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE", diff --git a/src/gcloud-cli/devcontainer-feature-lock.json b/src/gcloud-cli/devcontainer-feature-lock.json index bfc2e91..6645e56 100644 --- a/src/gcloud-cli/devcontainer-feature-lock.json +++ b/src/gcloud-cli/devcontainer-feature-lock.json @@ -2,7 +2,7 @@ "packages": [ { "name": "google-cloud-sdk", - "version": "582.0.0", + "version": "583.0.0", "versionScheme": "semver", "checkLatestCommand": "curl -sL https://dl.google.com/dl/cloudsdk/channels/rapid/components-2.json | jq -r '.version'" } diff --git a/src/gcloud-cli/devcontainer-feature.json b/src/gcloud-cli/devcontainer-feature.json index 83b57e7..d303f2f 100644 --- a/src/gcloud-cli/devcontainer-feature.json +++ b/src/gcloud-cli/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "gcloud-cli", - "version": "1.0.74", + "version": "1.0.75", "name": "Google Cloud CLI", "documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/gcloud-cli", "licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE", diff --git a/src/go/devcontainer-feature-lock.json b/src/go/devcontainer-feature-lock.json index 6a16f0f..0b42393 100644 --- a/src/go/devcontainer-feature-lock.json +++ b/src/go/devcontainer-feature-lock.json @@ -2,7 +2,7 @@ "packages": [ { "name": "go", - "version": "1.27.0", + "version": "1.27.1", "versionScheme": "semver", "checkLatestCommand": "curl -sL https://go.dev/VERSION?m=text | tr -d 'go' | head -1" }, diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json index a0de43d..ea74126 100644 --- a/src/go/devcontainer-feature.json +++ b/src/go/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "go", - "version": "1.7.38", + "version": "1.7.39", "name": "Go", "documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/go", "licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE",