diff --git a/package-lock.json b/package-lock.json index 42f47192..0e0f30c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@jest/types": "^29.6.3", - "@ridedott/eslint-config": "^2.27.99", + "@ridedott/eslint-config": "^2.27.101", "@swc/core": "^1.5.0", "@swc/jest": "^0.2.36", "@tsconfig/node20": "^20.1.4", @@ -2595,12 +2595,12 @@ } }, "node_modules/@ridedott/eslint-config": { - "version": "2.27.99", - "resolved": "https://registry.npmjs.org/@ridedott/eslint-config/-/eslint-config-2.27.99.tgz", - "integrity": "sha512-ulTDYcTorNvhY8r+YBZNQ55Y0kYUpgeybyWNY40Zry5oZXZ+k1XVEPrVtM2K1JWvlPtWhNhmGcNVlIAv0+ZAvQ==", + "version": "2.27.101", + "resolved": "https://registry.npmjs.org/@ridedott/eslint-config/-/eslint-config-2.27.101.tgz", + "integrity": "sha512-fMOmayTU4TCdRVN6hFDajEUks7J+NRek8S32mO1xZwBxBJyeyRkv8EZBeGZOy306UXpzB9B2nn1zgkLBQRHxkQ==", "dev": true, "dependencies": { - "@ridedott/eslint-plugin": "^1.7.197", + "@ridedott/eslint-plugin": "^1.7.198", "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.21.0", "eslint-config-prettier": "^9.1.0", @@ -2622,9 +2622,9 @@ } }, "node_modules/@ridedott/eslint-plugin": { - "version": "1.7.197", - "resolved": "https://registry.npmjs.org/@ridedott/eslint-plugin/-/eslint-plugin-1.7.197.tgz", - "integrity": "sha512-C5Lkft4BJBOFkjHxrw++BkbQNxwiTbAADhvpwlfyppGbeyEhbSoQ+IXiJOOHvipJV+/0lrl8hqPE5wC6FSxCBA==", + "version": "1.7.198", + "resolved": "https://registry.npmjs.org/@ridedott/eslint-plugin/-/eslint-plugin-1.7.198.tgz", + "integrity": "sha512-rVgOp25KmKITX69C29sFVqzuvE2DHejcEE2vSes/ikQRFoaIDo6GjZlEE1nuJZO9CNHm4fcwlGZOy5R/SAnTVQ==", "dev": true, "dependencies": { "@typescript-eslint/parser": "^6.21.0", diff --git a/package.json b/package.json index 4e3a416c..1a80401c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@jest/types": "^29.6.3", - "@ridedott/eslint-config": "^2.27.99", + "@ridedott/eslint-config": "^2.27.101", "@swc/core": "^1.5.0", "@swc/jest": "^0.2.36", "@tsconfig/node20": "^20.1.4",