From d0d8f6ca6b8a976b5e942ca8d420aed4fc0be6cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 08:04:21 +0000 Subject: [PATCH] Bump nuxt-buefy from 0.3.31 to 0.4.23 Bumps [nuxt-buefy](https://github.com/buefy/nuxt-buefy) from 0.3.31 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-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..de12eff 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.21", + "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.21.tgz", + "integrity": "sha512-geOJgzi5jFDyRJ9Zl0379yyRBatZ6Qg83kRnCJTb7/nCuXcfXd/eis3tFaDTGuntnfv2MezHzc092OIHwgRwAg==", "requires": { - "bulma": "0.7.5" + "bulma": "0.9.3" } }, "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.3", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.3.tgz", + "integrity": "sha512-0d7GNW1PY4ud8TWxdNcP6Cc8Bu7MxcntD/RRLGWuiw/s0a9P+XlH/6QoOIrmbj6o8WWJzJYhytiu9nFjTszk1g==" }, "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.23", + "resolved": "https://registry.npmjs.org/nuxt-buefy/-/nuxt-buefy-0.4.23.tgz", + "integrity": "sha512-3qvYogNPQ/xO1xjgyVnQViKcnCWTUUgqBGwfdYQhk9QlDqECsaOUt4ri9PVfRjAkD/Zpjg7RNM5gS105STZYoA==", "requires": { - "buefy": "^0.8.20" + "buefy": "^0.9.21" } }, "nuxt-shopify": { diff --git a/package.json b/package.json index b10c5ed..6e78051 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.23", "nuxt-shopify": "^1.10.11", "sass-loader": "^10.1.1", "vuex-persistedstate": "^4.0.0"