From 8157f612e874fd2d216df1e3baab1364138e2460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 11:06:27 -0400 Subject: [PATCH] fix(J:CDX-227): bump buefy from 0.9.6 to 0.9.8 (#280) Bumps [buefy](https://github.com/buefy/buefy) from 0.9.6 to 0.9.8. - [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.9.6...v0.9.8) --- updated-dependencies: - dependency-name: buefy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Louis Bompart --- .../vue-cli-plugin-typescript/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/vue-cli-plugin-typescript/package-lock.json b/packages/vue-cli-plugin-typescript/package-lock.json index 6f46f06130..97366ed089 100644 --- a/packages/vue-cli-plugin-typescript/package-lock.json +++ b/packages/vue-cli-plugin-typescript/package-lock.json @@ -114,18 +114,18 @@ "dev": true }, "buefy": { - "version": "0.9.6", - "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.6.tgz", - "integrity": "sha512-qoYtbTf78xvC5fcRsuUKqUizJCAk2rg6LiAzON8X1G0GTsHkCWRWBHsJmU/jk1/6B+TQ10pSGkQgB+OLrREeXg==", + "version": "0.9.8", + "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.8.tgz", + "integrity": "sha512-VBGAD6WtmgpPdiRnBXaTleS3ifpNu9rbInAr54YL8KJw1RhCb8JtGYYYVRjllnDQmN0jQjC5lYoPR9KpfTe+Cw==", "dev": true, "requires": { - "bulma": "0.9.2" + "bulma": "0.9.3" } }, "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==", "dev": true }, "coveo.analytics": {