From 98593e2eff9c31963c101299a7b999eafb2e64ec Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Sat, 7 Feb 2026 09:42:38 +0200 Subject: [PATCH] chore(deps): update dependencies --- composer.lock | 18 +- package.json | 4 +- pnpm-lock.yaml | 239 ++++++++++----------- vendor-bin/openapi-extractor/composer.lock | 8 +- vendor-bin/psalm/composer.lock | 20 +- 5 files changed, 140 insertions(+), 149 deletions(-) diff --git a/composer.lock b/composer.lock index 394fdeb..2cb63ae 100644 --- a/composer.lock +++ b/composer.lock @@ -180,12 +180,12 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "f49cc367ee1a0216b7783b1b7a7f23dace6dd7c5" + "reference": "83cf79e2922fe1c969adeeac8dbb10e173a8d781" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/f49cc367ee1a0216b7783b1b7a7f23dace6dd7c5", - "reference": "f49cc367ee1a0216b7783b1b7a7f23dace6dd7c5", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/83cf79e2922fe1c969adeeac8dbb10e173a8d781", + "reference": "83cf79e2922fe1c969adeeac8dbb10e173a8d781", "shasum": "" }, "require": { @@ -220,7 +220,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/stable32" }, - "time": "2026-01-21T00:58:32+00:00" + "time": "2026-02-06T01:05:41+00:00" }, { "name": "nikic/php-parser", @@ -1035,12 +1035,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "258cd5fdcb59c29f421927b2cf77f48de9458a98" + "reference": "7ea2d110787f6807213e27a1255c6b858ad99d89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/258cd5fdcb59c29f421927b2cf77f48de9458a98", - "reference": "258cd5fdcb59c29f421927b2cf77f48de9458a98", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/7ea2d110787f6807213e27a1255c6b858ad99d89", + "reference": "7ea2d110787f6807213e27a1255c6b858ad99d89", "shasum": "" }, "conflict": { @@ -1520,7 +1520,7 @@ "microsoft/microsoft-graph": ">=1.16,<1.109.1|>=2,<2.0.1", "microsoft/microsoft-graph-beta": "<2.0.1", "microsoft/microsoft-graph-core": "<2.0.2", - "microweber/microweber": "<=2.0.19", + "microweber/microweber": "<2.0.20", "mikehaertl/php-shellcommand": "<1.6.1", "mineadmin/mineadmin": "<=3.0.9", "miniorange/miniorange-saml": "<1.4.3", @@ -2046,7 +2046,7 @@ "type": "tidelift" } ], - "time": "2026-02-04T22:06:32+00:00" + "time": "2026-02-05T22:08:29+00:00" }, { "name": "sebastian/cli-parser", diff --git a/package.json b/package.json index 5acaf85..725f83d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@nextcloud/l10n": "^3.4.1", "@nextcloud/router": "^3.1.0", "@nextcloud/vite-config": "2.3.5", - "@nextcloud/vue": "^9.4.0", + "@nextcloud/vue": "^9.5.0", "date-fns": "^4.1.0", "linkifyjs": "^4.3.2", "vue": "^3.5.27", @@ -39,7 +39,7 @@ "@eslint/js": "^9.39.2", "@nextcloud/browserslist-config": "^3.1.2", "@nextcloud/eslint-config": "^8.4.2", - "@nextcloud/stylelint-config": "^3.2.0", + "@nextcloud/stylelint-config": "^3.2.1", "@vitejs/plugin-vue": "^6.0.4", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.8.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aaa191d..db591d8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ importers: version: 2.5.2 '@nextcloud/dialogs': specifier: ^7.2.0 - version: 7.2.0(typescript@5.9.2) + version: 7.2.0(@vue/compiler-sfc@3.5.27)(typescript@5.9.2) '@nextcloud/l10n': specifier: ^3.4.1 version: 3.4.1 @@ -25,10 +25,10 @@ importers: version: 3.1.0 '@nextcloud/vite-config': specifier: 2.3.5 - version: 2.3.5(@types/node@25.2.0)(browserslist@4.28.1)(picomatch@4.0.3)(rollup@4.57.1)(sass@1.97.3)(typescript@5.9.2)(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.2)) + version: 2.3.5(@types/node@25.2.1)(browserslist@4.28.1)(picomatch@4.0.3)(rollup@4.57.1)(sass@1.97.3)(typescript@5.9.2)(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.2)) '@nextcloud/vue': - specifier: ^9.4.0 - version: 9.4.0(typescript@5.9.2) + specifier: ^9.5.0 + version: 9.5.0(@vue/compiler-sfc@3.5.27)(typescript@5.9.2) date-fns: specifier: ^4.1.0 version: 4.1.0 @@ -55,11 +55,11 @@ importers: specifier: ^8.4.2 version: 8.4.2(@babel/core@7.26.0)(@babel/eslint-parser@7.25.9(@babel/core@7.26.0)(eslint@9.39.2))(@nextcloud/eslint-plugin@2.2.1(eslint@9.39.2))(@vue/eslint-config-typescript@13.0.0(eslint-plugin-vue@9.32.0(eslint@9.39.2))(eslint@9.39.2)(typescript@5.9.2))(eslint-config-standard@17.1.0(eslint-plugin-import@2.31.0)(eslint-plugin-n@16.6.2(eslint@9.39.2))(eslint-plugin-promise@6.6.0(eslint@9.39.2))(eslint@9.39.2))(eslint-import-resolver-exports@1.0.0-beta.5(eslint-plugin-import@2.31.0)(eslint@9.39.2))(eslint-import-resolver-typescript@3.6.3)(eslint-plugin-import@2.31.0)(eslint-plugin-jsdoc@46.10.1(eslint@9.39.2))(eslint-plugin-n@16.6.2(eslint@9.39.2))(eslint-plugin-promise@6.6.0(eslint@9.39.2))(eslint-plugin-vue@9.32.0(eslint@9.39.2))(eslint@9.39.2)(typescript@5.9.2) '@nextcloud/stylelint-config': - specifier: ^3.2.0 - version: 3.2.0(stylelint-config-recommended-scss@13.1.0(postcss@8.5.6)(stylelint@17.1.1(typescript@5.9.2)))(stylelint-config-recommended-vue@1.5.0(postcss-html@1.7.0)(stylelint@17.1.1(typescript@5.9.2)))(stylelint@17.1.1(typescript@5.9.2)) + specifier: ^3.2.1 + version: 3.2.1(stylelint-config-recommended-scss@13.1.0(postcss@8.5.6)(stylelint@17.1.1(typescript@5.9.2)))(stylelint-config-recommended-vue@1.5.0(postcss-html@1.7.0)(stylelint@17.1.1(typescript@5.9.2)))(stylelint@17.1.1(typescript@5.9.2)) '@vitejs/plugin-vue': specifier: ^6.0.4 - version: 6.0.4(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.2)) + version: 6.0.4(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.2)) '@vue/test-utils': specifier: ^2.4.6 version: 2.4.6 @@ -101,13 +101,13 @@ importers: version: 8.54.0(eslint@9.39.2)(typescript@5.9.2) vite: specifier: ^6.4.1 - version: 6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) + version: 6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) vite-plugin-checker: specifier: ^0.12.0 - version: 0.12.0(eslint@9.39.2)(meow@13.2.0)(optionator@0.9.4)(stylelint@17.1.1(typescript@5.9.2))(typescript@5.9.2)(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue-tsc@2.2.12(typescript@5.9.2)) + version: 0.12.0(eslint@9.39.2)(meow@13.2.0)(optionator@0.9.4)(stylelint@17.1.1(typescript@5.9.2))(typescript@5.9.2)(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue-tsc@2.2.12(typescript@5.9.2)) vitest: specifier: ^4.0.18 - version: 4.0.18(@types/node@25.2.0)(happy-dom@20.5.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) + version: 4.0.18(@types/node@25.2.1)(happy-dom@20.5.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) vue-tsc: specifier: ^2.2.12 version: 2.2.12(typescript@5.9.2) @@ -205,8 +205,8 @@ packages: '@cacheable/memory@2.0.7': resolution: {integrity: sha512-RbxnxAMf89Tp1dLhXMS7ceft/PGsDl1Ip7T20z5nZ+pwIAsQ1p2izPjVG69oCLv/jfQ7HDPHTWK0c9rcAWXN3A==} - '@cacheable/utils@2.3.3': - resolution: {integrity: sha512-JsXDL70gQ+1Vc2W/KUFfkAJzgb4puKwwKehNLuB+HrNKWf91O736kGfxn4KujXCCSuh6mRRL4XEB0PkAFjWS0A==} + '@cacheable/utils@2.3.4': + resolution: {integrity: sha512-knwKUJEYgIfwShABS1BX6JyJJTglAFcEU7EXqzTdiGCXur4voqkiJkdgZIQtWNFhynzDWERcTYv/sETMu3uJWA==} '@ckpack/vue-color@1.6.0': resolution: {integrity: sha512-b9kFTKhYbNArfgP1lmnaVm0VNsWdZjqIbyHUYry7mZ+E7JeTQclbjq1+2xWn0SE3wzqRYlXmAVjECPOgteWmMQ==} @@ -522,8 +522,8 @@ packages: '@microsoft/api-extractor-model@7.32.2': resolution: {integrity: sha512-Ussc25rAalc+4JJs9HNQE7TuO9y6jpYQX9nWD1DhqUzYPBr3Lr7O9intf+ZY8kD5HnIqeIRJX7ccCT0QyBy2Ww==} - '@microsoft/api-extractor@7.56.2': - resolution: {integrity: sha512-d94f7S+H43jDxY/YIyp5UOE9N12HZmEPP5Ct96us+fw1FVKBoy4itTopdVM1VrcpduuA7fK/t31CgA2jM8AqSA==} + '@microsoft/api-extractor@7.56.3': + resolution: {integrity: sha512-fRqok4aRNq5GpgGBv2fKlSSKbirPKTJ75vQefthB5x9dwt4Zz+AezUzdc1p/AG4wUBIgmhjcEwn/Rj+N4Wh4Mw==} hasBin: true '@microsoft/tsdoc-config@0.18.0': @@ -615,11 +615,11 @@ packages: resolution: {integrity: sha512-kV7qeUZvd1fTKeFyH+W5Qq5rNOqG9rLATZM3U9MBxWXHJs3OxMqYQb8UQ3NYONzsX3zDGJmdQECIGHm1ei2sCA==} engines: {node: ^20.0.0 || ^22.0.0 || ^24.0.0} - '@nextcloud/stylelint-config@3.2.0': - resolution: {integrity: sha512-DoTIk5doK5x06lakUaclxnPm3i4r7Ze7BS8OubkEFpHJYitsXLBl6y5YCYVHqKuZFz1VNLBc0NVdE/f/6RWGdg==} + '@nextcloud/stylelint-config@3.2.1': + resolution: {integrity: sha512-fRWuN92ydC52+CGURBmbgkaAFDKOq9pmx/vsujr8cRKlGbAhLH+gyxzSpQUc37ZKKNaBDuUvcGzrqH/YipKbGA==} engines: {node: ^20.19 || ^22 || ^24} peerDependencies: - stylelint: ^17.0.0 + stylelint: ^17.1.1 stylelint-config-recommended-scss: ^17.0.0 stylelint-config-recommended-vue: ^1.6.1 @@ -635,8 +635,8 @@ packages: sass: '>=1.60' vite: ^5 || ^6 - '@nextcloud/vue@9.4.0': - resolution: {integrity: sha512-MoEbaFqFeZfTB+8d/BtgObAfzJMQ+vdidzMP/zKzx9J4cW+vgY5bciDUueY+t3f0uwSJXO3xsqXXWj9x2KihzQ==} + '@nextcloud/vue@9.5.0': + resolution: {integrity: sha512-CQxBfHhF+Q+2r7RXd+l/eSjttJU8A2JFUyq5VpvjfpIql355kejc8bbNnM1pKgGRGSBuW9qw5Ohx0puzHge10w==} engines: {node: ^20.11.0 || ^22 || ^24} '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': @@ -984,8 +984,8 @@ packages: '@types/ms@2.1.0': resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} - '@types/node@25.2.0': - resolution: {integrity: sha512-DZ8VwRFUNzuqJ5khrvwMXHmvPe+zGayJhr2CDNiKB1WBE1ST8Djl00D0IC4vvNmHMdj6DlbYRIaFE7WHjlDl5w==} + '@types/node@25.2.1': + resolution: {integrity: sha512-CPrnr8voK8vC6eEtyRzvMpgp3VyVRhgclonE7qYi6P9sXwYb59ucfrnmFBTaP0yUi8Gk4yZg/LlTJULGxvTNsg==} '@types/semver@7.7.1': resolution: {integrity: sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==} @@ -1219,9 +1219,6 @@ packages: '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} - '@vue/devtools-api@6.6.4': - resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} - '@vue/devtools-api@8.0.6': resolution: {integrity: sha512-+lGBI+WTvJmnU2FZqHhEB8J1DXcvNlDeEalz77iYgOdY1jTj1ipSBaKj3sRhYcy+kqA8v/BSuvOz1XJucfQmUA==} @@ -1583,8 +1580,8 @@ packages: cancelable-promise@4.3.1: resolution: {integrity: sha512-A/8PwLk/T7IJDfUdQ68NR24QHa8rIlnN/stiJEBo6dmVUkD4K14LswG0w3VwdeK/o7qOwRUR1k2MhK5Rpy2m7A==} - caniuse-lite@1.0.30001767: - resolution: {integrity: sha512-34+zUAMhSH+r+9eKmYG+k2Rpt8XttfE4yXAjoZvkAPs15xcYQhyBYdalJ65BzivAvGRMViEjy6oKr/S91loekQ==} + caniuse-lite@1.0.30001769: + resolution: {integrity: sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==} ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -1687,8 +1684,8 @@ packages: confbox@0.1.8: resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} - confbox@0.2.2: - resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==} + confbox@0.2.4: + resolution: {integrity: sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==} config-chain@1.1.13: resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} @@ -2257,8 +2254,8 @@ packages: '@nuxt/kit': optional: true - focus-trap@7.8.0: - resolution: {integrity: sha512-/yNdlIkpWbM0ptxno3ONTuf+2g318kh2ez3KSeZN5dZ8YC6AAmgeWz+GasYYiBJPFaYcSAPeu4GfhUaChzIJXA==} + focus-trap@8.0.0: + resolution: {integrity: sha512-Aa84FOGHs99vVwufDMdq2qgOwXPC2e9U66GcqBhn1/jEHPDhJaP8PYhkIbqG9lhfL5Kddk/567lj46LLHYCRUw==} follow-redirects@1.15.11: resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==} @@ -2332,8 +2329,8 @@ packages: resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==} engines: {node: '>= 0.4'} - get-tsconfig@4.13.1: - resolution: {integrity: sha512-EoY1N2xCn44xU6750Sx7OjOIT59FkmstNc3X6y5xpz7D5cBtZRe/3pSlTkDJgqsOk3WwZPkWfonhhUJfttQo3w==} + get-tsconfig@4.13.6: + resolution: {integrity: sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==} glob-parent@5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} @@ -3655,8 +3652,8 @@ packages: engines: {node: '>=10'} hasBin: true - semver@7.7.3: - resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} + semver@7.7.4: + resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==} engines: {node: '>=10'} hasBin: true @@ -4320,11 +4317,6 @@ packages: peerDependencies: vue: ^3.0.0 - vue-router@4.6.4: - resolution: {integrity: sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==} - peerDependencies: - vue: ^3.5.0 - vue-router@5.0.2: resolution: {integrity: sha512-YFhwaE5c5JcJpNB1arpkl4/GnO32wiUWRB+OEj1T0DlDxEZoOfbltl2xEwktNU/9o1sGcGburIXSpbLpPFe/6w==} peerDependencies: @@ -4599,12 +4591,12 @@ snapshots: '@cacheable/memory@2.0.7': dependencies: - '@cacheable/utils': 2.3.3 + '@cacheable/utils': 2.3.4 '@keyv/bigmap': 1.3.1(keyv@5.6.0) hookified: 1.15.1 keyv: 5.6.0 - '@cacheable/utils@2.3.3': + '@cacheable/utils@2.3.4': dependencies: hashery: 1.4.0 keyv: 5.6.0 @@ -4843,23 +4835,23 @@ snapshots: '@mdi/js@7.4.47': {} - '@microsoft/api-extractor-model@7.32.2(@types/node@25.2.0)': + '@microsoft/api-extractor-model@7.32.2(@types/node@25.2.1)': dependencies: '@microsoft/tsdoc': 0.16.0 '@microsoft/tsdoc-config': 0.18.0 - '@rushstack/node-core-library': 5.19.1(@types/node@25.2.0) + '@rushstack/node-core-library': 5.19.1(@types/node@25.2.1) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.56.2(@types/node@25.2.0)': + '@microsoft/api-extractor@7.56.3(@types/node@25.2.1)': dependencies: - '@microsoft/api-extractor-model': 7.32.2(@types/node@25.2.0) + '@microsoft/api-extractor-model': 7.32.2(@types/node@25.2.1) '@microsoft/tsdoc': 0.16.0 '@microsoft/tsdoc-config': 0.18.0 - '@rushstack/node-core-library': 5.19.1(@types/node@25.2.0) + '@rushstack/node-core-library': 5.19.1(@types/node@25.2.1) '@rushstack/rig-package': 0.6.0 - '@rushstack/terminal': 0.21.0(@types/node@25.2.0) - '@rushstack/ts-command-line': 5.2.0(@types/node@25.2.0) + '@rushstack/terminal': 0.21.0(@types/node@25.2.1) + '@rushstack/ts-command-line': 5.2.0(@types/node@25.2.1) diff: 8.0.3 lodash: 4.17.23 minimatch: 10.1.2 @@ -4902,7 +4894,7 @@ snapshots: dependencies: '@nextcloud/initial-state': 3.0.0 - '@nextcloud/dialogs@7.2.0(typescript@5.9.2)': + '@nextcloud/dialogs@7.2.0(@vue/compiler-sfc@3.5.27)(typescript@5.9.2)': dependencies: '@mdi/js': 7.4.47 '@nextcloud/auth': 2.5.3 @@ -4915,7 +4907,7 @@ snapshots: '@nextcloud/paths': 3.0.0 '@nextcloud/router': 3.1.0 '@nextcloud/sharing': 0.3.0 - '@nextcloud/vue': 9.4.0(typescript@5.9.2) + '@nextcloud/vue': 9.5.0(@vue/compiler-sfc@3.5.27)(typescript@5.9.2) '@types/toastify-js': 1.12.4 '@vueuse/core': 14.2.0(vue@3.5.27(typescript@5.9.2)) cancelable-promise: 4.3.1 @@ -4925,7 +4917,10 @@ snapshots: webdav: 5.9.0 transitivePeerDependencies: - '@nuxt/kit' + - '@pinia/colada' + - '@vue/compiler-sfc' - debug + - pinia - supports-color - typescript @@ -4951,12 +4946,12 @@ snapshots: eslint: 9.39.2 fast-xml-parser: 4.5.3 requireindex: 1.2.0 - semver: 7.7.3 + semver: 7.7.4 '@nextcloud/event-bus@3.3.3': dependencies: '@types/semver': 7.7.1 - semver: 7.7.3 + semver: 7.7.4 '@nextcloud/files@3.12.2': dependencies: @@ -4999,7 +4994,7 @@ snapshots: optionalDependencies: '@nextcloud/files': 3.12.2 - '@nextcloud/stylelint-config@3.2.0(stylelint-config-recommended-scss@13.1.0(postcss@8.5.6)(stylelint@17.1.1(typescript@5.9.2)))(stylelint-config-recommended-vue@1.5.0(postcss-html@1.7.0)(stylelint@17.1.1(typescript@5.9.2)))(stylelint@17.1.1(typescript@5.9.2))': + '@nextcloud/stylelint-config@3.2.1(stylelint-config-recommended-scss@13.1.0(postcss@8.5.6)(stylelint@17.1.1(typescript@5.9.2)))(stylelint-config-recommended-vue@1.5.0(postcss-html@1.7.0)(stylelint@17.1.1(typescript@5.9.2)))(stylelint@17.1.1(typescript@5.9.2))': dependencies: stylelint: 17.1.1(typescript@5.9.2) stylelint-config-recommended-scss: 13.1.0(postcss@8.5.6)(stylelint@17.1.1(typescript@5.9.2)) @@ -5010,10 +5005,10 @@ snapshots: dependencies: '@types/jquery': 3.5.16 - '@nextcloud/vite-config@2.3.5(@types/node@25.2.0)(browserslist@4.28.1)(picomatch@4.0.3)(rollup@4.57.1)(sass@1.97.3)(typescript@5.9.2)(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.2))': + '@nextcloud/vite-config@2.3.5(@types/node@25.2.1)(browserslist@4.28.1)(picomatch@4.0.3)(rollup@4.57.1)(sass@1.97.3)(typescript@5.9.2)(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.2))': dependencies: '@rollup/plugin-replace': 6.0.3(rollup@4.57.1) - '@vitejs/plugin-vue': 5.2.4(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.2)) + '@vitejs/plugin-vue': 5.2.4(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.2)) browserslist: 4.28.1 browserslist-to-esbuild: 2.1.1(browserslist@4.28.1) magic-string: 0.30.21 @@ -5023,10 +5018,10 @@ snapshots: rollup-plugin-node-externals: 8.1.2(rollup@4.57.1) sass: 1.97.3 spdx-expression-parse: 4.0.0 - vite: 6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) - vite-plugin-css-injected-by-js: 3.5.2(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2)) - vite-plugin-dts: 4.5.4(@types/node@25.2.0)(rollup@4.57.1)(typescript@5.9.2)(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2)) - vite-plugin-node-polyfills: 0.23.0(rollup@4.57.1)(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2)) + vite: 6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) + vite-plugin-css-injected-by-js: 3.5.2(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2)) + vite-plugin-dts: 4.5.4(@types/node@25.2.1)(rollup@4.57.1)(typescript@5.9.2)(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2)) + vite-plugin-node-polyfills: 0.23.0(rollup@4.57.1)(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2)) transitivePeerDependencies: - '@types/node' - picomatch @@ -5035,7 +5030,7 @@ snapshots: - typescript - vue - '@nextcloud/vue@9.4.0(typescript@5.9.2)': + '@nextcloud/vue@9.5.0(@vue/compiler-sfc@3.5.27)(typescript@5.9.2)': dependencies: '@ckpack/vue-color': 1.6.0(vue@3.5.27(typescript@5.9.2)) '@floating-ui/dom': 1.7.5 @@ -5059,7 +5054,7 @@ snapshots: emoji-mart-vue-fast: 15.0.5(vue@3.5.27(typescript@5.9.2)) escape-html: 1.0.3 floating-vue: 5.2.2(vue@3.5.27(typescript@5.9.2)) - focus-trap: 7.8.0 + focus-trap: 8.0.0 linkifyjs: 4.3.2 p-queue: 9.1.0 rehype-external-links: 3.0.0 @@ -5078,11 +5073,14 @@ snapshots: unist-builder: 4.0.0 unist-util-visit: 5.1.0 vue: 3.5.27(typescript@5.9.2) - vue-router: 4.6.4(vue@3.5.27(typescript@5.9.2)) + vue-router: 5.0.2(@vue/compiler-sfc@3.5.27)(vue@3.5.27(typescript@5.9.2)) vue-select: 4.0.0-beta.6(vue@3.5.27(typescript@5.9.2)) transitivePeerDependencies: - '@nuxt/kit' + - '@pinia/colada' + - '@vue/compiler-sfc' - debug + - pinia - supports-color - typescript @@ -5272,7 +5270,7 @@ snapshots: '@rtsao/scc@1.1.0': {} - '@rushstack/node-core-library@5.19.1(@types/node@25.2.0)': + '@rushstack/node-core-library@5.19.1(@types/node@25.2.1)': dependencies: ajv: 8.13.0 ajv-draft-04: 1.0.0(ajv@8.13.0) @@ -5283,28 +5281,28 @@ snapshots: resolve: 1.22.11 semver: 7.5.4 optionalDependencies: - '@types/node': 25.2.0 + '@types/node': 25.2.1 - '@rushstack/problem-matcher@0.1.1(@types/node@25.2.0)': + '@rushstack/problem-matcher@0.1.1(@types/node@25.2.1)': optionalDependencies: - '@types/node': 25.2.0 + '@types/node': 25.2.1 '@rushstack/rig-package@0.6.0': dependencies: resolve: 1.22.11 strip-json-comments: 3.1.1 - '@rushstack/terminal@0.21.0(@types/node@25.2.0)': + '@rushstack/terminal@0.21.0(@types/node@25.2.1)': dependencies: - '@rushstack/node-core-library': 5.19.1(@types/node@25.2.0) - '@rushstack/problem-matcher': 0.1.1(@types/node@25.2.0) + '@rushstack/node-core-library': 5.19.1(@types/node@25.2.1) + '@rushstack/problem-matcher': 0.1.1(@types/node@25.2.1) supports-color: 8.1.1 optionalDependencies: - '@types/node': 25.2.0 + '@types/node': 25.2.1 - '@rushstack/ts-command-line@5.2.0(@types/node@25.2.0)': + '@rushstack/ts-command-line@5.2.0(@types/node@25.2.1)': dependencies: - '@rushstack/terminal': 0.21.0(@types/node@25.2.0) + '@rushstack/terminal': 0.21.0(@types/node@25.2.1) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -5356,7 +5354,7 @@ snapshots: '@types/ms@2.1.0': {} - '@types/node@25.2.0': + '@types/node@25.2.1': dependencies: undici-types: 7.16.0 @@ -5379,7 +5377,7 @@ snapshots: '@types/ws@8.18.1': dependencies: - '@types/node': 25.2.0 + '@types/node': 25.2.1 '@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.39.2)(typescript@5.9.2))(eslint@9.39.2)(typescript@5.9.2)': dependencies: @@ -5499,7 +5497,7 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.7.3 + semver: 7.7.4 ts-api-utils: 1.4.3(typescript@5.9.2) optionalDependencies: typescript: 5.9.2 @@ -5514,7 +5512,7 @@ snapshots: '@typescript-eslint/visitor-keys': 8.54.0 debug: 4.4.3 minimatch: 9.0.5 - semver: 7.7.3 + semver: 7.7.4 tinyglobby: 0.2.15 ts-api-utils: 2.4.0(typescript@5.9.2) typescript: 5.9.2 @@ -5555,15 +5553,15 @@ snapshots: '@ungap/structured-clone@1.3.0': {} - '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.2))': + '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.2))': dependencies: - vite: 6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) + vite: 6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) vue: 3.5.27(typescript@5.9.2) - '@vitejs/plugin-vue@6.0.4(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.2))': + '@vitejs/plugin-vue@6.0.4(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.2))': dependencies: '@rolldown/pluginutils': 1.0.0-rc.2 - vite: 6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) + vite: 6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) vue: 3.5.27(typescript@5.9.2) '@vitest/expect@4.0.18': @@ -5575,13 +5573,13 @@ snapshots: chai: 6.2.2 tinyrainbow: 3.0.3 - '@vitest/mocker@4.0.18(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))': + '@vitest/mocker@4.0.18(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))': dependencies: '@vitest/spy': 4.0.18 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) + vite: 6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) '@vitest/pretty-format@4.0.18': dependencies: @@ -5674,8 +5672,6 @@ snapshots: de-indent: 1.0.2 he: 1.2.0 - '@vue/devtools-api@6.6.4': {} - '@vue/devtools-api@8.0.6': dependencies: '@vue/devtools-kit': 8.0.6 @@ -6051,7 +6047,7 @@ snapshots: browserslist@4.28.1: dependencies: baseline-browser-mapping: 2.9.19 - caniuse-lite: 1.0.30001767 + caniuse-lite: 1.0.30001769 electron-to-chromium: 1.5.286 node-releases: 2.0.27 update-browserslist-db: 1.2.3(browserslist@4.28.1) @@ -6069,14 +6065,14 @@ snapshots: builtins@5.1.0: dependencies: - semver: 7.7.3 + semver: 7.7.4 byte-length@1.0.2: {} cacheable@2.3.2: dependencies: '@cacheable/memory': 2.0.7 - '@cacheable/utils': 2.3.3 + '@cacheable/utils': 2.3.4 hookified: 1.15.1 keyv: 5.6.0 qified: 0.6.0 @@ -6102,7 +6098,7 @@ snapshots: cancelable-promise@4.3.1: {} - caniuse-lite@1.0.30001767: {} + caniuse-lite@1.0.30001769: {} ccount@2.0.1: {} @@ -6186,7 +6182,7 @@ snapshots: confbox@0.1.8: {} - confbox@0.2.2: {} + confbox@0.2.4: {} config-chain@1.1.13: dependencies: @@ -6401,7 +6397,7 @@ snapshots: '@one-ini/wasm': 0.1.1 commander: 10.0.1 minimatch: 9.0.1 - semver: 7.7.3 + semver: 7.7.4 electron-to-chromium@1.5.286: {} @@ -6570,7 +6566,7 @@ snapshots: eslint-compat-utils@0.5.1(eslint@9.39.2): dependencies: eslint: 9.39.2 - semver: 7.7.3 + semver: 7.7.4 eslint-config-standard@17.1.0(eslint-plugin-import@2.31.0)(eslint-plugin-n@16.6.2(eslint@9.39.2))(eslint-plugin-promise@6.6.0(eslint@9.39.2))(eslint@9.39.2): dependencies: @@ -6601,7 +6597,7 @@ snapshots: eslint: 9.39.2 eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@9.39.2) fast-glob: 3.3.3 - get-tsconfig: 4.13.1 + get-tsconfig: 4.13.6 is-bun-module: 1.3.0 is-glob: 4.0.3 optionalDependencies: @@ -6669,7 +6665,7 @@ snapshots: eslint: 9.39.2 esquery: 1.7.0 is-builtin-module: 3.2.1 - semver: 7.7.3 + semver: 7.7.4 spdx-expression-parse: 4.0.0 transitivePeerDependencies: - supports-color @@ -6680,14 +6676,14 @@ snapshots: builtins: 5.1.0 eslint: 9.39.2 eslint-plugin-es-x: 7.8.0(eslint@9.39.2) - get-tsconfig: 4.13.1 + get-tsconfig: 4.13.6 globals: 13.24.0 ignore: 5.3.2 is-builtin-module: 3.2.1 is-core-module: 2.16.1 minimatch: 3.1.2 resolve: 1.22.11 - semver: 7.7.3 + semver: 7.7.4 eslint-plugin-promise@6.6.0(eslint@9.39.2): dependencies: @@ -6701,7 +6697,7 @@ snapshots: natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.1.2 - semver: 7.7.3 + semver: 7.7.4 vue-eslint-parser: 9.4.3(eslint@9.39.2) xml-name-validator: 4.0.0 transitivePeerDependencies: @@ -6896,7 +6892,7 @@ snapshots: vue: 3.5.27(typescript@5.9.2) vue-resize: 2.0.0-alpha.1(vue@3.5.27(typescript@5.9.2)) - focus-trap@7.8.0: + focus-trap@8.0.0: dependencies: tabbable: 6.4.0 @@ -6977,7 +6973,7 @@ snapshots: es-errors: 1.3.0 get-intrinsic: 1.3.0 - get-tsconfig@4.13.1: + get-tsconfig@4.13.6: dependencies: resolve-pkg-maps: 1.0.0 @@ -7047,7 +7043,7 @@ snapshots: happy-dom@20.5.0: dependencies: - '@types/node': 25.2.0 + '@types/node': 25.2.1 '@types/whatwg-mimetype': 3.0.2 '@types/ws': 8.18.1 entities: 4.5.0 @@ -7244,7 +7240,7 @@ snapshots: is-bun-module@1.3.0: dependencies: - semver: 7.7.3 + semver: 7.7.4 is-callable@1.2.7: {} @@ -8077,7 +8073,7 @@ snapshots: pkg-types@2.3.0: dependencies: - confbox: 0.2.2 + confbox: 0.2.4 exsolve: 1.0.8 pathe: 2.0.3 @@ -8516,7 +8512,7 @@ snapshots: dependencies: lru-cache: 6.0.0 - semver@7.7.3: {} + semver@7.7.4: {} set-function-length@1.2.2: dependencies: @@ -8778,7 +8774,7 @@ snapshots: stylelint-config-recommended-vue@1.5.0(postcss-html@1.7.0)(stylelint@17.1.1(typescript@5.9.2)): dependencies: postcss-html: 1.7.0 - semver: 7.7.3 + semver: 7.7.4 stylelint: 17.1.1(typescript@5.9.2) stylelint-config-html: 1.1.0(postcss-html@1.7.0)(stylelint@17.1.1(typescript@5.9.2)) stylelint-config-recommended: 18.0.0(stylelint@17.1.1(typescript@5.9.2)) @@ -9115,7 +9111,7 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.3 - vite-plugin-checker@0.12.0(eslint@9.39.2)(meow@13.2.0)(optionator@0.9.4)(stylelint@17.1.1(typescript@5.9.2))(typescript@5.9.2)(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue-tsc@2.2.12(typescript@5.9.2)): + vite-plugin-checker@0.12.0(eslint@9.39.2)(meow@13.2.0)(optionator@0.9.4)(stylelint@17.1.1(typescript@5.9.2))(typescript@5.9.2)(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2))(vue-tsc@2.2.12(typescript@5.9.2)): dependencies: '@babel/code-frame': 7.29.0 chokidar: 4.0.3 @@ -9124,7 +9120,7 @@ snapshots: picomatch: 4.0.3 tiny-invariant: 1.3.3 tinyglobby: 0.2.15 - vite: 6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) + vite: 6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) vscode-uri: 3.1.0 optionalDependencies: eslint: 9.39.2 @@ -9134,13 +9130,13 @@ snapshots: typescript: 5.9.2 vue-tsc: 2.2.12(typescript@5.9.2) - vite-plugin-css-injected-by-js@3.5.2(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2)): + vite-plugin-css-injected-by-js@3.5.2(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2)): dependencies: - vite: 6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) + vite: 6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) - vite-plugin-dts@4.5.4(@types/node@25.2.0)(rollup@4.57.1)(typescript@5.9.2)(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2)): + vite-plugin-dts@4.5.4(@types/node@25.2.1)(rollup@4.57.1)(typescript@5.9.2)(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2)): dependencies: - '@microsoft/api-extractor': 7.56.2(@types/node@25.2.0) + '@microsoft/api-extractor': 7.56.3(@types/node@25.2.1) '@rollup/pluginutils': 5.3.0(rollup@4.57.1) '@volar/typescript': 2.4.28 '@vue/language-core': 2.2.0(typescript@5.9.2) @@ -9151,21 +9147,21 @@ snapshots: magic-string: 0.30.21 typescript: 5.9.2 optionalDependencies: - vite: 6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) + vite: 6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite-plugin-node-polyfills@0.23.0(rollup@4.57.1)(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2)): + vite-plugin-node-polyfills@0.23.0(rollup@4.57.1)(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2)): dependencies: '@rollup/plugin-inject': 5.0.5(rollup@4.57.1) node-stdlib-browser: 1.3.1 - vite: 6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) + vite: 6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) transitivePeerDependencies: - rollup - vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2): + vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2): dependencies: esbuild: 0.25.12 fdir: 6.5.0(picomatch@4.0.3) @@ -9174,16 +9170,16 @@ snapshots: rollup: 4.57.1 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 25.2.0 + '@types/node': 25.2.1 fsevents: 2.3.3 sass: 1.97.3 sass-embedded: 1.97.3 yaml: 2.8.2 - vitest@4.0.18(@types/node@25.2.0)(happy-dom@20.5.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2): + vitest@4.0.18(@types/node@25.2.1)(happy-dom@20.5.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2): dependencies: '@vitest/expect': 4.0.18 - '@vitest/mocker': 4.0.18(vite@6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2)) + '@vitest/mocker': 4.0.18(vite@6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2)) '@vitest/pretty-format': 4.0.18 '@vitest/runner': 4.0.18 '@vitest/snapshot': 4.0.18 @@ -9200,10 +9196,10 @@ snapshots: tinyexec: 1.0.2 tinyglobby: 0.2.15 tinyrainbow: 3.0.3 - vite: 6.4.1(@types/node@25.2.0)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) + vite: 6.4.1(@types/node@25.2.1)(sass-embedded@1.97.3)(sass@1.97.3)(yaml@2.8.2) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 25.2.0 + '@types/node': 25.2.1 happy-dom: 20.5.0 transitivePeerDependencies: - jiti @@ -9233,7 +9229,7 @@ snapshots: espree: 9.6.1 esquery: 1.7.0 lodash: 4.17.23 - semver: 7.7.3 + semver: 7.7.4 transitivePeerDependencies: - supports-color @@ -9243,11 +9239,6 @@ snapshots: dependencies: vue: 3.5.27(typescript@5.9.2) - vue-router@4.6.4(vue@3.5.27(typescript@5.9.2)): - dependencies: - '@vue/devtools-api': 6.6.4 - vue: 3.5.27(typescript@5.9.2) - vue-router@5.0.2(@vue/compiler-sfc@3.5.27)(vue@3.5.27(typescript@5.9.2)): dependencies: '@babel/generator': 7.29.1 diff --git a/vendor-bin/openapi-extractor/composer.lock b/vendor-bin/openapi-extractor/composer.lock index 8fa1ab4..f2c8ebc 100644 --- a/vendor-bin/openapi-extractor/composer.lock +++ b/vendor-bin/openapi-extractor/composer.lock @@ -86,12 +86,12 @@ "source": { "type": "git", "url": "https://github.com/nextcloud/openapi-extractor.git", - "reference": "28b731347bb9a44e924bd940805ec8aa56e2e24b" + "reference": "09b8d12ff161ef59083aa377d874cf006362cd32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/28b731347bb9a44e924bd940805ec8aa56e2e24b", - "reference": "28b731347bb9a44e924bd940805ec8aa56e2e24b", + "url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/09b8d12ff161ef59083aa377d874cf006362cd32", + "reference": "09b8d12ff161ef59083aa377d874cf006362cd32", "shasum": "" }, "require": { @@ -142,7 +142,7 @@ "source": "https://github.com/nextcloud/openapi-extractor/tree/main", "issues": "https://github.com/nextcloud/openapi-extractor/issues" }, - "time": "2026-02-02T09:39:22+00:00" + "time": "2026-02-07T03:48:23+00:00" }, { "name": "nikic/php-parser", diff --git a/vendor-bin/psalm/composer.lock b/vendor-bin/psalm/composer.lock index 84a086a..a5ad13a 100644 --- a/vendor-bin/psalm/composer.lock +++ b/vendor-bin/psalm/composer.lock @@ -423,29 +423,29 @@ }, { "name": "doctrine/deprecations", - "version": "1.1.5", + "version": "1.1.6", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38" + "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38", - "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", + "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "conflict": { - "phpunit/phpunit": "<=7.5 || >=13" + "phpunit/phpunit": "<=7.5 || >=14" }, "require-dev": { - "doctrine/coding-standard": "^9 || ^12 || ^13", - "phpstan/phpstan": "1.4.10 || 2.1.11", + "doctrine/coding-standard": "^9 || ^12 || ^14", + "phpstan/phpstan": "1.4.10 || 2.1.30", "phpstan/phpstan-phpunit": "^1.0 || ^2", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0", "psr/log": "^1 || ^2 || ^3" }, "suggest": { @@ -465,9 +465,9 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/1.1.5" + "source": "https://github.com/doctrine/deprecations/tree/1.1.6" }, - "time": "2025-04-07T20:06:18+00:00" + "time": "2026-02-07T07:09:04+00:00" }, { "name": "felixfbecker/advanced-json-rpc",