diff --git a/eslint-config/package.json b/eslint-config/package.json index 66484bd6c..7299d3ddf 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -35,7 +35,7 @@ "dependencies": { "eslint-config-next": "14.1.4", "eslint-config-prettier": "9.1.0", - "eslint-config-turbo": "1.12.5", + "eslint-config-turbo": "1.13.2", "eslint-plugin-react": "7.34.1" }, "peerDependencies": { diff --git a/package-lock.json b/package-lock.json index 7bd248f21..550598f32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -156,7 +156,7 @@ "dependencies": { "eslint-config-next": "14.1.4", "eslint-config-prettier": "9.1.0", - "eslint-config-turbo": "1.12.5", + "eslint-config-turbo": "1.13.2", "eslint-plugin-react": "7.34.1" }, "devDependencies": { @@ -3584,11 +3584,11 @@ } }, "node_modules/eslint-config-turbo": { - "version": "1.12.5", - "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-1.12.5.tgz", - "integrity": "sha512-wXytbX+vTzQ6rwgM6sIr447tjYJBlRj5V/eBFNGNXw5Xs1R715ppPYhbmxaFbkrWNQSGJsWRrYGAlyq0sT/OsQ==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-1.13.2.tgz", + "integrity": "sha512-TzvsMwNJx/P4JYw79iFqbyQApnyT050gW7dBxnNeNVl3pVMnT2rwaFo9Q3Hc49Tp5NANxEwYN9RStF50P/IwGA==", "dependencies": { - "eslint-plugin-turbo": "1.12.5" + "eslint-plugin-turbo": "1.13.2" }, "peerDependencies": { "eslint": ">6.6.0" @@ -3824,9 +3824,9 @@ } }, "node_modules/eslint-plugin-turbo": { - "version": "1.12.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-1.12.5.tgz", - "integrity": "sha512-cXy7mCzAdngBTJIWH4DASXHy0vQpujWDBqRTu0YYqCN/QEGsi3HWM+STZEbPYELdjtm5EsN2HshOSSqWnjdRHg==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-1.13.2.tgz", + "integrity": "sha512-QNaihF0hTRjfOBd1SLHrftm8V3pOU35CNS/C0/Z6qY1xxdL1PSv4IctEIldSMX7/A1jOPYwMPO7wYwPXgjgp/g==", "dependencies": { "dotenv": "16.0.3" },