summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-20 01:16:00 +0000
committerGitHub <noreply@github.com>2024-04-20 01:16:00 +0000
commit7d10ce26808e8ad696a708f808b6e3a493e6a09d (patch)
tree87ac22791807e4bbcad4767c090febd5bdf89dfa
parent54cec733039edbc3048e5ec9c9b22c029cd6bd5f (diff)
parent7e37aa56bd309d6824659fab158801490023c6fb (diff)
Merge pull request #3896 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-5.3.1
-rw-r--r--package-lock.json20
-rw-r--r--package.json2
2 files changed, 12 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index ec7bed33..52b8905d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15,7 +15,7 @@
"@nextcloud/axios": "^2.4.0",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/cdav-library": "^1.3.0",
- "@nextcloud/dialogs": "^5.3.0",
+ "@nextcloud/dialogs": "^5.3.1",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.2.0",
"@nextcloud/initial-state": "^2.1.0",
@@ -3069,21 +3069,22 @@
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
},
"node_modules/@nextcloud/dialogs": {
- "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==",
+ "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.1",
+ "@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.5.0"
@@ -21554,21 +21555,22 @@
}
},
"@nextcloud/dialogs": {
- "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==",
+ "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.1",
+ "@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.5.0"
diff --git a/package.json b/package.json
index e9c54b32..cad62a16 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"@nextcloud/axios": "^2.4.0",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/cdav-library": "^1.3.0",
- "@nextcloud/dialogs": "^5.3.0",
+ "@nextcloud/dialogs": "^5.3.1",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.2.0",
"@nextcloud/initial-state": "^2.1.0",