From cf20fb01ed05988075c6785da1e67b9beb461920 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 1 Sep 2026 01:33:35 +0000 Subject: [PATCH] build: Automated lockfile update This PR updates the devcontainer features to the latest versions detected by the 'scripts/feature_lock.sh' script. :robot: This PR was created by a GitHub Action # Features Changelog ## common-utils (1.4.128 -> 1.4.129) | Package | From | To | | --- | --- | --- | | nodejs | `26.8.1-1` | `26.8.1-2` | Co-authored-by: Bart Venter --- src/common-utils/devcontainer-feature-lock.json | 2 +- src/common-utils/devcontainer-feature.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common-utils/devcontainer-feature-lock.json b/src/common-utils/devcontainer-feature-lock.json index a8b1c84..9dbcaa5 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.1-1", + "version": "26.8.1-2", "versionScheme": "archlinux" }, { diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 6fc985e..1f5c8ef 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.128", + "version": "1.4.129", "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",