diff --git a/package-lock.json b/package-lock.json index e479e0ba..0cef1424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@commitlint/cli": "^19.2.2", "@commitlint/config-conventional": "^19.2.2", "@jest/types": "^29.6.3", - "@ridedott/eslint-config": "^2.27.97", + "@ridedott/eslint-config": "^2.27.98", "@swc/core": "^1.4.14", "@swc/jest": "^0.2.36", "@tsconfig/node20": "^20.1.4", @@ -2595,12 +2595,12 @@ } }, "node_modules/@ridedott/eslint-config": { - "version": "2.27.97", - "resolved": "https://registry.npmjs.org/@ridedott/eslint-config/-/eslint-config-2.27.97.tgz", - "integrity": "sha512-RlxxiV1DImwhTfxICTrrSmtxmOk2OjsjPJSKS499B2dsiQ2Dm+HSELUh/YVpj56A2H7L9QaMM0ImUpjOXFelSQ==", + "version": "2.27.98", + "resolved": "https://registry.npmjs.org/@ridedott/eslint-config/-/eslint-config-2.27.98.tgz", + "integrity": "sha512-pPTuJ38nThkL1acPUOn082h+hShJ3FpGGraAfZLUmUlTp4YFT3n1LhKob7OA65pqLqtGnbJOeIbuxOjD7VeY8A==", "dev": true, "dependencies": { - "@ridedott/eslint-plugin": "^1.7.195", + "@ridedott/eslint-plugin": "^1.7.196", "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.21.0", "eslint-config-prettier": "^9.1.0", @@ -2622,26 +2622,26 @@ } }, "node_modules/@ridedott/eslint-plugin": { - "version": "1.7.195", - "resolved": "https://registry.npmjs.org/@ridedott/eslint-plugin/-/eslint-plugin-1.7.195.tgz", - "integrity": "sha512-F24pbNPWJCvHbUUTZ5ZeN6cQRg2MD6ZKPMCDTSy7ntdF07WRokc1u4tpdVivahekfRrEbcv/7foh3XaZef+gGA==", + "version": "1.7.196", + "resolved": "https://registry.npmjs.org/@ridedott/eslint-plugin/-/eslint-plugin-1.7.196.tgz", + "integrity": "sha512-LzZvEeI8djzXqSkX8bOefqbcFOWT0b6D1AW0Cl3vp3K9PaqHH+60ICEQLTZKWxFWNE24g8YsFLpWrlT6uV23hQ==", "dev": true, "dependencies": { "@typescript-eslint/parser": "^6.21.0", - "@typescript-eslint/utils": "^7.6.0" + "@typescript-eslint/utils": "^7.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@ridedott/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.6.0.tgz", - "integrity": "sha512-ngttyfExA5PsHSx0rdFgnADMYQi+Zkeiv4/ZxGYUWd0nLs63Ha0ksmp8VMxAIC0wtCFxMos7Lt3PszJssG/E6w==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.7.0.tgz", + "integrity": "sha512-/8INDn0YLInbe9Wt7dK4cXLDYp0fNHP5xKLHvZl3mOT5X17rK/YShXaiNmorl+/U4VKCVIjJnx4Ri5b0y+HClw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "7.6.0", - "@typescript-eslint/visitor-keys": "7.6.0" + "@typescript-eslint/types": "7.7.0", + "@typescript-eslint/visitor-keys": "7.7.0" }, "engines": { "node": "^18.18.0 || >=20.0.0" @@ -2652,9 +2652,9 @@ } }, "node_modules/@ridedott/eslint-plugin/node_modules/@typescript-eslint/types": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.6.0.tgz", - "integrity": "sha512-h02rYQn8J+MureCvHVVzhl69/GAfQGPQZmOMjG1KfCl7o3HtMSlPaPUAPu6lLctXI5ySRGIYk94clD/AUMCUgQ==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.7.0.tgz", + "integrity": "sha512-G01YPZ1Bd2hn+KPpIbrAhEWOn5lQBrjxkzHkWvP6NucMXFtfXoevK82hzQdpfuQYuhkvFDeQYbzXCjR1z9Z03w==", "dev": true, "engines": { "node": "^18.18.0 || >=20.0.0" @@ -2665,13 +2665,13 @@ } }, "node_modules/@ridedott/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.6.0.tgz", - "integrity": "sha512-+7Y/GP9VuYibecrCQWSKgl3GvUM5cILRttpWtnAu8GNL9j11e4tbuGZmZjJ8ejnKYyBRb2ddGQ3rEFCq3QjMJw==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.0.tgz", + "integrity": "sha512-8p71HQPE6CbxIBy2kWHqM1KGrC07pk6RJn40n0DSc6bMOBBREZxSDJ+BmRzc8B5OdaMh1ty3mkuWRg4sCFiDQQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "7.6.0", - "@typescript-eslint/visitor-keys": "7.6.0", + "@typescript-eslint/types": "7.7.0", + "@typescript-eslint/visitor-keys": "7.7.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -2693,17 +2693,17 @@ } }, "node_modules/@ridedott/eslint-plugin/node_modules/@typescript-eslint/utils": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.6.0.tgz", - "integrity": "sha512-x54gaSsRRI+Nwz59TXpCsr6harB98qjXYzsRxGqvA5Ue3kQH+FxS7FYU81g/omn22ML2pZJkisy6Q+ElK8pBCA==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.7.0.tgz", + "integrity": "sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "@types/json-schema": "^7.0.15", "@types/semver": "^7.5.8", - "@typescript-eslint/scope-manager": "7.6.0", - "@typescript-eslint/types": "7.6.0", - "@typescript-eslint/typescript-estree": "7.6.0", + "@typescript-eslint/scope-manager": "7.7.0", + "@typescript-eslint/types": "7.7.0", + "@typescript-eslint/typescript-estree": "7.7.0", "semver": "^7.6.0" }, "engines": { @@ -2718,12 +2718,12 @@ } }, "node_modules/@ridedott/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.6.0.tgz", - "integrity": "sha512-4eLB7t+LlNUmXzfOu1VAIAdkjbu5xNSerURS9X/S5TUKWFRpXRQZbmtPqgKmYx8bj3J0irtQXSiWAOY82v+cgw==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.0.tgz", + "integrity": "sha512-h0WHOj8MhdhY8YWkzIF30R379y0NqyOHExI9N9KCzvmu05EgG4FumeYa3ccfKUSphyWkWQE1ybVrgz/Pbam6YA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "7.6.0", + "@typescript-eslint/types": "7.7.0", "eslint-visitor-keys": "^3.4.3" }, "engines": { diff --git a/package.json b/package.json index 9caa190d..f80a101b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@commitlint/cli": "^19.2.2", "@commitlint/config-conventional": "^19.2.2", "@jest/types": "^29.6.3", - "@ridedott/eslint-config": "^2.27.97", + "@ridedott/eslint-config": "^2.27.98", "@swc/core": "^1.4.14", "@swc/jest": "^0.2.36", "@tsconfig/node20": "^20.1.4",