From 86ddbe82434f98c3d69ab33f7365752d8e117767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 01:03:21 +0000 Subject: [PATCH] chore(deps): bump @inertiajs/vue3 from 3.0.2 to 3.0.3 Bumps [@inertiajs/vue3](https://github.com/inertiajs/inertia/tree/HEAD/packages/vue3) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/inertiajs/inertia/releases) - [Changelog](https://github.com/inertiajs/inertia/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/inertiajs/inertia/commits/v3.0.3/packages/vue3) --- updated-dependencies: - dependency-name: "@inertiajs/vue3" dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 622476f..115d0fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@inertiajs/vite": "^3.0.2", - "@inertiajs/vue3": "^3.0.2", + "@inertiajs/vue3": "^3.0.3", "@tailwindcss/typography": "^0.5.19", "@vueuse/core": "^14.2.1", "class-variance-authority": "^0.7.1", @@ -218,12 +218,12 @@ } }, "node_modules/@inertiajs/vue3": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@inertiajs/vue3/-/vue3-3.0.2.tgz", - "integrity": "sha512-oAhpklYp7F8/LFsh9DOCOkxzgGVeaIfDN6yi0PB9bHA+ObxTRVq8J4fqQgLExvwjNQIzl6RKh3PaLMf2JXacKQ==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@inertiajs/vue3/-/vue3-3.0.3.tgz", + "integrity": "sha512-bhJN+GS66g1tYH1p6flKkG1N8oaT5J7ZLqBkavN9mHC6bVfoQCUG6sCuA07WTDfo9tDaxU89wsSSAf4mhn3SuA==", "license": "MIT", "dependencies": { - "@inertiajs/core": "3.0.2", + "@inertiajs/core": "3.0.3", "es-toolkit": "^1.33.0", "laravel-precognition": "^2.0.0" }, @@ -231,6 +231,25 @@ "vue": "^3.0.0" } }, + "node_modules/@inertiajs/vue3/node_modules/@inertiajs/core": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-3.0.3.tgz", + "integrity": "sha512-/4sW/cfNpvujjVOZlB5UNypLGNySs7X7V8IMLNSK8+3j1KsUYGS5wpLd9EqAu8wy8RiW7PPra2rPwB6Lx/ACow==", + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.31", + "es-toolkit": "^1.33.0", + "laravel-precognition": "^2.0.0" + }, + "peerDependencies": { + "axios": "^1.13.2" + }, + "peerDependenciesMeta": { + "axios": { + "optional": true + } + } + }, "node_modules/@internationalized/date": { "version": "3.11.0", "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.11.0.tgz", diff --git a/package.json b/package.json index 15aa741..5f4678c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@inertiajs/vite": "^3.0.2", - "@inertiajs/vue3": "^3.0.2", + "@inertiajs/vue3": "^3.0.3", "@tailwindcss/typography": "^0.5.19", "@vueuse/core": "^14.2.1", "class-variance-authority": "^0.7.1",