diff --git a/package-lock.json b/package-lock.json index c71f4179..a24f33a0 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.104", + "@ridedott/eslint-config": "^2.27.106", "@swc/core": "^1.5.5", "@swc/jest": "^0.2.36", "@tsconfig/node20": "^20.1.4", @@ -2595,12 +2595,12 @@ } }, "node_modules/@ridedott/eslint-config": { - "version": "2.27.104", - "resolved": "https://registry.npmjs.org/@ridedott/eslint-config/-/eslint-config-2.27.104.tgz", - "integrity": "sha512-sGBpLioB0e1VgzfKJNd93ekezlyawydZ21CEH94MY3tg2EDE0zXZpVvu5dHqUaspw99LUIUXeiBJVAiXs+/aIw==", + "version": "2.27.106", + "resolved": "https://registry.npmjs.org/@ridedott/eslint-config/-/eslint-config-2.27.106.tgz", + "integrity": "sha512-9n8ZVXGXegk8PmXUOgZmySbnlRQQezcgZEYnag83VH/2SuEayYkjmkHc8jGYAZNuXxShB5w3gVcYh5rGq22SvQ==", "dev": true, "dependencies": { - "@ridedott/eslint-plugin": "^1.7.200", + "@ridedott/eslint-plugin": "^1.7.201", "@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.200", - "resolved": "https://registry.npmjs.org/@ridedott/eslint-plugin/-/eslint-plugin-1.7.200.tgz", - "integrity": "sha512-Hc3cJpd4t6HsBlbiXJ3DmBHNsrBhaJvntVYx+fttP2nY81PCdmh4asj5cqlFqau98DBRS4WZMhr4MBTq3ItuuA==", + "version": "1.7.201", + "resolved": "https://registry.npmjs.org/@ridedott/eslint-plugin/-/eslint-plugin-1.7.201.tgz", + "integrity": "sha512-TAhl4qT9hMls3X8fqlBlGNvLe2tSmEfiyYS+52rkv2PF61eraOH1sRObBMJTFmRSbd6eUeKfeTfAg9urooxeSg==", "dev": true, "dependencies": { "@typescript-eslint/parser": "^6.21.0", diff --git a/package.json b/package.json index 289eafa6..0d2370aa 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.104", + "@ridedott/eslint-config": "^2.27.106", "@swc/core": "^1.5.5", "@swc/jest": "^0.2.36", "@tsconfig/node20": "^20.1.4",