From e8b86cd1c7945108332a415eecd3863e2da14025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 00:58:48 +0000 Subject: [PATCH] fix(deps): bump nuxt-buefy from 0.4.7 to 0.4.22 Bumps [nuxt-buefy](https://github.com/buefy/nuxt-buefy) from 0.4.7 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-patch ... 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 a3eadb6..cd50226 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3693,11 +3693,11 @@ } }, "buefy": { - "version": "0.9.7", - "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.7.tgz", - "integrity": "sha512-Fli0ZjNDgtFtHm0LItWmfhNJ1oLjDwPzUWccvwXXoo2mADXaH8JQxyhY+drUuUV5/GMu5PtwqQSqPgZy942VZg==", + "version": "0.9.20", + "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.20.tgz", + "integrity": "sha512-lEJTLZEuN7dI6XUGq6N5oL691ncHV8Zu9WtyBsQTOlcBjCJkSUXKicorPukS0wQi0z3w+pOl/e/FTCVswJj3Ng==", "requires": { - "bulma": "0.9.2" + "bulma": "0.9.3" } }, "buffer": { @@ -3731,9 +3731,9 @@ "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" }, "bulma": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.2.tgz", - "integrity": "sha512-e14EF+3VSZ488yL/lJH0tR8mFWiEQVCMi/BQUMi2TGMBOk+zrDg4wryuwm/+dRSHJw0gMawp2tsW7X1JYUCE3A==" + "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", @@ -9231,11 +9231,11 @@ } }, "nuxt-buefy": { - "version": "0.4.7", - "resolved": "https://registry.npmjs.org/nuxt-buefy/-/nuxt-buefy-0.4.7.tgz", - "integrity": "sha512-vu4iM3QAmSUCzTc6aKci36/sUBXyeMO+AQiPv6wfvsIGAXwJUiX7N1I6BRU9BPehl7139yQ9mtbLVVNJvRGfrA==", + "version": "0.4.22", + "resolved": "https://registry.npmjs.org/nuxt-buefy/-/nuxt-buefy-0.4.22.tgz", + "integrity": "sha512-wqu7DkZo9c4yj+kLeBGYGEAqaLrnaDoYssGGha5s8Xp6CTtunLPq0Kdj26yu4k0rtI4M7qZaEuRgw9CMLHLhVw==", "requires": { - "buefy": "^0.9.7" + "buefy": "^0.9.20" } }, "oauth-sign": { diff --git a/package.json b/package.json index 7d82da0..7f78ca0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "brace": "^0.11.1", "core-js": "^3.9.1", "nuxt": "^2.15.3", - "nuxt-buefy": "^0.4.4" + "nuxt-buefy": "^0.4.22" }, "devDependencies": { "@nuxt/types": "^2.15.3",