From 42191470d07fa519cacb907b9be18585ffddfd52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 08:02:44 +0000 Subject: [PATCH] Bump nuxt-buefy from 0.3.31 to 0.4.22 Bumps [nuxt-buefy](https://github.com/buefy/nuxt-buefy) from 0.3.31 to 0.4.22. - [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..9e6417a 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.20", + "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.20.tgz", + "integrity": "sha512-lEJTLZEuN7dI6XUGq6N5oL691ncHV8Zu9WtyBsQTOlcBjCJkSUXKicorPukS0wQi0z3w+pOl/e/FTCVswJj3Ng==", "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.22", + "resolved": "https://registry.npmjs.org/nuxt-buefy/-/nuxt-buefy-0.4.22.tgz", + "integrity": "sha512-wqu7DkZo9c4yj+kLeBGYGEAqaLrnaDoYssGGha5s8Xp6CTtunLPq0Kdj26yu4k0rtI4M7qZaEuRgw9CMLHLhVw==", "requires": { - "buefy": "^0.8.20" + "buefy": "^0.9.20" } }, "nuxt-shopify": { diff --git a/package.json b/package.json index b10c5ed..666d169 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.22", "nuxt-shopify": "^1.10.11", "sass-loader": "^10.1.1", "vuex-persistedstate": "^4.0.0"