From 3b8f0d8cbcc85e72e01ede7a4263fee4489c2efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:44:16 +0000 Subject: [PATCH] chore(deps): bump @ryangjchandler/alpine-tooltip from 2.0.0 to 2.0.1 Bumps [@ryangjchandler/alpine-tooltip](https://github.com/ryangjchandler/alpine-tooltip) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/ryangjchandler/alpine-tooltip/releases) - [Commits](https://github.com/ryangjchandler/alpine-tooltip/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: "@ryangjchandler/alpine-tooltip" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0716b2f6..e94b7ea5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@alpinejs/morph": "^3.13.2", "@alpinejs/persist": "^3.13.7", "@rails/actioncable": "^6.1.4", - "@ryangjchandler/alpine-tooltip": "^2.0.0", + "@ryangjchandler/alpine-tooltip": "^2.0.1", "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.12", "alpinejs": "^3.13.2", @@ -2348,9 +2348,9 @@ "integrity": "sha512-F6S74NGpxhbbDRFsQFGYqefRfZPgYvePNtz9hHKYOqLturrsqrDoG+UcrxEGHsvqDUorMYfx4Wl3K8smmk/u2g==" }, "node_modules/@ryangjchandler/alpine-tooltip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@ryangjchandler/alpine-tooltip/-/alpine-tooltip-2.0.0.tgz", - "integrity": "sha512-7d0LWSvnrvA4HgXsmuviUemt9PEGi6vV9u/GuoEIgi1t4+MeZPGyITG3fKA3yu3iB25KxjTEbo+3wwoo/y+Jug==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@ryangjchandler/alpine-tooltip/-/alpine-tooltip-2.0.1.tgz", + "integrity": "sha512-Hv9C02bUE4JSewZhfceYSHw+oiBuUF3ITCMKqmiFWJ3bvjhHZzM8YEPpNQVMfEVRR4K4JJYJD16re4stGIjoyg==", "dependencies": { "tippy.js": "^6.3.1" } diff --git a/package.json b/package.json index 093ad9b6..8dfcfa6e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@alpinejs/morph": "^3.13.2", "@alpinejs/persist": "^3.13.7", "@rails/actioncable": "^6.1.4", - "@ryangjchandler/alpine-tooltip": "^2.0.0", + "@ryangjchandler/alpine-tooltip": "^2.0.1", "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.12", "alpinejs": "^3.13.2",