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": {