diff --git a/package-lock.json b/package-lock.json index 89ae462b..a0259d69 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.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/vue": "^8.10.0", @@ -3502,15 +3502,15 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.0.tgz", + "integrity": "sha512-Ru/VOaG2IiJa6wnaefK/dT7fbQAou1w8qdjSkhdeSg9uraRuBNdwP5SrS/Xn+iqf5F33O/VRuGkC5su++DbJQA==", "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.1.1", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^3.0.0", @@ -3519,7 +3519,7 @@ "@vueuse/core": "^10.9.0", "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 +3613,35 @@ } }, "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.1.1", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.1.tgz", + "integrity": "sha512-PwGxh/AcKeDehYSf/L+OpYNzZ2eK5xA1l/lVjufwa7I+u2onCo6qjYSqvc9Dh4Myzixjmt5YiA+Um/gx/Kq4NA==", "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", "is-svg": "^5.0.0", - "webdav": "^5.3.1" + "webdav": "^5.4.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", @@ -8028,9 +8040,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", @@ -16130,9 +16142,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,15 +18775,15 @@ } }, "@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.0", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.0.tgz", + "integrity": "sha512-Ru/VOaG2IiJa6wnaefK/dT7fbQAou1w8qdjSkhdeSg9uraRuBNdwP5SrS/Xn+iqf5F33O/VRuGkC5su++DbJQA==", "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.1.1", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^3.0.0", @@ -18780,7 +18792,7 @@ "@vueuse/core": "^10.9.0", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", - "webdav": "^5.4.0" + "webdav": "^5.5.0" }, "dependencies": { "@nextcloud/router": { @@ -18830,17 +18842,27 @@ } }, "@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.1.1", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.1.tgz", + "integrity": "sha512-PwGxh/AcKeDehYSf/L+OpYNzZ2eK5xA1l/lVjufwa7I+u2onCo6qjYSqvc9Dh4Myzixjmt5YiA+Um/gx/Kq4NA==", "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", "is-svg": "^5.0.0", - "webdav": "^5.3.1" + "webdav": "^5.4.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": { @@ -22108,9 +22130,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" } @@ -27769,9 +27791,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 7d6ddb13..029fda59 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.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/vue": "^8.10.0",