From cbb06a0753f529259d116f185360a13c90a4db19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 21:24:53 +0000 Subject: [PATCH] Bump buefy from 0.6.7 to 0.7.2 Bumps [buefy](https://github.com/buefy/buefy) from 0.6.7 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.6.7...v0.7.2) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66aca7c..bd0dc45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1456,17 +1456,17 @@ } }, "buefy": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.6.7.tgz", - "integrity": "sha512-/d8srEpXAXWQjquHNP3ic9AVzwj8ar+jHfc7YjbspHT1AVeY3CDmzY2R1Am8ICnhioKAjRUfIie2/I9DiytXMQ==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.7.2.tgz", + "integrity": "sha512-5nj7mJeJE81Ai86Zx1YwADugTJcH3w+iY6WDKiMqDohxXWDSE1Mxzfvn5SJqYb4ofc45lU8yTSTYpOMaZCpR/A==", "requires": { - "bulma": "0.7.1" + "bulma": "0.7.2" }, "dependencies": { "bulma": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.7.1.tgz", - "integrity": "sha512-wRSO2LXB+qI9Pyz2id+uZr4quz5aftSN7Ay1ysr1+krzVp3utD+Ci4CeKuZdrYGc800t65b7heXBL6qw2Wo/lQ==" + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.7.2.tgz", + "integrity": "sha512-6JHEu8U/1xsyOst/El5ImLcZIiE2JFXgvrz8GGWbnDLwTNRPJzdAM0aoUM1Ns0avALcVb6KZz9NhzmU53dGDcQ==" } } }, diff --git a/package.json b/package.json index 95f800e..83fdb63 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build": "node build/build.js" }, "dependencies": { - "buefy": "^0.6.7", + "buefy": "^0.7.2", "bulma": "^0.6.2", "font-awesome": "^4.7.0", "vue": "^2.6.10",