From 4e076f1044679b868053fcae3418c9330c115d62 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sat, 29 Aug 2026 11:35:10 +0100 Subject: [PATCH 1/2] BREAKING CHANGE: add >=26.8.1 remove >=26.7.0 (engines.node) fix(engines): add >=26.8.1 remove >=26.7.0 (engines.node) chore(package): (overrides) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88ec9252..518967fd 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "semantic-release": "^25.0.9" }, "engines": { - "node": ">=26.7.0" + "node": ">=26.8.1" }, "repository": { "type": "git", From df150b0c8157bc1ac77475eb706f3c219931c16f Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sat, 29 Aug 2026 11:35:14 +0100 Subject: [PATCH 2/2] chore: add github/codeql-action/init@v4.37.9 (jobs.analyze.steps.uses) chore: add github/codeql-action/init@v4.37.9 (jobs.analyze.steps.uses) --- .github/workflows/codeql_analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index 4827dde1..f8529a7a 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -23,10 +23,10 @@ jobs: with: node-version: 26.8.1 - name: prepare CodeQL - uses: github/codeql-action/init@v4.37.8 + uses: github/codeql-action/init@v4.37.9 with: languages: javascript - name: install run: npm ci - name: perform CodeQL analysis - uses: github/codeql-action/init@v4.37.8 + uses: github/codeql-action/init@v4.37.9