From 062298ef3efe9ed0e0302a1389202c4779fea075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 21:27:49 +0000 Subject: [PATCH] Bump buefy from 0.7.1 to 0.7.2 Bumps [buefy](https://github.com/buefy/buefy) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/buefy/buefy/releases) - [Changelog](https://github.com/buefy/buefy/blob/dev/CHANGELOG.md) - [Commits](https://github.com/buefy/buefy/compare/v0.7.1...v0.7.2) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0125c16..7a9ab63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1566,9 +1566,9 @@ } }, "buefy": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.7.1.tgz", - "integrity": "sha512-Pq7T5ASuSjpBMFPQfnkDLCKtQxz8ciftTwYkzix7DMWvZHjtcZh1dF34ve8StjXqknEKYxFruCyioE3LdPmqqQ==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.7.2.tgz", + "integrity": "sha512-5nj7mJeJE81Ai86Zx1YwADugTJcH3w+iY6WDKiMqDohxXWDSE1Mxzfvn5SJqYb4ofc45lU8yTSTYpOMaZCpR/A==", "requires": { "bulma": "0.7.2" } diff --git a/package.json b/package.json index 5b1afa1..0d3307d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "bootstrap": "^4.2.1", - "buefy": "^0.7.1", + "buefy": "^0.7.2", "firebase": "^5.5.5", "moment": "^2.23.0", "v-calendar": "^0.9.7",