From 295c7bcb39632bb0a2e5d3f00d0e0ac2fc0d6ec2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2019 04:29:02 +0000 Subject: [PATCH 1/2] Bump vue-sweetalert-icons from 4.1.0 to 4.2.0 in /webapp Bumps [vue-sweetalert-icons](https://github.com/JorgenVatle/vue-sweetalert-icons) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/JorgenVatle/vue-sweetalert-icons/releases) - [Commits](https://github.com/JorgenVatle/vue-sweetalert-icons/compare/v4.1.0...v4.2.0) Signed-off-by: dependabot-preview[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 0e0ae1d26..711ed8221 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -78,7 +78,7 @@ "vue-count-to": "~1.0.13", "vue-izitoast": "1.1.2", "vuex-i18n": "~1.13.1", - "vue-sweetalert-icons": "~4.1.0", + "vue-sweetalert-icons": "~4.2.0", "zxcvbn": "^4.4.2" }, "devDependencies": { diff --git a/webapp/yarn.lock b/webapp/yarn.lock index c24852ea3..e4ae26349 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -15045,10 +15045,10 @@ vue-svg-loader@~0.12.0: loader-utils "^1.2.3" svg-to-vue "^0.4.0" -vue-sweetalert-icons@~4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/vue-sweetalert-icons/-/vue-sweetalert-icons-4.1.0.tgz#0b8c25aac9ad1f874aa5b34464b2359a522ad0f1" - integrity sha512-TTNf0aJh0cTkujIeQUTEhjVkNtyaP0fQ7iG2mDsKRNQlEytRJCYL2Kp97DWFdvLGa9uAoi5pUwpYMim3xGlFpw== +vue-sweetalert-icons@~4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/vue-sweetalert-icons/-/vue-sweetalert-icons-4.2.0.tgz#218d2b151ef1d364f5d147f87f03aacd92c1730f" + integrity sha512-RNnWgdzui9mQ8bwRlJ7HkOEfAEZhTXdpIdXT8pcesFWg1y13UnqjUVvgdg8K6kqPHuVUfipMLjbewrHHjewTmg== dependencies: node-sass "^4.12.0" sass-loader "^7.1.0" From 5d57f7b376c73d9fc7dd586c13d987fb1ef1620f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Fri, 9 Aug 2019 13:21:54 +0200 Subject: [PATCH 2/2] No global import - Thank you @JorgenVatle! :heart: In version `v4.2.0` of `vue-sweetalert-icons` the local import is back, see: https://github.com/JorgenVatle/vue-sweetalert-icons/issues/3#issuecomment-519497796 --- webapp/components/Modal/ConfirmModal.vue | 5 +++++ webapp/components/Modal/ReportModal.vue | 4 ++++ webapp/components/PasswordReset/ChangePassword.vue | 2 ++ webapp/components/PasswordReset/Request.vue | 4 ++++ webapp/components/Registration/CreateUserAccount.vue | 2 ++ webapp/components/Registration/Signup.vue | 4 ++++ webapp/nuxt.config.js | 1 - webapp/plugins/vue-sweetalert-icons.js | 4 ---- 8 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 webapp/plugins/vue-sweetalert-icons.js diff --git a/webapp/components/Modal/ConfirmModal.vue b/webapp/components/Modal/ConfirmModal.vue index 771eee103..147258849 100644 --- a/webapp/components/Modal/ConfirmModal.vue +++ b/webapp/components/Modal/ConfirmModal.vue @@ -28,8 +28,13 @@