diff --git a/js/_plugin-vue2_normalizer-CHLTiojC.chunk.mjs.license b/js/_plugin-vue2_normalizer-CHLTiojC.chunk.mjs.license index d5d2049..6fbf27b 100644 --- a/js/_plugin-vue2_normalizer-CHLTiojC.chunk.mjs.license +++ b/js/_plugin-vue2_normalizer-CHLTiojC.chunk.mjs.license @@ -28,7 +28,7 @@ This file is generated from multiple sources. Included packages: - version: 2.5.0 - license: GPL-3.0-or-later - @nextcloud/dialogs - - version: 5.3.7 + - version: 5.3.8 - license: AGPL-3.0-or-later - @nextcloud/l10n - version: 3.1.0 diff --git a/js/_plugin-vue2_normalizer-CHLTiojC.chunk.mjs.map.license b/js/_plugin-vue2_normalizer-CHLTiojC.chunk.mjs.map.license index d5d2049..6fbf27b 100644 --- a/js/_plugin-vue2_normalizer-CHLTiojC.chunk.mjs.map.license +++ b/js/_plugin-vue2_normalizer-CHLTiojC.chunk.mjs.map.license @@ -28,7 +28,7 @@ This file is generated from multiple sources. Included packages: - version: 2.5.0 - license: GPL-3.0-or-later - @nextcloud/dialogs - - version: 5.3.7 + - version: 5.3.8 - license: AGPL-3.0-or-later - @nextcloud/l10n - version: 3.1.0 diff --git a/package-lock.json b/package-lock.json index b63f7a5..0ea785f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1248,9 +1248,10 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.3.7", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.7.tgz", - "integrity": "sha512-//pRF2GJNhW3VbVzSoE97J+DR9nZ/+IkzOzgKKDdMr65JYYMAdOs9Iew4nMf+OruDgZanGyXrfubSMVNI+1svQ==", + "version": "5.3.8", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.8.tgz", + "integrity": "sha512-FtVwWXYLgTg9XKYNawYGi4Vt8T9QTuOi0qRgOzmnj8NK4CzRikIXbkXkqQKRkRn8LufLpW9c8aE6y5CtVljnZQ==", + "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.3.0", @@ -1265,6 +1266,7 @@ "@types/toastify-js": "^1.12.3", "@vueuse/core": "^10.11.1", "cancelable-promise": "^4.3.1", + "p-queue": "^8.0.1", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", "webdav": "^5.7.1" @@ -1444,9 +1446,9 @@ } }, "node_modules/@nextcloud/files": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.0.tgz", - "integrity": "sha512-GKlD8PESRgpP3Rz7xgLbRPXvk1EKStkN8zwM3/L2Dl70g2qkUh1IdEAPZO2KlCdJPD8QxcdK4ib0KClk/ounpA==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.1.tgz", + "integrity": "sha512-eureE0Hi13QhC7detUUlp5B7NjLLu1JnVLDF0yuNv/My5ETbe3SuWjulAXQ2KH3lvqVjhjgbNoEjH5wHemIG+g==", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.4.0", @@ -5092,6 +5094,12 @@ "node": ">=0.10.0" } }, + "node_modules/eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", + "license": "MIT" + }, "node_modules/events": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", @@ -7754,6 +7762,34 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/p-queue": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz", + "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==", + "license": "MIT", + "dependencies": { + "eventemitter3": "^5.0.1", + "p-timeout": "^6.1.2" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-timeout": { + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.3.tgz", + "integrity": "sha512-UJUyfKbwvr/uZSV6btANfb+0t/mOhKV/KXcCUTp8FcQI+v/0d+wXqH4htrW0E4rR6WiEO/EPvUFiV9D5OI4vlw==", + "license": "MIT", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/package-name-regex": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/package-name-regex/-/package-name-regex-2.0.6.tgz",