From 217fa8f1473cc814f05b9645908ffb5bb9f3be27 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 30 Jan 2024 17:08:20 +0100 Subject: [PATCH] fix: Update `@nextcloud/dialogs` to 4.2.4 to include missing translations Signed-off-by: Ferdinand Thiessen --- package-lock.json | 38 +++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ee684fbd4650..2cf23a835802e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/browserslist-config": "^2.3.0", "@nextcloud/calendar-availability-vue": "^0.6.0-alpha1", "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/dialogs": "^4.2.2", + "@nextcloud/dialogs": "^4.2.4", "@nextcloud/event-bus": "^3.0.2", "@nextcloud/files": "^3.0.0", "@nextcloud/initial-state": "^2.0.0", @@ -3541,9 +3541,9 @@ } }, "node_modules/@mdi/svg": { - "version": "7.3.67", - "resolved": "https://registry.npmjs.org/@mdi/svg/-/svg-7.3.67.tgz", - "integrity": "sha512-KNr7D8jbu8DEprgRckVywVBkajsGGqocFjOzlekv35UedLjpkMDTkFO8VYnhnLySL0QaPBa568fe8BZsB0TBJQ==" + "version": "7.4.47", + "resolved": "https://registry.npmjs.org/@mdi/svg/-/svg-7.4.47.tgz", + "integrity": "sha512-WQ2gDll12T9WD34fdRFgQVgO8bag3gavrAgJ0frN4phlwdJARpE6gO1YvLEMJR0KKgoc+/Ea/A0Pp11I00xBvw==" }, "node_modules/@nextcloud/auth": { "version": "2.2.1", @@ -3743,17 +3743,17 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.2.tgz", - "integrity": "sha512-KC55NmEXxABt2aHDIZEvjEIOAmVuc9/tsqS2P2OmmkWzPT/IQH+y87vU1ZfkPNUblZQQ73nK1U4/JQpEk/FuuQ==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.4.tgz", + "integrity": "sha512-XlE0cybR1dVzYOmDxSKchKOEb7EOZoIoPj2PW9AA2V4TapfoON0/UwgfUO+kdEZ24PraJFOg1v5EOd3N/UwC4g==", "dependencies": { - "@mdi/svg": "^7.3.67", + "@mdi/svg": "^7.4.47", "@nextcloud/files": "^3.0.0-beta.14", "@nextcloud/l10n": "^2.2.0", - "@nextcloud/router": "^2.1.2", + "@nextcloud/router": "^2.2.0", "@nextcloud/typings": "^1.7.0", "@nextcloud/vue": "^7.12.4", - "@types/toastify-js": "^1.12.2", + "@types/toastify-js": "^1.12.3", "@vueuse/core": "^10.4.1", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", @@ -29284,9 +29284,9 @@ } }, "@mdi/svg": { - "version": "7.3.67", - "resolved": "https://registry.npmjs.org/@mdi/svg/-/svg-7.3.67.tgz", - "integrity": "sha512-KNr7D8jbu8DEprgRckVywVBkajsGGqocFjOzlekv35UedLjpkMDTkFO8VYnhnLySL0QaPBa568fe8BZsB0TBJQ==" + "version": "7.4.47", + "resolved": "https://registry.npmjs.org/@mdi/svg/-/svg-7.4.47.tgz", + "integrity": "sha512-WQ2gDll12T9WD34fdRFgQVgO8bag3gavrAgJ0frN4phlwdJARpE6gO1YvLEMJR0KKgoc+/Ea/A0Pp11I00xBvw==" }, "@nextcloud/auth": { "version": "2.2.1", @@ -29433,17 +29433,17 @@ "requires": {} }, "@nextcloud/dialogs": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.2.tgz", - "integrity": "sha512-KC55NmEXxABt2aHDIZEvjEIOAmVuc9/tsqS2P2OmmkWzPT/IQH+y87vU1ZfkPNUblZQQ73nK1U4/JQpEk/FuuQ==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.2.4.tgz", + "integrity": "sha512-XlE0cybR1dVzYOmDxSKchKOEb7EOZoIoPj2PW9AA2V4TapfoON0/UwgfUO+kdEZ24PraJFOg1v5EOd3N/UwC4g==", "requires": { - "@mdi/svg": "^7.3.67", + "@mdi/svg": "^7.4.47", "@nextcloud/files": "^3.0.0-beta.14", "@nextcloud/l10n": "^2.2.0", - "@nextcloud/router": "^2.1.2", + "@nextcloud/router": "^2.2.0", "@nextcloud/typings": "^1.7.0", "@nextcloud/vue": "^7.12.4", - "@types/toastify-js": "^1.12.2", + "@types/toastify-js": "^1.12.3", "@vueuse/core": "^10.4.1", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", diff --git a/package.json b/package.json index a25790a425451..ffd001cbea408 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/browserslist-config": "^2.3.0", "@nextcloud/calendar-availability-vue": "^0.6.0-alpha1", "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/dialogs": "^4.2.2", + "@nextcloud/dialogs": "^4.2.4", "@nextcloud/event-bus": "^3.0.2", "@nextcloud/files": "^3.0.0", "@nextcloud/initial-state": "^2.0.0",