From f7af90a871b8b018a361bd6710b197aab849cae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 07:04:32 +0000 Subject: [PATCH] deps: bump eslint-config-turbo from 2.3.2 to 2.3.3 Bumps [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/release.md) - [Commits](https://github.com/vercel/turborepo/commits/v2.3.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 cca43cafb..8067dbb3f 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -36,7 +36,7 @@ "@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/parser": "7.18.0", "eslint-config-prettier": "9.1.0", - "eslint-config-turbo": "2.3.2" + "eslint-config-turbo": "2.3.3" }, "peerDependencies": { "eslint": "^8" diff --git a/package-lock.json b/package-lock.json index e09e2bf27..cfd943cda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -347,7 +347,7 @@ "@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/parser": "7.18.0", "eslint-config-prettier": "9.1.0", - "eslint-config-turbo": "2.3.2" + "eslint-config-turbo": "2.3.3" }, "devDependencies": { "eslint": "8.57.1" @@ -4673,21 +4673,21 @@ } }, "node_modules/eslint-config-turbo": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-2.3.2.tgz", - "integrity": "sha512-gIH/BQdbfWNa9uw/Obo7PZa/NNilZNP8STD0ppVKd8ekSVFONm2GebvOxNiSr5zHregRzokfynnHjZfB5ngJig==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/eslint-config-turbo/-/eslint-config-turbo-2.3.3.tgz", + "integrity": "sha512-cM9wSBYowQIrjx2MPCzFE6jTnG4vpTPJKZ/O+Ps3CqrmGK/wtNOsY6WHGMwLtKY/nNbgRahAJH6jGVF6k2coOg==", "license": "MIT", "dependencies": { - "eslint-plugin-turbo": "2.3.2" + "eslint-plugin-turbo": "2.3.3" }, "peerDependencies": { "eslint": ">6.6.0" } }, "node_modules/eslint-plugin-turbo": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-2.3.2.tgz", - "integrity": "sha512-NoGxnaFi/8KotvKdbwR+VJOB3nVvIOjS193qCjHz2eBKhnO+Wr3cFgw9IZvk1rBIqg3a6VtJQmxkwNIYo2yWOw==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-turbo/-/eslint-plugin-turbo-2.3.3.tgz", + "integrity": "sha512-j8UEA0Z+NNCsjZep9G5u5soDQHcXq/x4amrwulk6eHF1U91H2qAjp5I4jQcvJewmccCJbVp734PkHHTRnosjpg==", "license": "MIT", "dependencies": { "dotenv": "16.0.3"