diff --git a/package-lock.json b/package-lock.json index d7749eb7..039084fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", - "@ridedott/eslint-config": "^2.27.102", + "@ridedott/eslint-config": "^2.27.104", "@types/jest": "^29.5.12", "@types/node": "^18.18.2", "commitizen": "^4.3.0", @@ -2644,12 +2644,12 @@ } }, "node_modules/@ridedott/eslint-config": { - "version": "2.27.102", - "resolved": "https://registry.npmjs.org/@ridedott/eslint-config/-/eslint-config-2.27.102.tgz", - "integrity": "sha512-CivBjxeLgUKPmSK5oYsjwnIEOpwkjFPdYt5D2q166PBKs5mqMT4ux5jy/2BTLw93k7Jly/NyKE1VHvB7HU0MkA==", + "version": "2.27.104", + "resolved": "https://registry.npmjs.org/@ridedott/eslint-config/-/eslint-config-2.27.104.tgz", + "integrity": "sha512-sGBpLioB0e1VgzfKJNd93ekezlyawydZ21CEH94MY3tg2EDE0zXZpVvu5dHqUaspw99LUIUXeiBJVAiXs+/aIw==", "dev": true, "dependencies": { - "@ridedott/eslint-plugin": "^1.7.199", + "@ridedott/eslint-plugin": "^1.7.200", "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.21.0", "eslint-config-prettier": "^9.1.0", @@ -2671,9 +2671,9 @@ } }, "node_modules/@ridedott/eslint-plugin": { - "version": "1.7.199", - "resolved": "https://registry.npmjs.org/@ridedott/eslint-plugin/-/eslint-plugin-1.7.199.tgz", - "integrity": "sha512-GDAci12Xyet8ViYBt7nLASkFqRoM4NC/JIpXO53sJy8kaSQX3u1rzyZ9mi6uJ1DZjujJLAy5yHQQpsneBMPhRw==", + "version": "1.7.200", + "resolved": "https://registry.npmjs.org/@ridedott/eslint-plugin/-/eslint-plugin-1.7.200.tgz", + "integrity": "sha512-Hc3cJpd4t6HsBlbiXJ3DmBHNsrBhaJvntVYx+fttP2nY81PCdmh4asj5cqlFqau98DBRS4WZMhr4MBTq3ItuuA==", "dev": true, "dependencies": { "@typescript-eslint/parser": "^6.21.0", diff --git a/package.json b/package.json index 747bf611..2530fdac 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", - "@ridedott/eslint-config": "^2.27.102", + "@ridedott/eslint-config": "^2.27.104", "@types/jest": "^29.5.12", "@types/node": "^18.18.2", "commitizen": "^4.3.0",