fix(deps): update dependency @floating-ui/vue to v1.1.6

This commit is contained in:
renovate[bot]
2025-01-30 20:08:39 +00:00
committed by Eli Bosley
parent c180728696
commit 6cb28d5f8f

6
web/package-lock.json generated
View File

@@ -10007,11 +10007,13 @@
"license": "MIT"
},
"node_modules/@floating-ui/vue": {
"version": "1.1.5",
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/@floating-ui/vue/-/vue-1.1.6.tgz",
"integrity": "sha512-XFlUzGHGv12zbgHNk5FN2mUB7ROul3oG2ENdTpWdE+qMFxyNxWSRmsoyhiEnpmabNm6WnUvR1OvJfUfN4ojC1A==",
"license": "MIT",
"dependencies": {
"@floating-ui/dom": "^1.0.0",
"@floating-ui/utils": "^0.2.8",
"@floating-ui/utils": "^0.2.9",
"vue-demi": ">=0.13.0"
}
},