From 3f7dcfaf949a755cc86fdf6dcb6e56aaf803799a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 19:59:02 +0000 Subject: [PATCH] fix(deps): bump nuxt-buefy from 0.3.23 to 0.3.24 Bumps [nuxt-buefy](https://github.com/buefy/nuxt-buefy) from 0.3.23 to 0.3.24. - [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 | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b31c7503b..a2a8e2da6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10158,11 +10158,21 @@ } }, "nuxt-buefy": { - "version": "0.3.23", - "resolved": "https://registry.npmjs.org/nuxt-buefy/-/nuxt-buefy-0.3.23.tgz", - "integrity": "sha512-3sF3VOwz05PB5ehVPIKxAMO2WBO6CL0j15COsFs4SspkKB+ORa92BZVOrJqp9wlqqSxFtpGad8tw0OYzE5paHQ==", + "version": "0.3.24", + "resolved": "https://registry.npmjs.org/nuxt-buefy/-/nuxt-buefy-0.3.24.tgz", + "integrity": "sha512-OxLpI/KiaWdHiMW3rfYGFBroSVlvfdmFzL9o+Z3l2LkTe1EQvGwdw7wa2HC/7ssFKPzVB4gIYXzqdtQlSbXxUQ==", "requires": { - "buefy": "^0.8.12" + "buefy": "^0.8.13" + }, + "dependencies": { + "buefy": { + "version": "0.8.13", + "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.8.13.tgz", + "integrity": "sha512-SpJq1Bl569mT6YujrEpyqn1al6U2PcBBQkVdgdKFrW+zjh1BAcs3+sNx7+r0tPSBsLYsSU2ZZsfkFzWOnOTX8A==", + "requires": { + "bulma": "0.7.5" + } + } } }, "nuxt-property-decorator": { diff --git a/package.json b/package.json index 0d21c044b..f254a734d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@nuxtjs/pwa": "^3.0.0-beta.20", "buefy": "^0.8.12", "nuxt": "^2.11.0", - "nuxt-buefy": "^0.3.23", + "nuxt-buefy": "^0.3.24", "nuxt-property-decorator": "^2.5.1" }, "devDependencies": {