diff --git a/package-lock.json b/package-lock.json index 02c97e83..4c389a11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@commitlint/cli": "^19.2.1", "@commitlint/config-conventional": "^19.1.0", "@jest/types": "^29.6.3", - "@ridedott/eslint-config": "^2.27.92", + "@ridedott/eslint-config": "^2.27.94", "@swc/core": "^1.4.13", "@swc/jest": "^0.2.36", "@tsconfig/node20": "^20.1.4", @@ -2588,12 +2588,12 @@ } }, "node_modules/@ridedott/eslint-config": { - "version": "2.27.92", - "resolved": "https://registry.npmjs.org/@ridedott/eslint-config/-/eslint-config-2.27.92.tgz", - "integrity": "sha512-0lPxhaG8zwhd2FxTWypb+EaSwNe0RiYtZfrJi4MNoDcULODElQg+XIz+Hlr9txX0EHvuUhKEZruJuNLaDp4VdA==", + "version": "2.27.94", + "resolved": "https://registry.npmjs.org/@ridedott/eslint-config/-/eslint-config-2.27.94.tgz", + "integrity": "sha512-0CVETO1myBHw+kHAhx4DKlNXq+lqjN2RPdc59aSSemnEHd71ysRGhK7mytp72YEjnzgK7IcQpIYeQIin6U3bsQ==", "dev": true, "dependencies": { - "@ridedott/eslint-plugin": "^1.7.193", + "@ridedott/eslint-plugin": "^1.7.194", "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.21.0", "eslint-config-prettier": "^9.1.0", @@ -2605,7 +2605,7 @@ "eslint-plugin-simple-import-sort": "^12.0.0", "eslint-plugin-sort-keys-fix": "^1.1.2", "eslint-plugin-unicorn": "^52.0.0", - "typescript": "^5.4.4" + "typescript": "^5.4.5" }, "engines": { "node": ">=18.12.0 <=20" @@ -2615,9 +2615,9 @@ } }, "node_modules/@ridedott/eslint-plugin": { - "version": "1.7.193", - "resolved": "https://registry.npmjs.org/@ridedott/eslint-plugin/-/eslint-plugin-1.7.193.tgz", - "integrity": "sha512-gi64PeNV090YvJ1oMvahvBENxCS8hPDLi1uQ+ngkEovGK4sS7UZ9hjBrIiWnr0cuUI4TMSg0R/C8RfTq4uOCVg==", + "version": "1.7.194", + "resolved": "https://registry.npmjs.org/@ridedott/eslint-plugin/-/eslint-plugin-1.7.194.tgz", + "integrity": "sha512-KTivIcZ03C4BP9fawH3jES7PhtY+4NmAj866i4PuqPOLOBufJ+Ukp0BhFS6dxKAJl96aNkB+irJs3BoFH+jq8g==", "dev": true, "dependencies": { "@typescript-eslint/parser": "^6.21.0", @@ -16021,9 +16021,9 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "devOptional": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 39ee1308..25fa1c84 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@commitlint/cli": "^19.2.1", "@commitlint/config-conventional": "^19.1.0", "@jest/types": "^29.6.3", - "@ridedott/eslint-config": "^2.27.92", + "@ridedott/eslint-config": "^2.27.94", "@swc/core": "^1.4.13", "@swc/jest": "^0.2.36", "@tsconfig/node20": "^20.1.4",