From 70660724b991262c02e037bf2fecdad92267184c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 08:11:04 +0000 Subject: [PATCH] Bump nuxt-buefy from 0.3.31 to 0.4.24 Bumps [nuxt-buefy](https://github.com/buefy/nuxt-buefy) from 0.3.31 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-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2b96ff..cdb35b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4370,11 +4370,11 @@ } }, "buefy": { - "version": "0.8.20", - "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.8.20.tgz", - "integrity": "sha512-pg8Cn0m9cjqp2/vaKT4VIfU8KIumuX/gAT1GtearXRs56+kKqAPx3j9O8cm9W6P4jPUCHajKX6H8AqD0ram2Bg==", + "version": "0.9.22", + "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.22.tgz", + "integrity": "sha512-rA9Bf7+2lZupL1PlQU60o7cc0Og4MRz9it5LZlKOIwPENM1uEOjH48EFnNFniLyxIcz6vln0EicS96GsVCFx1Q==", "requires": { - "bulma": "0.7.5" + "bulma": "0.9.4" } }, "buffer": { @@ -4408,9 +4408,9 @@ "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" }, "bulma": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.7.5.tgz", - "integrity": "sha512-cX98TIn0I6sKba/DhW0FBjtaDpxTelU166pf7ICXpCCuplHWyu6C9LYZmL5PEsnePIeJaiorsTEzzNk3Tsm1hw==" + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz", + "integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==" }, "bytes": { "version": "3.0.0", @@ -9645,11 +9645,11 @@ } }, "nuxt-buefy": { - "version": "0.3.31", - "resolved": "https://registry.npmjs.org/nuxt-buefy/-/nuxt-buefy-0.3.31.tgz", - "integrity": "sha512-nO2xd56fizUlNK86D9VRB9DdGq2ekYqDEhBACaQ9XwE16JwCPnV+nLObI/+RkiQNAQM4P12dIqAtbHHgfT6dVw==", + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/nuxt-buefy/-/nuxt-buefy-0.4.24.tgz", + "integrity": "sha512-H+lwMEHj3Qbhz16PycAVAYXCbm0tRnP139g6A9uzcEYA1/KVui0CZrzJp3nX+6woJ1AAe8WoLjsb8FXJ2wEsmA==", "requires": { - "buefy": "^0.8.20" + "buefy": "^0.9.22" } }, "nuxt-shopify": { diff --git a/package.json b/package.json index b10c5ed..6e5d17e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "moment": "^2.29.1", "node-sass": "^5.0.0", "nuxt": "^2.15.7", - "nuxt-buefy": "^0.3.31", + "nuxt-buefy": "^0.4.24", "nuxt-shopify": "^1.10.11", "sass-loader": "^10.1.1", "vuex-persistedstate": "^4.0.0"