From dffbfd044a53f615cf81a044c561e3ab38032198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 00:27:59 +0000 Subject: [PATCH] fix(deps): bump nuxt-buefy from 0.4.23 to 0.4.24 Bumps [nuxt-buefy](https://github.com/buefy/nuxt-buefy) from 0.4.23 to 0.4.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) --- 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 | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 2434918..6910cec 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "core-js": "^3.25.0", "moment": "^2.29.4", "nuxt": "^2.15.7", - "nuxt-buefy": "^0.4.23" + "nuxt-buefy": "^0.4.24" }, "devDependencies": { "@nuxtjs/tailwindcss": "^4.2.0", diff --git a/yarn.lock b/yarn.lock index 73fd076..e1cb53f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2171,12 +2171,12 @@ browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.16.6, browserslist@^4 escalade "^3.1.1" node-releases "^1.1.75" -buefy@^0.9.21: - version "0.9.21" - resolved "https://registry.npmjs.org/buefy/-/buefy-0.9.21.tgz" - integrity sha512-geOJgzi5jFDyRJ9Zl0379yyRBatZ6Qg83kRnCJTb7/nCuXcfXd/eis3tFaDTGuntnfv2MezHzc092OIHwgRwAg== +buefy@^0.9.22: + version "0.9.22" + resolved "https://registry.yarnpkg.com/buefy/-/buefy-0.9.22.tgz#6172dd498b138f5689c9e12671235db772c1f66c" + integrity sha512-rA9Bf7+2lZupL1PlQU60o7cc0Og4MRz9it5LZlKOIwPENM1uEOjH48EFnNFniLyxIcz6vln0EicS96GsVCFx1Q== dependencies: - bulma "0.9.3" + bulma "0.9.4" buffer-from@^1.0.0: version "1.1.2" @@ -2215,10 +2215,10 @@ builtin-status-codes@^3.0.0: resolved "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz" integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= -bulma@0.9.3: - version "0.9.3" - resolved "https://registry.npmjs.org/bulma/-/bulma-0.9.3.tgz" - integrity sha512-0d7GNW1PY4ud8TWxdNcP6Cc8Bu7MxcntD/RRLGWuiw/s0a9P+XlH/6QoOIrmbj6o8WWJzJYhytiu9nFjTszk1g== +bulma@0.9.4: + version "0.9.4" + resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.4.tgz#0ca8aeb1847a34264768dba26a064c8be72674a1" + integrity sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ== bytes@3.0.0: version "3.0.0" @@ -5653,12 +5653,12 @@ num2fraction@^1.2.2: resolved "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz" integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= -nuxt-buefy@^0.4.23: - version "0.4.23" - resolved "https://registry.npmjs.org/nuxt-buefy/-/nuxt-buefy-0.4.23.tgz" - integrity sha512-3qvYogNPQ/xO1xjgyVnQViKcnCWTUUgqBGwfdYQhk9QlDqECsaOUt4ri9PVfRjAkD/Zpjg7RNM5gS105STZYoA== +nuxt-buefy@^0.4.24: + version "0.4.24" + resolved "https://registry.yarnpkg.com/nuxt-buefy/-/nuxt-buefy-0.4.24.tgz#f7a9c95071f1f199d03675bac2959e75e2c48fc6" + integrity sha512-H+lwMEHj3Qbhz16PycAVAYXCbm0tRnP139g6A9uzcEYA1/KVui0CZrzJp3nX+6woJ1AAe8WoLjsb8FXJ2wEsmA== dependencies: - buefy "^0.9.21" + buefy "^0.9.22" nuxt@^2.15.7: version "2.15.8"