diff --git a/package-lock.json b/package-lock.json index aaabcd9564d..14a2f9518e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/dialogs": "^5.3.4", + "@nextcloud/dialogs": "^5.3.5", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/files": "^3.5.1", "@nextcloud/initial-state": "^2.2.0", @@ -3544,9 +3544,9 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.4.tgz", - "integrity": "sha512-0oWLycHX/T68Ab7xMOlghg3nHZOOldbTwoOmNOSIbAg69Tmpcu90JlRtFa9LKiDf1pWQPqCoh9QeYj10SCEm0w==", + "version": "5.3.5", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.5.tgz", + "integrity": "sha512-v2+M2zN90IqkZby7QZ575Ej/VsSQXcI6EurMVp51mRGLTeO2bJw8IVdfumDJhSA+3rn/nSHmkz3zWcHUInqzTg==", "dependencies": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.3.0", @@ -3557,7 +3557,7 @@ "@nextcloud/l10n": "^3.1.0", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.2", - "@nextcloud/typings": "^1.8.0", + "@nextcloud/typings": "^1.9.0", "@types/toastify-js": "^1.12.3", "@vueuse/core": "^10.11.0", "cancelable-promise": "^4.3.1", @@ -3819,13 +3819,11 @@ } }, "node_modules/@nextcloud/typings": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.8.0.tgz", - "integrity": "sha512-q9goE0wc+1BCI9Ku0MebCHmqOMwz2K7ESKQrcHDs6O+HqbKA8zGiEtXL5XGrMS7Ovtl1YOIwxlP9kEvgvXt52Q==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.9.1.tgz", + "integrity": "sha512-i0l/L5gKW8EACbXHVxXM6wn3sUhY2qmnL2OijppzU4dENC7/hqySMQDer7/+cJbNSNG7uHF/Z+9JmHtDfRfuGg==", "dependencies": { - "@types/jquery": "3.5.16", - "vue": "^2.7.15", - "vue-router": "<4" + "@types/jquery": "3.5.16" }, "engines": { "node": "^20.0.0", @@ -22898,9 +22896,9 @@ } }, "@nextcloud/dialogs": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.4.tgz", - "integrity": "sha512-0oWLycHX/T68Ab7xMOlghg3nHZOOldbTwoOmNOSIbAg69Tmpcu90JlRtFa9LKiDf1pWQPqCoh9QeYj10SCEm0w==", + "version": "5.3.5", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.5.tgz", + "integrity": "sha512-v2+M2zN90IqkZby7QZ575Ej/VsSQXcI6EurMVp51mRGLTeO2bJw8IVdfumDJhSA+3rn/nSHmkz3zWcHUInqzTg==", "requires": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.3.0", @@ -22911,7 +22909,7 @@ "@nextcloud/l10n": "^3.1.0", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.2", - "@nextcloud/typings": "^1.8.0", + "@nextcloud/typings": "^1.9.0", "@types/toastify-js": "^1.12.3", "@vueuse/core": "^10.11.0", "cancelable-promise": "^4.3.1", @@ -23081,13 +23079,11 @@ } }, "@nextcloud/typings": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.8.0.tgz", - "integrity": "sha512-q9goE0wc+1BCI9Ku0MebCHmqOMwz2K7ESKQrcHDs6O+HqbKA8zGiEtXL5XGrMS7Ovtl1YOIwxlP9kEvgvXt52Q==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.9.1.tgz", + "integrity": "sha512-i0l/L5gKW8EACbXHVxXM6wn3sUhY2qmnL2OijppzU4dENC7/hqySMQDer7/+cJbNSNG7uHF/Z+9JmHtDfRfuGg==", "requires": { - "@types/jquery": "3.5.16", - "vue": "^2.7.15", - "vue-router": "<4" + "@types/jquery": "3.5.16" } }, "@nextcloud/upload": { diff --git a/package.json b/package.json index 4a17b9a1de1..0781426261c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/dialogs": "^5.3.4", + "@nextcloud/dialogs": "^5.3.5", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/files": "^3.5.1", "@nextcloud/initial-state": "^2.2.0",