diff --git a/package-lock.json b/package-lock.json index feb12d26..ea848256 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "license": "AGPL-3.0", "dependencies": { - "@nextcloud/dialogs": "^5.2.0", + "@nextcloud/dialogs": "^5.3.1", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/vue": "^8.10.0", @@ -3502,24 +3502,25 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.2.0.tgz", - "integrity": "sha512-+nO9/obNXGZUc0AJzzGbK4kniJborfbTeohN17owffFHGHB5TzDE0P1wiMimM3ki4Itfx+9aYuHyMCbv+43E1Q==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.1.tgz", + "integrity": "sha512-vctTiQh8HqLD7GPvXMwynAGTV032BoWv9h+2I5IRA+DFD54UADlrNAcAdCfly/BR+0cmuEZYx+LKqzR8z/bQbw==", "dependencies": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", "@nextcloud/event-bus": "^3.1.0", - "@nextcloud/files": "^3.1.0", + "@nextcloud/files": "^3.2.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^3.0.0", "@nextcloud/typings": "^1.8.0", "@types/toastify-js": "^1.12.3", "@vueuse/core": "^10.9.0", + "cancelable-promise": "^4.3.1", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", - "webdav": "^5.4.0" + "webdav": "^5.5.0" }, "engines": { "node": "^20.0.0", @@ -3613,23 +3614,36 @@ } }, "node_modules/@nextcloud/files": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.0.tgz", - "integrity": "sha512-i0g9L5HRBJ2vr/gXYb0Gtg379u6nYZJFL30W50OV0F0qlf8OtkAlNpfOVOg3sJf9zklARE2lVY9g2Y9sv/iQ3g==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.2.0.tgz", + "integrity": "sha512-3EQBR758bzvqcNRzcp1etHGGkCZgK6wS9or8iQpzIOKf4B2tAe1O+hXA8GzPiQ5ZlGIPblOlMOEMlRg1KD49hg==", "dependencies": { "@nextcloud/auth": "^2.2.1", "@nextcloud/l10n": "^2.2.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/paths": "^2.1.0", - "@nextcloud/router": "^2.2.0", + "@nextcloud/router": "^3.0.0", + "cancelable-promise": "^4.3.1", "is-svg": "^5.0.0", - "webdav": "^5.3.1" + "webdav": "^5.5.0" }, "engines": { "node": "^20.0.0", "npm": "^9.0.0" } }, + "node_modules/@nextcloud/files/node_modules/@nextcloud/router": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.0.tgz", + "integrity": "sha512-RlPrOPw94yT9rmt3+2sUs2cmWzqhX5eFW+i/EHymJEKgURVtnqCcXjIcAiLTfgsCCdAS1hGapBL8j8rhHk1FHQ==", + "dependencies": { + "@nextcloud/typings": "^1.7.0" + }, + "engines": { + "node": "^20.0.0", + "npm": "^10.0.0" + } + }, "node_modules/@nextcloud/initial-state": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.1.0.tgz", @@ -6108,6 +6122,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/cancelable-promise": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/cancelable-promise/-/cancelable-promise-4.3.1.tgz", + "integrity": "sha512-A/8PwLk/T7IJDfUdQ68NR24QHa8rIlnN/stiJEBo6dmVUkD4K14LswG0w3VwdeK/o7qOwRUR1k2MhK5Rpy2m7A==" + }, "node_modules/caniuse-lite": { "version": "1.0.30001597", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001597.tgz", @@ -8028,9 +8047,9 @@ "peer": true }, "node_modules/fast-xml-parser": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz", - "integrity": "sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz", + "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==", "funding": [ { "type": "github", @@ -11204,9 +11223,9 @@ "dev": true }, "node_modules/layerr": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/layerr/-/layerr-2.0.1.tgz", - "integrity": "sha512-z0730CwG/JO24evdORnyDkwG1Q7b7mF2Tp1qRQ0YvrMMARbt1DFG694SOv439Gm7hYKolyZyaB49YIrYIfZBdg==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/layerr/-/layerr-2.1.0.tgz", + "integrity": "sha512-xDD9suWxfBYeXgqffRVH/Wqh+mqZrQcqPRn0I0ijl7iJQ7vu8gMGPt1Qop59pEW/jaIDNUN7+PX1Qk40+vuflg==" }, "node_modules/leven": { "version": "3.1.0", @@ -16130,9 +16149,9 @@ } }, "node_modules/webdav": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.4.0.tgz", - "integrity": "sha512-QCvHbzDvr1NKldx0lUHo2Z8Hc+dgvfORNP+a7Da8TRXVJXYTMIa3UKEwXIgkl8iVQUl4cJvU5EaT8hQ5HlfgPQ==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.5.0.tgz", + "integrity": "sha512-SHSDe6n8lBuwwyX+uePB1N1Yn35ebd3locl/LbADMWpcEoowyFdIbnH3fv17T4Jf2tOa1Vwjr/Lld3t0dOio1w==", "dependencies": { "@buttercup/fetch": "^0.2.1", "base-64": "^1.0.0", @@ -18763,24 +18782,25 @@ } }, "@nextcloud/dialogs": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.2.0.tgz", - "integrity": "sha512-+nO9/obNXGZUc0AJzzGbK4kniJborfbTeohN17owffFHGHB5TzDE0P1wiMimM3ki4Itfx+9aYuHyMCbv+43E1Q==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.1.tgz", + "integrity": "sha512-vctTiQh8HqLD7GPvXMwynAGTV032BoWv9h+2I5IRA+DFD54UADlrNAcAdCfly/BR+0cmuEZYx+LKqzR8z/bQbw==", "requires": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", "@nextcloud/event-bus": "^3.1.0", - "@nextcloud/files": "^3.1.0", + "@nextcloud/files": "^3.2.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^3.0.0", "@nextcloud/typings": "^1.8.0", "@types/toastify-js": "^1.12.3", "@vueuse/core": "^10.9.0", + "cancelable-promise": "^4.3.1", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", - "webdav": "^5.4.0" + "webdav": "^5.5.0" }, "dependencies": { "@nextcloud/router": { @@ -18830,17 +18850,28 @@ } }, "@nextcloud/files": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.0.tgz", - "integrity": "sha512-i0g9L5HRBJ2vr/gXYb0Gtg379u6nYZJFL30W50OV0F0qlf8OtkAlNpfOVOg3sJf9zklARE2lVY9g2Y9sv/iQ3g==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.2.0.tgz", + "integrity": "sha512-3EQBR758bzvqcNRzcp1etHGGkCZgK6wS9or8iQpzIOKf4B2tAe1O+hXA8GzPiQ5ZlGIPblOlMOEMlRg1KD49hg==", "requires": { "@nextcloud/auth": "^2.2.1", "@nextcloud/l10n": "^2.2.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/paths": "^2.1.0", - "@nextcloud/router": "^2.2.0", + "@nextcloud/router": "^3.0.0", + "cancelable-promise": "^4.3.1", "is-svg": "^5.0.0", - "webdav": "^5.3.1" + "webdav": "^5.5.0" + }, + "dependencies": { + "@nextcloud/router": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.0.tgz", + "integrity": "sha512-RlPrOPw94yT9rmt3+2sUs2cmWzqhX5eFW+i/EHymJEKgURVtnqCcXjIcAiLTfgsCCdAS1hGapBL8j8rhHk1FHQ==", + "requires": { + "@nextcloud/typings": "^1.7.0" + } + } } }, "@nextcloud/initial-state": { @@ -20682,6 +20713,11 @@ "type-fest": "^1.2.1" } }, + "cancelable-promise": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/cancelable-promise/-/cancelable-promise-4.3.1.tgz", + "integrity": "sha512-A/8PwLk/T7IJDfUdQ68NR24QHa8rIlnN/stiJEBo6dmVUkD4K14LswG0w3VwdeK/o7qOwRUR1k2MhK5Rpy2m7A==" + }, "caniuse-lite": { "version": "1.0.30001597", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001597.tgz", @@ -22108,9 +22144,9 @@ "peer": true }, "fast-xml-parser": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz", - "integrity": "sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz", + "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==", "requires": { "strnum": "^1.0.5" } @@ -24381,9 +24417,9 @@ "dev": true }, "layerr": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/layerr/-/layerr-2.0.1.tgz", - "integrity": "sha512-z0730CwG/JO24evdORnyDkwG1Q7b7mF2Tp1qRQ0YvrMMARbt1DFG694SOv439Gm7hYKolyZyaB49YIrYIfZBdg==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/layerr/-/layerr-2.1.0.tgz", + "integrity": "sha512-xDD9suWxfBYeXgqffRVH/Wqh+mqZrQcqPRn0I0ijl7iJQ7vu8gMGPt1Qop59pEW/jaIDNUN7+PX1Qk40+vuflg==" }, "leven": { "version": "3.1.0", @@ -27769,9 +27805,9 @@ "optional": true }, "webdav": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.4.0.tgz", - "integrity": "sha512-QCvHbzDvr1NKldx0lUHo2Z8Hc+dgvfORNP+a7Da8TRXVJXYTMIa3UKEwXIgkl8iVQUl4cJvU5EaT8hQ5HlfgPQ==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.5.0.tgz", + "integrity": "sha512-SHSDe6n8lBuwwyX+uePB1N1Yn35ebd3locl/LbADMWpcEoowyFdIbnH3fv17T4Jf2tOa1Vwjr/Lld3t0dOio1w==", "requires": { "@buttercup/fetch": "^0.2.1", "base-64": "^1.0.0", diff --git a/package.json b/package.json index 4e7845f5..b217dbdf 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "stylelint:fix": "stylelint src/**/*.scss src/**/*.vue --fix" }, "dependencies": { - "@nextcloud/dialogs": "^5.2.0", + "@nextcloud/dialogs": "^5.3.1", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/vue": "^8.10.0",