From 40f8111faf5f46a3f44a7ac0951553dc9504eda3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:12:49 +0000 Subject: [PATCH] Bump @hotwired/turbo from 8.0.5 to 8.0.10 Bumps [@hotwired/turbo](https://github.com/hotwired/turbo) from 8.0.5 to 8.0.10. - [Release notes](https://github.com/hotwired/turbo/releases) - [Commits](https://github.com/hotwired/turbo/compare/v8.0.5...v8.0.10) --- updated-dependencies: - dependency-name: "@hotwired/turbo" 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 98a9a14f..feb394d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@hotwired/stimulus": "^3.2.2", - "@hotwired/turbo": "^8.0.2", + "@hotwired/turbo": "^8.0.10", "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.2", "laravel-vite-plugin": "^1.0.4", @@ -678,11 +678,10 @@ "license": "MIT" }, "node_modules/@hotwired/turbo": { - "version": "8.0.5", - "resolved": "https://registry.npmjs.org/@hotwired/turbo/-/turbo-8.0.5.tgz", - "integrity": "sha512-TdZDA7fxVQ2ZycygvpnzjGPmFq4sO/E2QVg+2em/sJ3YTSsIWVEis8HmWlumz+c9DjWcUkcCuB+muF08TInpAQ==", + "version": "8.0.10", + "resolved": "https://registry.npmjs.org/@hotwired/turbo/-/turbo-8.0.10.tgz", + "integrity": "sha512-xen1YhNQirAHlA8vr/444XsTNITC1Il2l/Vx4w8hAWPpI5nQO78mVHNsmFuayETodzPwh25ob2TgfCEV/Loiog==", "dev": true, - "license": "MIT", "engines": { "node": ">= 14" } diff --git a/package.json b/package.json index 697ee6df..fe35eb8e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@hotwired/stimulus": "^3.2.2", - "@hotwired/turbo": "^8.0.2", + "@hotwired/turbo": "^8.0.10", "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.2", "laravel-vite-plugin": "^1.0.4",