From 07860e6c3a221ad11c73098581e7729989853b9b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 23:48:21 +0000 Subject: [PATCH] fix(deps): bump nuxt-buefy from 0.3.25 to 0.3.26 Bumps [nuxt-buefy](https://github.com/buefy/nuxt-buefy) from 0.3.25 to 0.3.26. - [Release notes](https://github.com/buefy/nuxt-buefy/releases) - [Changelog](https://github.com/buefy/nuxt-buefy/blob/master/CHANGELOG.md) - [Commits](https://github.com/buefy/nuxt-buefy/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 735712eb2..435625cce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11988,17 +11988,17 @@ } }, "nuxt-buefy": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/nuxt-buefy/-/nuxt-buefy-0.3.25.tgz", - "integrity": "sha512-nYVMfT98cdHMCP5wZRJBk7Bgf97R9nUU25ZC35cP6npJpB2NdHLGmOEXRuNIZzQ8OnJC2jTCnvEyFh0U4j+KhQ==", + "version": "0.3.26", + "resolved": "https://registry.npmjs.org/nuxt-buefy/-/nuxt-buefy-0.3.26.tgz", + "integrity": "sha512-16m/ME6nHvQTI9Fk+3N4RcCXojkVNOaD7pwICrdgHXu9ilcMF3qPnSglx0TcPtJuJ31fdp/Rcwinjshnkz0V1w==", "requires": { - "buefy": "^0.8.14" + "buefy": "^0.8.15" }, "dependencies": { "buefy": { - "version": "0.8.14", - "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.8.14.tgz", - "integrity": "sha512-9HSsfR+lmyX/qa23ZueIHzhdIraSxVvcx3pwKsqQZPhbPm/BGnASB1Hr7j2fp1wjRNmOKn1Qb8f6kJDiMSRmcA==", + "version": "0.8.15", + "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.8.15.tgz", + "integrity": "sha512-rDTtLNIip+uFpB1Z9E9YllLPYUkJUIFsf7tBhutNfP9SYGrcDhXnUsIEhPHSxGEeddPlX9YT98Mx1zhOz622vg==", "requires": { "bulma": "0.7.5" } diff --git a/package.json b/package.json index b8c569143..f26a90ec1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@nuxtjs/pwa": "^3.0.0-beta.20", "buefy": "^0.8.13", "nuxt": "^2.12.2", - "nuxt-buefy": "^0.3.25", + "nuxt-buefy": "^0.3.26", "nuxt-property-decorator": "^2.5.1" }, "devDependencies": {