From c839d2091287098a2a08b4f49773b563c42ce699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 08:18:51 +0200 Subject: [PATCH 1/4] build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (#406) Bumps [fast-xml-builder](https://github.com/NaturalIntelligence/fast-xml-builder) from 1.1.5 to 1.2.0. - [Changelog](https://github.com/NaturalIntelligence/fast-xml-builder/blob/main/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-builder/compare/v1.1.5...v1.2.0) --- updated-dependencies: - dependency-name: fast-xml-builder dependency-version: 1.2.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e538be6e..7551b216 100644 --- a/package-lock.json +++ b/package-lock.json @@ -969,9 +969,9 @@ "license": "MIT" }, "node_modules/fast-xml-builder": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz", - "integrity": "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz", + "integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==", "funding": [ { "type": "github", @@ -980,7 +980,8 @@ ], "license": "MIT", "dependencies": { - "path-expression-matcher": "^1.1.3" + "path-expression-matcher": "^1.5.0", + "xml-naming": "^0.1.0" } }, "node_modules/fast-xml-parser": { @@ -1774,6 +1775,21 @@ "node": ">=8" } }, + "node_modules/xml-naming": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz", + "integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT", + "engines": { + "node": ">=16.0.0" + } + }, "node_modules/zip-stream": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz", From 4ce966be899ed4a1aa4291007820300f604a74d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 08:03:13 +0200 Subject: [PATCH 2/4] build(deps): bump actions/checkout from 6 to 7 (#407) Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/download.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/download.yml b/.github/workflows/download.yml index 50390cec..6f2a64c6 100644 --- a/.github/workflows/download.yml +++ b/.github/workflows/download.yml @@ -20,7 +20,7 @@ jobs: needs: wait steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: @@ -34,7 +34,7 @@ jobs: needs: wait steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: @@ -49,7 +49,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: @@ -65,7 +65,7 @@ jobs: if: github.ref != 'refs/heads/master' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: @@ -80,7 +80,7 @@ jobs: needs: wait steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: @@ -96,7 +96,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: @@ -111,7 +111,7 @@ jobs: needs: wait steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: @@ -126,7 +126,7 @@ jobs: needs: wait steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: @@ -141,7 +141,7 @@ jobs: needs: wait steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: @@ -159,7 +159,7 @@ jobs: needs: wait steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: @@ -174,7 +174,7 @@ jobs: needs: wait steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: @@ -194,7 +194,7 @@ jobs: needs: wait steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: @@ -214,7 +214,7 @@ jobs: needs: wait steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download id: download uses: ./ @@ -230,7 +230,7 @@ jobs: needs: wait steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download id: download uses: ./ @@ -246,7 +246,7 @@ jobs: needs: wait steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: @@ -261,7 +261,7 @@ jobs: needs: wait steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: @@ -276,7 +276,7 @@ jobs: needs: wait steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download uses: ./ with: From d6adace39dbae3ce6a93deb4620c666578acb575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 23:23:28 +0200 Subject: [PATCH 3/4] build(deps): bump undici from 6.24.0 to 6.27.0 (#408) Bumps [undici](https://github.com/nodejs/undici) from 6.24.0 to 6.27.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.24.0...v6.27.0) --- updated-dependencies: - dependency-name: undici dependency-version: 6.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7551b216..5af2c221 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1639,9 +1639,9 @@ } }, "node_modules/undici": { - "version": "6.24.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.0.tgz", - "integrity": "sha512-lVLNosgqo5EkGqh5XUDhGfsMSoO8K0BAN0TyJLvwNRSl4xWGZlCVYsAIpa/OpA3TvmnM01GWcoKmc3ZWo5wKKA==", + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", + "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", "license": "MIT", "engines": { "node": ">=18.17" From 108ca7562f867a93f4e66451d3dd2d5621514b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 07:34:52 +0200 Subject: [PATCH 4/4] build(deps): bump filesize from 11.0.17 to 11.0.18 (#409) Bumps [filesize](https://github.com/avoidwork/filesize.js) from 11.0.17 to 11.0.18. - [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/avoidwork/filesize.js/commits/11.0.18) --- updated-dependencies: - dependency-name: filesize dependency-version: 11.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5af2c221..9f82c170 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@actions/core": "^3.0.1", "@actions/github": "^9.1.1", "adm-zip": "^0.5.17", - "filesize": "^11.0.17" + "filesize": "^11.0.18" } }, "node_modules/@actions/artifact": { @@ -1006,9 +1006,9 @@ } }, "node_modules/filesize": { - "version": "11.0.17", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.17.tgz", - "integrity": "sha512-oHLTvMLw6imZUl1se/RBQrFlyy50nXce4sU7yGR6Qc0JgCwqnfiFsAnEwotdGmfKLD7SArGUk2/5STU0k8LOBQ==", + "version": "11.0.18", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.18.tgz", + "integrity": "sha512-d/SiIKVaIP7DqL14JfADiSi/TFoo3bmNJYQ6wR5d52/e9Nd/tEsooP/0RD4pgzrjNO6cFOQvSmsWSs84M9OFAw==", "license": "BSD-3-Clause", "engines": { "node": ">= 10.8.0" diff --git a/package.json b/package.json index 31abd0fb..ab250467 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "@actions/core": "^3.0.1", "@actions/github": "^9.1.1", "adm-zip": "^0.5.17", - "filesize": "^11.0.17" + "filesize": "^11.0.18" } }