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

This commit is contained in:
renovate[bot]
2025-01-13 16:51:53 +00:00
committed by Eli Bosley
parent 3b2d61efc2
commit e5e1c43bb3

8
web/package-lock.json generated
View File

@@ -2052,13 +2052,13 @@
"license": "MIT"
},
"node_modules/@floating-ui/vue": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/@floating-ui/vue/-/vue-1.1.5.tgz",
"integrity": "sha512-ynL1p5Z+woPVSwgMGqeDrx6HrJfGIDzFyESFkyqJKilGW1+h/8yVY29Khn0LaU6wHBRwZ13ntG6reiHWK6jyzw==",
"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"
}
},