From 8d9f6330a5f84ef9ce787e26e71c15db0a8100c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:05:44 +0000 Subject: [PATCH] Bump vite from 5.1.6 to 5.1.7 in /eslint-plugin-tailwindcss Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.6 to 5.1.7. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.1.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- eslint-plugin-tailwindcss/package-lock.json | 8 ++++---- eslint-plugin-tailwindcss/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eslint-plugin-tailwindcss/package-lock.json b/eslint-plugin-tailwindcss/package-lock.json index 94e4ca9..99775cf 100644 --- a/eslint-plugin-tailwindcss/package-lock.json +++ b/eslint-plugin-tailwindcss/package-lock.json @@ -21,7 +21,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "eslint-plugin-tailwindcss": "^3.15.1", - "vite": "^5.1.6" + "vite": "^5.1.7" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -5172,9 +5172,9 @@ "peer": true }, "node_modules/vite": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.6.tgz", - "integrity": "sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==", + "version": "5.1.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.7.tgz", + "integrity": "sha512-sgnEEFTZYMui/sTlH1/XEnVNHMujOahPLGMxn1+5sIT45Xjng1Ec1K78jRP15dSmVgg5WBin9yO81j3o9OxofA==", "dev": true, "dependencies": { "esbuild": "^0.19.3", diff --git a/eslint-plugin-tailwindcss/package.json b/eslint-plugin-tailwindcss/package.json index 13f1038..59fbb9c 100644 --- a/eslint-plugin-tailwindcss/package.json +++ b/eslint-plugin-tailwindcss/package.json @@ -23,6 +23,6 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "eslint-plugin-tailwindcss": "^3.15.1", - "vite": "^5.1.6" + "vite": "^5.1.7" } }