diff --git a/package-lock.json b/package-lock.json index 80e84d9..2e7df30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/parser": "^5.18.0", "eslint": "^8.13.0", - "eslint-config-conventions": "^1.1.2", + "eslint-config-conventions": "^2.0.0", "eslint-config-next": "12.1.4", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", @@ -1939,9 +1939,9 @@ } }, "node_modules/eslint-config-conventions": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-1.1.2.tgz", - "integrity": "sha512-/I6eflEMxgviS4wj3vPFXB79OkisVXN5sqO68lQOFXWGqxnH5+XnGJdxcvBlOHJ5oYwLVPZoKRPQPn/97jFn7A==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-2.0.0.tgz", + "integrity": "sha512-SY1e5138iUazaCAnO7oNiU29G2Xd8HeI6lQ3BUKzGDvJyv1CMSw8u1A5TydNJRFM+HsQyYbhzuSw2ckzp5NsfA==", "dev": true, "engines": { "node": ">=16.0.0", @@ -1949,9 +1949,9 @@ }, "peerDependencies": { "eslint": "^8.9.0", - "eslint-plugin-import": "^2.25.4", + "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", - "eslint-plugin-unicorn": "^41.0.0" + "eslint-plugin-unicorn": "^42.0.0" } }, "node_modules/eslint-config-next": { @@ -7286,9 +7286,9 @@ } }, "eslint-config-conventions": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-1.1.2.tgz", - "integrity": "sha512-/I6eflEMxgviS4wj3vPFXB79OkisVXN5sqO68lQOFXWGqxnH5+XnGJdxcvBlOHJ5oYwLVPZoKRPQPn/97jFn7A==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-2.0.0.tgz", + "integrity": "sha512-SY1e5138iUazaCAnO7oNiU29G2Xd8HeI6lQ3BUKzGDvJyv1CMSw8u1A5TydNJRFM+HsQyYbhzuSw2ckzp5NsfA==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 799b0d7..1013b39 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/parser": "^5.18.0", "eslint": "^8.13.0", - "eslint-config-conventions": "^1.1.2", + "eslint-config-conventions": "^2.0.0", "eslint-config-next": "12.1.4", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0",