From 5227e1d6ca44f17d589d3e90429ed18577efbfe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 11:32:18 +0000 Subject: [PATCH 1/5] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/stage-2-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stage-2-test.yaml b/.github/workflows/stage-2-test.yaml index d59d5d0..c7ffbc4 100644 --- a/.github/workflows/stage-2-test.yaml +++ b/.github/workflows/stage-2-test.yaml @@ -143,7 +143,7 @@ jobs: with: fetch-depth: 0 # Full history is needed to improving relevancy of reporting - name: "Download coverage report for SONAR" - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: code-coverage-report - name: "Perform static analysis" From c419fb2f2015b15803267e1782e873e0eedb0d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 11:32:22 +0000 Subject: [PATCH 2/5] Bump ossf/scorecard-action from 2.4.2 to 2.4.3 Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/05b42c624433fc40578a4040d5cf5e36ddca8cde...4eaacf0543bb3f2c246792bd56e8cdeffafb205a) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 3ff5c4e..02ac972 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -37,7 +37,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2 + uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3 with: results_file: results.sarif results_format: sarif From 110864ef8a65bae0f9274dc3d6fac8f0e96b8427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:01:06 +0000 Subject: [PATCH 3/5] Bump eslint-plugin-unicorn from 59.0.1 to 62.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 59.0.1 to 62.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v59.0.1...v62.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 62.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e25cc4..2473a83 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-security": "^3.0.1", "eslint-plugin-sonarjs": "^3.0.4", "eslint-plugin-sort-destructure-keys": "^2.0.0", - "eslint-plugin-unicorn": "^59.0.1", + "eslint-plugin-unicorn": "^62.0.0", "jest": "^30.1.3", "jest-environment-jsdom": "^30.1.2", "jest-html-reporter": "^4.3.0", From 6e84fb16eb7ade03dbd05dd5020b9d54ac066b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:01:07 +0000 Subject: [PATCH 4/5] Bump esbuild from 0.25.10 to 0.27.0 Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.10 to 0.27.0. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.0) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.27.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e25cc4..3d2a029 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.44.1", "@typescript-eslint/parser": "^8.44.1", - "esbuild": "^0.25.9", + "esbuild": "^0.27.0", "eslint": "^9.32.0", "eslint-config-airbnb-extended": "^2.3.1", "eslint-config-next": "^15.5.3", From 4937eb5ff8f8e37c7b5e0de62998fa7fef79976c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:01:18 +0000 Subject: [PATCH 5/5] Bump eslint-config-next from 15.5.4 to 16.0.3 Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.5.4 to 16.0.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.0.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-version: 16.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e25cc4..e7d1d66 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "esbuild": "^0.25.9", "eslint": "^9.32.0", "eslint-config-airbnb-extended": "^2.3.1", - "eslint-config-next": "^15.5.3", + "eslint-config-next": "^16.0.3", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.2", "eslint-plugin-html": "^8.1.3",