From 6a14d8f56bc01420e43fd818af1a5a5393aba4d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 06:44:52 +0000 Subject: [PATCH] deps: Bump eslint-config-turbo from 1.12.3 to 1.12.4 Bumps [eslint-config-turbo](https://github.com/vercel/turbo/tree/HEAD/packages/eslint-config-turbo) from 1.12.3 to 1.12.4. - [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.12.4/packages/eslint-config-turbo) --- updated-dependencies: - dependency-name: eslint-config-turbo dependency-type: direct:production update-type: version-update:semver-patch ... 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 9d24b2fdd..802561fc5 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -26,7 +26,7 @@ "dependencies": { "eslint-config-next": "14.1.0", "eslint-config-prettier": "9.1.0", - "eslint-config-turbo": "1.12.3", + "eslint-config-turbo": "1.12.4", "eslint-plugin-react": "7.33.2", "next": "14.1.0" }, diff --git a/package-lock.json b/package-lock.json index 13bdece3c..b042e7a58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -108,7 +108,7 @@ "dependencies": { "eslint-config-next": "14.1.0", "eslint-config-prettier": "9.1.0", - "eslint-config-turbo": "1.12.3", + "eslint-config-turbo": "1.12.4", "eslint-plugin-react": "7.33.2", "next": "14.1.0" }, @@ -3316,11 +3316,11 @@ } }, "node_modules/eslint-config-turbo": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-1.12.3.tgz", - "integrity": "sha512-Q46MEOiNJpJWC3Et5/YEuIYYhbOieS04yZwQOinO2hpZw3folEXV+hbwVo8M+ap/q8gtpjIWiRMZ1A4QxmhEqQ==", + "version": "1.12.4", + "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-1.12.4.tgz", + "integrity": "sha512-5hqEaV6PNmAYLL4RTmq74OcCt8pgzOLnfDVPG/7PUXpQ0Mpz0gr926oCSFukywKKXjdum3VHD84S7Z9A/DqTAw==", "dependencies": { - "eslint-plugin-turbo": "1.12.3" + "eslint-plugin-turbo": "1.12.4" }, "peerDependencies": { "eslint": ">6.6.0" @@ -3554,9 +3554,9 @@ } }, "node_modules/eslint-plugin-turbo": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-1.12.3.tgz", - "integrity": "sha512-7hEyxa+oP898EFNoxVenHlH8jtBwV1hbbIkdQWgqDcB0EmVNGVEZkYRo5Hm6BuMAjR433B+NISBJdj0bQo4/Lg==", + "version": "1.12.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-1.12.4.tgz", + "integrity": "sha512-3AGmXvH7E4i/XTWqBrcgu+G7YKZJV/8FrEn79kTd50ilNsv+U3nS2IlcCrQB6Xm2m9avGD9cadLzKDR1/UF2+g==", "dependencies": { "dotenv": "16.0.3" },