From 51bcdc19deac5efd31c714e98f8a700cd538d083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 12 Jun 2019 20:43:11 +0000 Subject: [PATCH] Bump bootstrap from 4.1.1 to 4.3.1 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.1.1 to 4.3.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.1.1...v4.3.1) 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 eca4452..3bc0406 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "bootstrap": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.1.tgz", - "integrity": "sha512-SpiDSOcbg4J/PjVSt4ny5eY6j74VbVSjROY4Fb/WIUXBV9cnb5luyR4KnPvNoXuGnBK1T+nJIWqRsvU3yP8Mcg==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", + "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" }, "com.unarin.cordova.beacon": { "version": "git+https://github.com/petermetz/cordova-plugin-ibeacon.git#270ffbbc12159861a16e5e81481103c1e09139cb", diff --git a/package.json b/package.json index f641a0e..20bac5a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ } }, "dependencies": { - "bootstrap": "^4.1.1", + "bootstrap": "^4.3.1", "com.unarin.cordova.beacon": "git+https://github.com/petermetz/cordova-plugin-ibeacon.git", "cordova-android": "^6.4.0", "cordova-plugin-battery-status": "^1.2.5",