From 989ea41198d97f26fecf9b305bdc495ff9daa2e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 13:11:08 +0200 Subject: [PATCH] chore(deps): bump ruff from 0.15.2 to 0.15.5 in /.github (#121) * chore(deps): bump ruff from 0.15.2 to 0.15.5 in /.github Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.2 to 0.15.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.2...0.15.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * fix(ci): update flatted lockfile resolution for npm audit --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Abutbul --- .github/requirements-lint-python.txt | 2 +- package-lock.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/requirements-lint-python.txt b/.github/requirements-lint-python.txt index c802527..47638f0 100644 --- a/.github/requirements-lint-python.txt +++ b/.github/requirements-lint-python.txt @@ -1,2 +1,2 @@ -ruff==0.15.2 +ruff==0.15.6 bandit==1.9.4 diff --git a/package-lock.json b/package-lock.json index cdc7cc1..b5417c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2821,8 +2821,9 @@ } }, "node_modules/flatted": { - "version": "3.3.3", - "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.1.tgz", + "integrity": "sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==", "dev": true }, "node_modules/for-each": {