From c9625ba5aae5eb1051577bc323b1952b126669d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 05:14:27 +0000 Subject: [PATCH] build(deps-dev): bump laravel-vite-plugin from 0.8.0 to 0.8.1 Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/laravel/vite-plugin/releases) - [Changelog](https://github.com/laravel/vite-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/laravel/vite-plugin/compare/v0.8.0...v0.8.1) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6f16436..1e13493c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@tailwindcss/typography": "^0.5.10", "autoprefixer": "^10.4.16", "axios": "^1.5", - "laravel-vite-plugin": "^0.8.0", + "laravel-vite-plugin": "^0.8.1", "lodash": "^4.17.21", "postcss": "^8.4.31", "tailwindcss": "^3.3.3", @@ -1099,9 +1099,9 @@ } }, "node_modules/laravel-vite-plugin": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.8.0.tgz", - "integrity": "sha512-6VjLI+azBpeK6rWBiKcb/En5GnTdYpL0U4zS8gXYvb2/VSq4mlau5H3NWpSktUDBMM1b97LLgICx5zevi8IY0w==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.8.1.tgz", + "integrity": "sha512-fxzUDjOA37kOsYq8dP+3oPIlw8/kJVXwu0hOXLun82R1LpV02shGeWGYKx2lbpKffL5I0sfPPjfqbYxuqBluAA==", "dev": true, "dependencies": { "picocolors": "^1.0.0", @@ -2540,9 +2540,9 @@ "dev": true }, "laravel-vite-plugin": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.8.0.tgz", - "integrity": "sha512-6VjLI+azBpeK6rWBiKcb/En5GnTdYpL0U4zS8gXYvb2/VSq4mlau5H3NWpSktUDBMM1b97LLgICx5zevi8IY0w==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.8.1.tgz", + "integrity": "sha512-fxzUDjOA37kOsYq8dP+3oPIlw8/kJVXwu0hOXLun82R1LpV02shGeWGYKx2lbpKffL5I0sfPPjfqbYxuqBluAA==", "dev": true, "requires": { "picocolors": "^1.0.0", diff --git a/package.json b/package.json index bc773b6b..62590da5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@tailwindcss/typography": "^0.5.10", "autoprefixer": "^10.4.16", "axios": "^1.5", - "laravel-vite-plugin": "^0.8.0", + "laravel-vite-plugin": "^0.8.1", "lodash": "^4.17.21", "postcss": "^8.4.31", "tailwindcss": "^3.3.3",