From cef786916d8e6fa982644f9720ebf8ea45790df4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 23:12:53 +0000 Subject: [PATCH] deps: Bump eslint-config-turbo from 1.12.5 to 1.13.2 Bumps [eslint-config-turbo](https://github.com/vercel/turbo/tree/HEAD/packages/eslint-config-turbo) from 1.12.5 to 1.13.2. - [Release notes](https://github.com/vercel/turbo/releases) - [Changelog](https://github.com/vercel/turbo/blob/main/release.md) - [Commits](https://github.com/vercel/turbo/commits/v1.13.2/packages/eslint-config-turbo) --- updated-dependencies: - dependency-name: eslint-config-turbo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- eslint-config/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) 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" },