From b01f418f9776761f3af3de1d1af6860e42c6a0c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:56:52 -0700 Subject: [PATCH] deps: Bump `eslint-config-turbo` from 1.11.2 to 1.11.3 (#107) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 1cb8eb0c2..4e549bbdc 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -26,7 +26,7 @@ "dependencies": { "eslint-config-next": "14.0.4", "eslint-config-prettier": "9.1.0", - "eslint-config-turbo": "1.11.2", + "eslint-config-turbo": "1.11.3", "eslint-plugin-react": "7.33.2", "next": "14.0.4" }, diff --git a/package-lock.json b/package-lock.json index 019677431..4f645a905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -89,7 +89,7 @@ "dependencies": { "eslint-config-next": "14.0.4", "eslint-config-prettier": "9.1.0", - "eslint-config-turbo": "1.11.2", + "eslint-config-turbo": "1.11.3", "eslint-plugin-react": "7.33.2", "next": "14.0.4" }, @@ -3153,11 +3153,11 @@ } }, "node_modules/eslint-config-turbo": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-1.11.2.tgz", - "integrity": "sha512-vqbyCH6kCHFoIAWUmGL61c0BfUQNz0XAl2RzAnEkSQ+PLXvEvuV2HsvL51UOzyyElfJlzZuh9T4BvUqb5KR9Eg==", + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-1.11.3.tgz", + "integrity": "sha512-v7CHpAHodBKlj+r+R3B2DJlZbCjpZLnK7gO/vCRk/Lc+tlD/f04wM6rmHlerevOlchtmwARilRLBnmzNLffTyQ==", "dependencies": { - "eslint-plugin-turbo": "1.11.2" + "eslint-plugin-turbo": "1.11.3" }, "peerDependencies": { "eslint": ">6.6.0" @@ -3391,9 +3391,9 @@ } }, "node_modules/eslint-plugin-turbo": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-1.11.2.tgz", - "integrity": "sha512-U6DX+WvgGFiwEAqtOjm4Ejd9O4jsw8jlFNkQi0ywxbMnbiTie+exF4Z0F/B1ajtjjeZkBkgRnlU+UkoraBN+bw==", + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-1.11.3.tgz", + "integrity": "sha512-R5ftTTWQzEYaKzF5g6m/MInCU8pIN+2TLL+S50AYBr1enwUovdZmnZ1HDwFMaxIjJ8x5ah+jvAzql5IJE9VWaA==", "dependencies": { "dotenv": "16.0.3" },