From 71fd971ecaa1e130bd4e85154b8522396f03b269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 03:26:38 +0000 Subject: [PATCH] Bump laravel-vite-plugin from 1.0.2 to 1.0.3 Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/laravel/vite-plugin/releases) - [Changelog](https://github.com/laravel/vite-plugin/blob/1.x/CHANGELOG.md) - [Commits](https://github.com/laravel/vite-plugin/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: laravel-vite-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 801e7c74..d5264482 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.13", "autoprefixer": "^10.4.19", - "laravel-vite-plugin": "^1.0.2", + "laravel-vite-plugin": "^1.0.3", "postcss": "^8.4.38", "postcss-nesting": "^12.1.4", "tailwindcss": "^3.4.1", @@ -1316,9 +1316,9 @@ } }, "node_modules/laravel-vite-plugin": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-1.0.2.tgz", - "integrity": "sha512-Mcclml10khYzBVxDwJro8wnVDwD4i7XOSEMACQNnarvTnHjrjXLLL+B/Snif2wYAyElsOqagJZ7VAinb/2vF5g==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-1.0.3.tgz", + "integrity": "sha512-PIAOwL50f7GtC6rE7yfPf/35ho8Yd5GjVosfP/mEw1P9g2Pkz5TYkHpm2RdCYTqhohPd4WIsa1RutxJf0xIBEg==", "dev": true, "dependencies": { "picocolors": "^1.0.0", diff --git a/package.json b/package.json index 5922b58a..98f7ba7c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.13", "autoprefixer": "^10.4.19", - "laravel-vite-plugin": "^1.0.2", + "laravel-vite-plugin": "^1.0.3", "postcss": "^8.4.38", "postcss-nesting": "^12.1.4", "tailwindcss": "^3.4.1",