From e3a31916c40c03b6b606ee548dab77861b884ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 05:59:52 +0000 Subject: [PATCH] Bump bootstrap from 3.3.7 to 3.4.1 in /software/pi/nodetest Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.3.7...v3.4.1) Signed-off-by: dependabot[bot] --- software/pi/nodetest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/pi/nodetest/package.json b/software/pi/nodetest/package.json index 73a397c..50b263f 100644 --- a/software/pi/nodetest/package.json +++ b/software/pi/nodetest/package.json @@ -14,7 +14,7 @@ "angular-formly-templates-bootstrap": "^6.4.0", "api-check": "^7.5.5", "body-parser": "^1.17.1", - "bootstrap": "3.3.7", + "bootstrap": "3.4.1", "cookie-parser": "~1.4.3", "express": "^4.15.2", "httpdispatcher": "~2.0.1",