From cc497e806319dfc12e2804239bcd2d39e5aaf18f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 00:58:59 +0000 Subject: [PATCH] fix(deps): bump nuxt-buefy from 0.4.14 to 0.4.23 Bumps [nuxt-buefy](https://github.com/buefy/nuxt-buefy) from 0.4.14 to 0.4.23. - [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) --- updated-dependencies: - dependency-name: nuxt-buefy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index a308d50..2cd33bd 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@nuxtjs/axios": "^5.13.6", "core-js": "^3.21.0", "nuxt": "^2.15.8", - "nuxt-buefy": "^0.4.14" + "nuxt-buefy": "^0.4.23" }, "devDependencies": { "@nuxt/types": "^2.15.8", diff --git a/yarn.lock b/yarn.lock index da0b013..0a8c894 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2838,10 +2838,10 @@ browserslist@*, browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, escalade "^3.1.1" node-releases "^1.1.71" -buefy@^0.9.14: - version "0.9.14" - resolved "https://registry.yarnpkg.com/buefy/-/buefy-0.9.14.tgz#f0441ece5255fa757bf9956761415341d18fe68b" - integrity sha512-4+8xLQBHm7H+XmCNXvEmFY01gYHvGIkMGBLxcCpbumrt5Eyj21JP7I6G313tLaT2XDk06IiNSnqgPxzFExHPjQ== +buefy@^0.9.21: + version "0.9.21" + resolved "https://registry.yarnpkg.com/buefy/-/buefy-0.9.21.tgz#1b01f4dafefe958ca7934447dfe821dfef18d2fe" + integrity sha512-geOJgzi5jFDyRJ9Zl0379yyRBatZ6Qg83kRnCJTb7/nCuXcfXd/eis3tFaDTGuntnfv2MezHzc092OIHwgRwAg== dependencies: bulma "0.9.3" @@ -7098,12 +7098,12 @@ num2fraction@^1.2.2: resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= -nuxt-buefy@^0.4.14: - version "0.4.14" - resolved "https://registry.yarnpkg.com/nuxt-buefy/-/nuxt-buefy-0.4.14.tgz#6262316003dcb40aef362a7add51ec0e8040e179" - integrity sha512-ixMxyaLDF1ZK/eSvar4ASkp8mnnZq930nwRPtxoMnNwXRntkEvbQvDpp49vqS/bMxesjKUQhToN/qIMBGvYX4w== +nuxt-buefy@^0.4.23: + version "0.4.23" + resolved "https://registry.yarnpkg.com/nuxt-buefy/-/nuxt-buefy-0.4.23.tgz#d2283e043df786358626d51f875df592312c1870" + integrity sha512-3qvYogNPQ/xO1xjgyVnQViKcnCWTUUgqBGwfdYQhk9QlDqECsaOUt4ri9PVfRjAkD/Zpjg7RNM5gS105STZYoA== dependencies: - buefy "^0.9.14" + buefy "^0.9.21" nuxt@^2.15.8: version "2.15.8"