From 9c884678777c87197669917f2cb9765ee0dc0572 Mon Sep 17 00:00:00 2001 From: "protocols-renovate[bot]" <270912179+protocols-renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:33:46 +1000 Subject: [PATCH 1/2] Update Renovatebot GHA Updates to v6 (#128) Co-authored-by: protocols-renovate[bot] <270912179+protocols-renovate[bot]@users.noreply.github.com> --- .github/workflows/test_docker_image_sanitize_input.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_docker_image_sanitize_input.yml b/.github/workflows/test_docker_image_sanitize_input.yml index 302cad9..2942ce0 100644 --- a/.github/workflows/test_docker_image_sanitize_input.yml +++ b/.github/workflows/test_docker_image_sanitize_input.yml @@ -25,7 +25,7 @@ jobs: - 'custom_image.name:v1.0.0-beta' steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 # Run the action. If it fails, the job naturally stops and turns red. - name: Validate String @@ -62,7 +62,7 @@ jobs: - 'registry.com/image:INVALID_TAG_!!!!' # Violates regex character limits steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 # continue-on-error prevents the bad string from instantly halting the job, # allowing us to test its exit status in the next step. From d036a80c4f6ebd70fae661c1a84580e5d52687f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 06:34:45 +0000 Subject: [PATCH 2/2] Bump form-data from 4.0.5 to 4.0.6 in /docs-firecrawl-llm Bumps [form-data](https://github.com/form-data/form-data) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](https://github.com/form-data/form-data/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- docs-firecrawl-llm/package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs-firecrawl-llm/package-lock.json b/docs-firecrawl-llm/package-lock.json index bb8b0ad..cfa4f88 100644 --- a/docs-firecrawl-llm/package-lock.json +++ b/docs-firecrawl-llm/package-lock.json @@ -197,16 +197,16 @@ } }, "node_modules/form-data": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", - "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz", + "integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==", "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", "es-set-tostringtag": "^2.1.0", - "hasown": "^2.0.2", - "mime-types": "^2.1.12" + "hasown": "^2.0.4", + "mime-types": "^2.1.35" }, "engines": { "node": ">= 6" @@ -298,9 +298,9 @@ } }, "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz", + "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==", "license": "MIT", "dependencies": { "function-bind": "^1.1.2"