diff --git a/package-lock.json b/package-lock.json index 1cbcb46225..35209f765c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/logger": "^3.0.3", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.4.0", - "@nextcloud/vue-select": "^4.0.0", + "@nextcloud/vue-select": "^4.1.0", "@vuepic/vue-datepicker": "^11.0.3", "@vueuse/components": "^14.2.1", "@vueuse/core": "^14.2.1", @@ -3696,9 +3696,9 @@ } }, "node_modules/@nextcloud/vue-select": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue-select/-/vue-select-4.0.0.tgz", - "integrity": "sha512-f0ZW5ySRmtgMoqYWvGOZFBEqS7iAt7t6Zh9yoXN7/GIiKz3csig3AO5WhV6THOtLBHOkO+PnOQdZq6MjiCNeEw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue-select/-/vue-select-4.1.0.tgz", + "integrity": "sha512-jQIu4XuUAuJr6qL/IKa63h3Vv/4OrP9latl2E6kqtffwLBV+qMSU4Gm+vsOfyqBbBSY4i3eeMfdyJi14O1Yqbg==", "license": "MIT", "engines": { "node": "^22 || ^24" diff --git a/package.json b/package.json index 0ef68097fa..3ee4119f60 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@nextcloud/logger": "^3.0.3", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.4.0", - "@nextcloud/vue-select": "^4.0.0", + "@nextcloud/vue-select": "^4.1.0", "@vuepic/vue-datepicker": "^11.0.3", "@vueuse/components": "^14.2.1", "@vueuse/core": "^14.2.1",