diff --git a/package-lock.json b/package-lock.json index 562070f..c32e24e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4574,13 +4574,13 @@ } }, "node_modules/eslint-config-turbo": { - "version": "1.13.4", - "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-1.13.4.tgz", - "integrity": "sha512-+we4eWdZlmlEn7LnhXHCIPX/wtujbHCS7XjQM/TN09BHNEl2fZ8id4rHfdfUKIYTSKyy8U/nNyJ0DNoZj5Q8bw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-2.1.1.tgz", + "integrity": "sha512-JJF8SZErmgKCGkt124WUmTt0sQ5YLvPo2YxDsfzn9avGJC7/BQIa+3FZoDb3zeYYsZx91pZ6htQAJaKK8NQQAg==", "dev": true, - "license": "MPL-2.0", + "license": "MIT", "dependencies": { - "eslint-plugin-turbo": "1.13.4" + "eslint-plugin-turbo": "2.1.1" }, "peerDependencies": { "eslint": ">6.6.0" @@ -5244,11 +5244,11 @@ } }, "node_modules/eslint-plugin-turbo": { - "version": "1.13.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-1.13.4.tgz", - "integrity": "sha512-82GfMzrewI/DJB92Bbch239GWbGx4j1zvjk1lqb06lxIlMPnVwUHVwPbAnLfyLG3JuhLv9whxGkO/q1CL18JTg==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-2.1.1.tgz", + "integrity": "sha512-E/34kdQd0n3RP18+e0DSV0f3YTSCOojUh1p4X0Xrho2PBYmJ3umSnNo9FhkZt6UDACl+nBQcYTFkRHMz76lJdw==", "dev": true, - "license": "MPL-2.0", + "license": "MIT", "dependencies": { "dotenv": "16.0.3" }, @@ -10957,7 +10957,7 @@ "@typescript-eslint/parser": "^7.0.0", "@vercel/style-guide": "^6.0.0", "eslint-config-prettier": "^9.1.0", - "eslint-config-turbo": "^1.11.3", + "eslint-config-turbo": "^2.0.0", "eslint-plugin-only-warn": "^1.1.0", "typescript": "^5.3.3" } diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 3706177..385e828 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -10,7 +10,7 @@ ], "devDependencies": { "@vercel/style-guide": "^6.0.0", - "eslint-config-turbo": "^1.11.3", + "eslint-config-turbo": "^2.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-only-warn": "^1.1.0", "@typescript-eslint/parser": "^7.0.0",