diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-31 09:08:53 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-08-31 09:21:36 +0000 |
commit | 2ebc14abb7a1118568977ae6384ba6975a52584f (patch) | |
tree | e9a69ac1cf35ff19c1b830b993af684f4556fac1 /package-lock.json | |
parent | 7c8a8dc143b59d5a4a1763443c1c9e9922d982fc (diff) | |
download | nextcloud-server-2ebc14abb7a1118568977ae6384ba6975a52584f.tar.gz nextcloud-server-2ebc14abb7a1118568977ae6384ba6975a52584f.zip |
Bump @nextcloud/dialogs from 1.4.0 to 2.0.1
Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 1.4.0 to 2.0.1.
- [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/v1.4.0...v2.0.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 36 |
1 files changed, 29 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index abea11dc243..8b7f7092320 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1506,12 +1506,14 @@ } }, "@nextcloud/dialogs": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.4.0.tgz", - "integrity": "sha512-Rx4x+al/sy+vXu2p3qvEuVeeUDm5JVwa84S21Hxa+pDV3Pd93E2dJGWlZ6h++5fSXbee1sDX9t957B20kYiP3Q==", + "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.7.0" + "toastify-js": "^1.9.1" } }, "@nextcloud/eslint-config": { @@ -1681,6 +1683,15 @@ "vue2-datepicker": "^3.4.1" }, "dependencies": { + "@nextcloud/dialogs": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.4.0.tgz", + "integrity": "sha512-Rx4x+al/sy+vXu2p3qvEuVeeUDm5JVwa84S21Hxa+pDV3Pd93E2dJGWlZ6h++5fSXbee1sDX9t957B20kYiP3Q==", + "requires": { + "core-js": "^3.6.4", + "toastify-js": "^1.7.0" + } + }, "vue-color": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/vue-color/-/vue-color-2.7.1.tgz", @@ -7110,6 +7121,17 @@ "vue-multiselect": "^2.1.6", "vue-visible": "^1.0.2", "vue2-datepicker": "^3.6.2" + }, + "dependencies": { + "@nextcloud/dialogs": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.4.0.tgz", + "integrity": "sha512-Rx4x+al/sy+vXu2p3qvEuVeeUDm5JVwa84S21Hxa+pDV3Pd93E2dJGWlZ6h++5fSXbee1sDX9t957B20kYiP3Q==", + "requires": { + "core-js": "^3.6.4", + "toastify-js": "^1.7.0" + } + } } }, "emoji-mart-vue-fast": { @@ -9442,9 +9464,9 @@ } }, "toastify-js": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.9.0.tgz", - "integrity": "sha512-v+Y/EUtRNdwtORfIF4oJIZ2BJWTT27Y/83ccVwJLI+wjz+dsyrjdWzC6awhfLWu8KOnfky/ac5tB1sz60fy6sQ==" + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.9.1.tgz", + "integrity": "sha512-B3LTJURySMix/xWqVHyj2XGVsIHesb4euGVuIaFfKxfmjM4F6HMgbW9V66DHUEt98jGlGpeTWSiSJ78UfrJVbA==" }, "toposort": { "version": "2.0.2", |