From 0458ca8775363a8e82391aee168c1f6d2ef26d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:32:41 +0000 Subject: [PATCH] Bump @inertiajs/vue3 from 1.0.9 to 1.0.14 Bumps [@inertiajs/vue3](https://github.com/inertiajs/inertia/tree/HEAD/packages/vue3) from 1.0.9 to 1.0.14. - [Release notes](https://github.com/inertiajs/inertia/releases) - [Changelog](https://github.com/inertiajs/inertia/blob/master/CHANGELOG.md) - [Commits](https://github.com/inertiajs/inertia/commits/v1.0.14/packages/vue3) --- updated-dependencies: - dependency-name: "@inertiajs/vue3" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e41a89..3851fe7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "daisyui": "^3.3.1" }, "devDependencies": { - "@inertiajs/vue3": "^1.0.9", + "@inertiajs/vue3": "^1.0.14", "@tailwindcss/forms": "^0.5.4", "@vue/compiler-sfc": "^3.3.4", "alpinejs": "^3.12.3", @@ -1887,9 +1887,9 @@ } }, "node_modules/@inertiajs/core": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-1.0.9.tgz", - "integrity": "sha512-Vd/4akXnY90qwtPJ1nVGtLXYhyGZdDjvQ4rv5qeqFYmqLEARdhDd7Lku1BwkboZX6GSTgDkipBSSGTKuRemOkQ==", + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-1.0.14.tgz", + "integrity": "sha512-S33PU6mWEYbn/s2Op+CJ6MN7ON354vWw8Y+UvtQzPt0r7pVgOuIArrqqsoulf9oQz9sbP1+vp/tCvyBzm4XmpA==", "dev": true, "dependencies": { "axios": "^1.2.0", @@ -1899,12 +1899,12 @@ } }, "node_modules/@inertiajs/vue3": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@inertiajs/vue3/-/vue3-1.0.9.tgz", - "integrity": "sha512-KoH1KEYxtHs5vbBb3DTTRh9bjFLBakFeqfj95YzwQXkaKaGkE3M79O0n4CaQqG7BSiOdQ3Z3pB2bx+CHpYV9uA==", + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/@inertiajs/vue3/-/vue3-1.0.14.tgz", + "integrity": "sha512-lKL3Bm9k95Gw1GAq4RxgjfwSMfklkeMbvEfzwmsEBsZ4BbbWwfpC/+KS+4O4faTjjijczvkDPhMKv4duzFxtGw==", "dev": true, "dependencies": { - "@inertiajs/core": "1.0.9", + "@inertiajs/core": "1.0.14", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0" }, diff --git a/package.json b/package.json index c954722..cf417e2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "production": "mix --production" }, "devDependencies": { - "@inertiajs/vue3": "^1.0.9", + "@inertiajs/vue3": "^1.0.14", "@tailwindcss/forms": "^0.5.4", "@vue/compiler-sfc": "^3.3.4", "alpinejs": "^3.12.3",