From 12fe9becfa21dd735506fc987a752cd1088cd4ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:12:37 +0000 Subject: [PATCH] Bump vue-tippy from 6.4.4 to 6.5.0 in /src/Frontend Bumps [vue-tippy](https://github.com/KABBOUCHI/vue-tippy) from 6.4.4 to 6.5.0. - [Release notes](https://github.com/KABBOUCHI/vue-tippy/releases) - [Commits](https://github.com/KABBOUCHI/vue-tippy/commits/v6.5.0) --- updated-dependencies: - dependency-name: vue-tippy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/Frontend/package-lock.json | 8 ++++---- src/Frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Frontend/package-lock.json b/src/Frontend/package-lock.json index 17c61f14c..a97c148be 100644 --- a/src/Frontend/package-lock.json +++ b/src/Frontend/package-lock.json @@ -19,7 +19,7 @@ "pinia": "^2.2.4", "vue": "^3.5.12", "vue-router": "^4.4.5", - "vue-tippy": "^6.4.4", + "vue-tippy": "^6.5.0", "vue-toastification": "^2.0.0-rc.5", "vue3-cookies": "^1.0.6", "vue3-simple-typeahead": "^1.0.11" @@ -6521,9 +6521,9 @@ } }, "node_modules/vue-tippy": { - "version": "6.4.4", - "resolved": "https://registry.npmjs.org/vue-tippy/-/vue-tippy-6.4.4.tgz", - "integrity": "sha512-0C5TSU482FvjhEeKrPkz08tzyC/KJC0CiEbm3yW9oS+n3fa03ajEzU2QcxI9oR6Hwlg8NOP0U6T4EsGuccq6YQ==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/vue-tippy/-/vue-tippy-6.5.0.tgz", + "integrity": "sha512-U44UDETTLuZWZGosagslEwgimWQdt1JVSxfWStVPnVdeqo2jo9X5zW3SB04k7JaTFosdgrDhFsUDrd6n42Nh7Q==", "dependencies": { "tippy.js": "^6.3.7" }, diff --git a/src/Frontend/package.json b/src/Frontend/package.json index 866fae31c..ec0400d3f 100644 --- a/src/Frontend/package.json +++ b/src/Frontend/package.json @@ -28,7 +28,7 @@ "pinia": "^2.2.4", "vue": "^3.5.12", "vue-router": "^4.4.5", - "vue-tippy": "^6.4.4", + "vue-tippy": "^6.5.0", "vue-toastification": "^2.0.0-rc.5", "vue3-cookies": "^1.0.6", "vue3-simple-typeahead": "^1.0.11"