From b69e94b4d05762cbd41a5f81835d14b7776f57d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:28:40 +0000 Subject: [PATCH] Bump vue-toastification from 2.0.0-rc.1 to 2.0.0-rc.5 Bumps [vue-toastification](https://github.com/Maronato/vue-toastification) from 2.0.0-rc.1 to 2.0.0-rc.5. - [Release notes](https://github.com/Maronato/vue-toastification/releases) - [Commits](https://github.com/Maronato/vue-toastification/compare/v2.0.0-rc.1...v2.0.0-rc.5) --- updated-dependencies: - dependency-name: vue-toastification dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d2832df..f644569 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "vue": "3.2.39", "vue-mdijs": "^0.5.12", "vue-router": "^4.1.5", - "vue-toastification": "^2.0.0-rc.1", + "vue-toastification": "^2.0.0-rc.5", "vuex": "^4.0.2", "vuex-orm-localforage": "^0.3.2" }, diff --git a/yarn.lock b/yarn.lock index e5226b8..15f8111 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3774,10 +3774,10 @@ vue-router@^4.1.5: dependencies: "@vue/devtools-api" "^6.1.4" -vue-toastification@^2.0.0-rc.1: - version "2.0.0-rc.1" - resolved "https://registry.yarnpkg.com/vue-toastification/-/vue-toastification-2.0.0-rc.1.tgz#6a994c19635a493eec0ee290e84a966e07c709d2" - integrity sha512-hjauv/FyesNZdwcr5m1SCyvu1JmlB+Ts5bTptDLDmsYYlj6Oqv8NYakiElpCF+Abwkn9J/AChh6FwkTL1HOb7Q== +vue-toastification@^2.0.0-rc.5: + version "2.0.0-rc.5" + resolved "https://registry.yarnpkg.com/vue-toastification/-/vue-toastification-2.0.0-rc.5.tgz#92798604d806ae473cfb76ed776fae294280f8f8" + integrity sha512-q73e5jy6gucEO/U+P48hqX+/qyXDozAGmaGgLFm5tXX4wJBcVsnGp4e/iJqlm9xzHETYOilUuwOUje2Qg1JdwA== vue@3.2.39: version "3.2.39"