Bump @nextcloud/dialogs from 3.1.1 to 3.1.2

Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v3.1.1...v3.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-17 01:04:38 +00:00
committed by GitHub
parent 2dcb79418f
commit b40fb625c9
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -4630,14 +4630,14 @@
} }
}, },
"@nextcloud/dialogs": { "@nextcloud/dialogs": {
"version": "3.1.1", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.1.1.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.1.2.tgz",
"integrity": "sha512-T816Jo5Dz/NrMXn+rDDAkb1mLcCPD2ZKFX7cVjYvfKP9Ta9LxaRlvwAhS/K7bQ17fpjX8jAmqwrhO8MWDnGGmA==", "integrity": "sha512-hVgpr/CF0F+cE7tRZHJDVpB1S05K/pDcUMrfDpoxMKhux5SXlpwLXUaWM7iAbHEKYm6ArWdpUyhxBTTAo9yrvg==",
"requires": { "requires": {
"@nextcloud/l10n": "^1.3.0", "@nextcloud/l10n": "^1.3.0",
"@nextcloud/typings": "^1.0.0", "@nextcloud/typings": "^1.0.0",
"core-js": "^3.6.4", "core-js": "^3.6.4",
"toastify-js": "^1.9.1" "toastify-js": "^1.10.0"
}, },
"dependencies": { "dependencies": {
"@nextcloud/typings": { "@nextcloud/typings": {
@@ -4649,9 +4649,9 @@
} }
}, },
"core-js": { "core-js": {
"version": "3.7.0", "version": "3.10.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.1.tgz",
"integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==" "integrity": "sha512-pwCxEXnj27XG47mu7SXAwhLP3L5CrlvCB91ANUkIz40P27kUcvNfSdvyZJ9CLHiVoKSp+TTChMQMSKQEH/IQxA=="
} }
} }
}, },
@@ -21808,9 +21808,9 @@
} }
}, },
"toastify-js": { "toastify-js": {
"version": "1.9.1", "version": "1.10.0",
"resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.9.1.tgz", "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.10.0.tgz",
"integrity": "sha512-B3LTJURySMix/xWqVHyj2XGVsIHesb4euGVuIaFfKxfmjM4F6HMgbW9V66DHUEt98jGlGpeTWSiSJ78UfrJVbA==" "integrity": "sha512-xuO499S1sw9gTdiBkZSMNE4sIoiQv/y0y534F7g2dcprVMAJZIdtOaphqiQlNJPfh0YQFDvgD4R3KcX5r94cAQ=="
}, },
"toidentifier": { "toidentifier": {
"version": "1.0.0", "version": "1.0.0",

View File

@@ -33,7 +33,7 @@
"@juliushaertl/vue-richtext": "^1.0.1", "@juliushaertl/vue-richtext": "^1.0.1",
"@nextcloud/auth": "^1.3.0", "@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0", "@nextcloud/axios": "^1.6.0",
"@nextcloud/dialogs": "^3.1.1", "@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^1.2.0", "@nextcloud/event-bus": "^1.2.0",
"@nextcloud/files": "^2.0.0", "@nextcloud/files": "^2.0.0",
"@nextcloud/initial-state": "^1.2.0", "@nextcloud/initial-state": "^1.2.0",