From cefda567e6a251b0a2a1b72fe71c92172b05ec7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jan 2021 00:13:14 +0000 Subject: [PATCH] fix(deps): bump bootstrap from 4.5.3 to 4.6.0 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.5.3 to 4.6.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.5.3...v4.6.0) 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 9ac88c9..0f09ced 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3530,9 +3530,9 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "bootstrap": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz", - "integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==" + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz", + "integrity": "sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==" }, "bootstrap-vue": { "version": "2.19.0", diff --git a/package.json b/package.json index 914b4f1..43862b2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@nuxtjs/axios": "^5.12.2", - "bootstrap": "^4.5.2", + "bootstrap": "^4.6.0", "bootstrap-vue": "^2.17.3", "core-js": "^3.8.0", "nuxt": "^2.14.6"