From cb8392de2c314787d36dc1b1cd077ac431b5644f Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Mon, 29 Jul 2019 21:34:19 +0300 Subject: [PATCH] Include buefy in package-lock.json --- dashboard/package-lock.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 11233f5d..4fb815f1 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -1985,6 +1985,14 @@ "node-releases": "^1.1.23" } }, + "buefy": { + "version": "0.7.10", + "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.7.10.tgz", + "integrity": "sha512-jU9CTEQR1rozxagwEPB69qObBDwWl+4uCa6TjiPkqcqOb/uxq1uvyvCsVinADzjNjzOTFhUOuuSPQk8gsVEOzA==", + "requires": { + "bulma": "0.7.5" + } + }, "buffer": { "version": "4.9.1", "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",