From 2108cb8e1cf16d884e2f768c06ecd873b9a54ccd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 03:09:32 +0000 Subject: [PATCH] :arrow_up: Bump @nuxtjs/toast from 3.2.1 to 3.3.0 Bumps [@nuxtjs/toast](https://github.com/nuxt/modules) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/nuxt/modules/releases) - [Commits](https://github.com/nuxt/modules/compare/@nuxtjs/toast@3.2.1...@nuxtjs/toast@3.3.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5e28cc1d..45f0818da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1400,9 +1400,9 @@ } }, "@nuxtjs/toast": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@nuxtjs/toast/-/toast-3.2.1.tgz", - "integrity": "sha512-unMXSoTrrg6ql4slP41Zasui5UebK6wjSXPyCng4KfSMRnjyuDBODKyundQaMHl9whZYzIi4MZPbKNX376yeIw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@nuxtjs/toast/-/toast-3.3.0.tgz", + "integrity": "sha512-HZAhWMQqgQ8m2XtQS4CpvoJtiZw2kmdqFg0GJv8upNEXoP7/nATW2CPIFemMtiparevLZwpCAAcMIVqcSW9l1g==", "requires": { "vue-toasted": "^1.1.27" } diff --git a/package.json b/package.json index 91d44ad85..1a78cf519 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@nuxtjs/google-tag-manager": "^2.3.0", "@nuxtjs/pwa": "^3.0.0-beta.19", "@nuxtjs/sitemap": "^2.0.0", - "@nuxtjs/toast": "^3.2.1", + "@nuxtjs/toast": "^3.3.0", "highlight.js": "^9.16.2", "nuxt": "^2.10.2", "v-tooltip": "^2.0.2",