This commit is contained in:
dependabot-preview[bot] 2021-06-01 15:37:29 +00:00 committed by GitHub
commit e022aa134f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 9 deletions

39
package-lock.json generated
View File

@ -1120,14 +1120,24 @@
}
},
"@nextcloud/dialogs": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-2.0.1.tgz",
"integrity": "sha512-Bme8vcs8n4XT5spBgkDEv1z9zNOE23AIbr5jF1WJ1A2XNMNj5Zvy29RosIh0k7H+1lN0PlU38u+eMV1Ets3E4A==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.1.2.tgz",
"integrity": "sha512-hVgpr/CF0F+cE7tRZHJDVpB1S05K/pDcUMrfDpoxMKhux5SXlpwLXUaWM7iAbHEKYm6ArWdpUyhxBTTAo9yrvg==",
"requires": {
"@nextcloud/l10n": "^1.3.0",
"@nextcloud/typings": "^0.2.2",
"@nextcloud/typings": "^1.0.0",
"core-js": "^3.6.4",
"toastify-js": "^1.9.1"
"toastify-js": "^1.10.0"
},
"dependencies": {
"@nextcloud/typings": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.0.0.tgz",
"integrity": "sha512-r8SRvXszWTyKWEhVd3gx7eBAcCKwdoLlr+ZrR8hrSxs2nfH00de/QoGdo0n/Rcv/9mMtX/haJNd71KwODM2+uQ==",
"requires": {
"@types/jquery": "2.0.54"
}
}
}
},
"@nextcloud/eslint-config": {
@ -1297,6 +1307,19 @@
"vue-multiselect": "^2.1.6",
"vue-visible": "^1.0.2",
"vue2-datepicker": "^3.6.2"
},
"dependencies": {
"@nextcloud/dialogs": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-2.0.1.tgz",
"integrity": "sha512-Bme8vcs8n4XT5spBgkDEv1z9zNOE23AIbr5jF1WJ1A2XNMNj5Zvy29RosIh0k7H+1lN0PlU38u+eMV1Ets3E4A==",
"requires": {
"@nextcloud/l10n": "^1.3.0",
"@nextcloud/typings": "^0.2.2",
"core-js": "^3.6.4",
"toastify-js": "^1.9.1"
}
}
}
},
"@nextcloud/vue-dashboard": {
@ -8843,9 +8866,9 @@
}
},
"toastify-js": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.9.1.tgz",
"integrity": "sha512-B3LTJURySMix/xWqVHyj2XGVsIHesb4euGVuIaFfKxfmjM4F6HMgbW9V66DHUEt98jGlGpeTWSiSJ78UfrJVbA=="
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.10.0.tgz",
"integrity": "sha512-xuO499S1sw9gTdiBkZSMNE4sIoiQv/y0y534F7g2dcprVMAJZIdtOaphqiQlNJPfh0YQFDvgD4R3KcX5r94cAQ=="
},
"toposort": {
"version": "2.0.2",

View File

@ -29,7 +29,7 @@
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.3.3",
"@nextcloud/capabilities": "^1.0.2",
"@nextcloud/dialogs": "^2.0.1",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^1.2.0",
"@nextcloud/files": "^1.1.0",
"@nextcloud/initial-state": "^1.1.2",