diff --git a/src/common-utils/devcontainer-feature-lock.json b/src/common-utils/devcontainer-feature-lock.json index 5fb7dee..a8b1c84 100644 --- a/src/common-utils/devcontainer-feature-lock.json +++ b/src/common-utils/devcontainer-feature-lock.json @@ -32,7 +32,7 @@ }, { "name": "nodejs", - "version": "26.8.0-1", + "version": "26.8.1-1", "versionScheme": "archlinux" }, { diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 13174fa..6fc985e 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.127", + "version": "1.4.128", "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/go/devcontainer-feature-lock.json b/src/go/devcontainer-feature-lock.json index 2a47e4d..6a16f0f 100644 --- a/src/go/devcontainer-feature-lock.json +++ b/src/go/devcontainer-feature-lock.json @@ -28,7 +28,7 @@ }, { "name": "golangci-lint", - "version": "2.13.1", + "version": "2.13.2", "versionScheme": "semver", "checkLatestCommand": "curl -sL https://api.github.com/repos/golangci/golangci-lint/releases/latest | jq -r '.tag_name | ltrimstr(\"v\")'" } diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json index f509d0e..a0de43d 100644 --- a/src/go/devcontainer-feature.json +++ b/src/go/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "go", - "version": "1.7.37", + "version": "1.7.38", "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",