From e8288617dc206ada0ae742ea399da4ef4988c6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:48:24 +0000 Subject: [PATCH] Bump laravel-vite-plugin from 1.0.4 to 1.0.5 Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 1.0.4 to 1.0.5. - [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.4...v1.0.5) --- 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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b3e4926..a54b2198 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", "autoprefixer": "^10.4.16", - "laravel-vite-plugin": "^1.0.1", + "laravel-vite-plugin": "^1.0.5", "postcss": "^8.4.32", "postcss-nesting": "^12.0.2", "tailwindcss": "^3.4.0", @@ -1446,11 +1446,10 @@ } }, "node_modules/laravel-vite-plugin": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-1.0.4.tgz", - "integrity": "sha512-dEj8Q/Fsn0kKbOQ55bl/NmyJL+dD6OxnVaM/nNByw5XV4b00ky6FzXKVuHLDr4BvSJKH1y6oaOcEG5wKpCZ5+A==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-1.0.5.tgz", + "integrity": "sha512-Zv+to82YLBknDCZ6g3iwOv9wZ7f6EWStb9pjSm7MGe9Mfoy5ynT2ssZbGsMr1udU6rDg9HOoYEVGw5Qf+p9zbw==", "dev": true, - "license": "MIT", "dependencies": { "picocolors": "^1.0.0", "vite-plugin-full-reload": "^1.1.0" diff --git a/package.json b/package.json index 8f3e4caf..bbc2210a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", "autoprefixer": "^10.4.16", - "laravel-vite-plugin": "^1.0.1", + "laravel-vite-plugin": "^1.0.5", "postcss": "^8.4.32", "postcss-nesting": "^12.0.2", "tailwindcss": "^3.4.0",