From 5f599310f57d2ae7d0bac24300d2969eded0c28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 09:22:45 +0000 Subject: [PATCH] Bump @inertiajs/vue3 from 1.0.9 to 1.0.11 Bumps [@inertiajs/vue3](https://github.com/inertiajs/inertia/tree/HEAD/packages/vue3) from 1.0.9 to 1.0.11. - [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.11/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..6af3621 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.11", "@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.11", + "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-1.0.11.tgz", + "integrity": "sha512-EFUvVsq8TvvIaUDrfbL/pvEBvu67gdBvV/cyepDZqCdAolld0N3AO+TZ7i7UtwKwLKw8eAFbixgbkicugojhGA==", "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.11", + "resolved": "https://registry.npmjs.org/@inertiajs/vue3/-/vue3-1.0.11.tgz", + "integrity": "sha512-4lqOsXWXxbeqq5dXZhpNSFabNfxHItHjc005+dqd+cKbhZ5n+dr8n2IGSDBfMNcT7bJfDUyUS2XKdY5y1EnAuw==", "dev": true, "dependencies": { - "@inertiajs/core": "1.0.9", + "@inertiajs/core": "1.0.11", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0" }, diff --git a/package.json b/package.json index c954722..e6cdd17 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "production": "mix --production" }, "devDependencies": { - "@inertiajs/vue3": "^1.0.9", + "@inertiajs/vue3": "^1.0.11", "@tailwindcss/forms": "^0.5.4", "@vue/compiler-sfc": "^3.3.4", "alpinejs": "^3.12.3",