From 029e948c869a1f03e7d1a31ebaf08b9b3b02fddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 04:52:48 +0000 Subject: [PATCH] Bump bootstrap from 3.4.0 to 3.4.1 in /disturbance/frontend/disturbance Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- disturbance/frontend/disturbance/package-lock.json | 6 +++--- disturbance/frontend/disturbance/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/disturbance/frontend/disturbance/package-lock.json b/disturbance/frontend/disturbance/package-lock.json index 8a61a886f..17e001efa 100644 --- a/disturbance/frontend/disturbance/package-lock.json +++ b/disturbance/frontend/disturbance/package-lock.json @@ -1652,9 +1652,9 @@ } }, "bootstrap": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.0.tgz", - "integrity": "sha512-F1yTDO9OHKH0xjl03DsOe8Nu1OWBIeAugGMhy3UTIYDdbbIPesQIhCEbj+HEr6wqlwweGAlP8F3OBC6kEuhFuw==" + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz", + "integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==" }, "brace-expansion": { "version": "1.1.11", diff --git a/disturbance/frontend/disturbance/package.json b/disturbance/frontend/disturbance/package.json index e88583eb1..2b256782d 100644 --- a/disturbance/frontend/disturbance/package.json +++ b/disturbance/frontend/disturbance/package.json @@ -16,7 +16,7 @@ "dependencies": { "awesomplete": "^1.1.5", "babel-polyfill": "^6.26.0", - "bootstrap": "^3.4.0", + "bootstrap": "^3.4.1", "cryptiles": "^4.1.2", "datatables.net": "^1.10.15", "datatables.net-bs": "^1.10.15",