diff --git a/package-lock.json b/package-lock.json index ad1d8369e295a..498dd3d7178d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1949,14 +1949,14 @@ } }, "@nextcloud/dialogs": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.1.1.tgz", - "integrity": "sha512-T816Jo5Dz/NrMXn+rDDAkb1mLcCPD2ZKFX7cVjYvfKP9Ta9LxaRlvwAhS/K7bQ17fpjX8jAmqwrhO8MWDnGGmA==", + "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": "^1.0.0", "core-js": "^3.6.4", - "toastify-js": "^1.9.1" + "toastify-js": "^1.10.0" }, "dependencies": { "@nextcloud/typings": { @@ -1966,6 +1966,11 @@ "requires": { "@types/jquery": "2.0.54" } + }, + "toastify-js": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.10.0.tgz", + "integrity": "sha512-xuO499S1sw9gTdiBkZSMNE4sIoiQv/y0y534F7g2dcprVMAJZIdtOaphqiQlNJPfh0YQFDvgD4R3KcX5r94cAQ==" } } }, diff --git a/package.json b/package.json index 592a40783e2ef..7af162145ab1d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.5.0", "@nextcloud/capabilities": "^1.0.2", - "@nextcloud/dialogs": "^3.1.1", + "@nextcloud/dialogs": "^3.1.2", "@nextcloud/event-bus": "^1.2.0", "@nextcloud/files": "^1.1.0", "@nextcloud/initial-state": "^1.2.0",