From 5b965661ed66e74b784579241f54a00edcb2cbd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:44:30 +0000 Subject: [PATCH] deps: Bump eslint-config-turbo from 1.13.2 to 1.13.3 Bumps [eslint-config-turbo](https://github.com/vercel/turbo/tree/HEAD/packages/eslint-config-turbo) from 1.13.2 to 1.13.3. - [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.3/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 8ea45d8e..e335f6ae 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -35,7 +35,7 @@ "dependencies": { "eslint-config-next": "14.2.3", "eslint-config-prettier": "9.1.0", - "eslint-config-turbo": "1.13.2", + "eslint-config-turbo": "1.13.3", "eslint-plugin-react": "7.34.1" }, "peerDependencies": { diff --git a/package-lock.json b/package-lock.json index a9a77128..8d4d04cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -156,7 +156,7 @@ "dependencies": { "eslint-config-next": "14.2.3", "eslint-config-prettier": "9.1.0", - "eslint-config-turbo": "1.13.2", + "eslint-config-turbo": "1.13.3", "eslint-plugin-react": "7.34.1" }, "devDependencies": { @@ -3591,11 +3591,11 @@ } }, "node_modules/eslint-config-turbo": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-1.13.2.tgz", - "integrity": "sha512-TzvsMwNJx/P4JYw79iFqbyQApnyT050gW7dBxnNeNVl3pVMnT2rwaFo9Q3Hc49Tp5NANxEwYN9RStF50P/IwGA==", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-1.13.3.tgz", + "integrity": "sha512-if/QtwEiWZ5b7Bg8yZBPSvS0TeCG2Zvfa/+XBYANS7uSYucjmW+BBC8enJB0PqpB/YLGGOumeo3x7h1Nuba9iw==", "dependencies": { - "eslint-plugin-turbo": "1.13.2" + "eslint-plugin-turbo": "1.13.3" }, "peerDependencies": { "eslint": ">6.6.0" @@ -3831,9 +3831,9 @@ } }, "node_modules/eslint-plugin-turbo": { - "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==", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-1.13.3.tgz", + "integrity": "sha512-RjmlnqYsEqnJ+U3M3IS5jLJDjWv5NsvReCpsC61n5pJ4JMHTZ/lU0EIoL1ccuL1L5wP0APzdXdByBxERcPQ+Nw==", "dependencies": { "dotenv": "16.0.3" },