From 018d7a52f4e16eb6f93210190dba221e755a8edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 01:55:58 +0000 Subject: [PATCH] build(deps): bump bootstrap from 3.3.7 to 3.4.1 in /static 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) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- static/package-lock.json | 6 +++--- static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index b7cf24d..74a9084 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -39,9 +39,9 @@ "integrity": "sha1-B9M5msFsqHTGO2te4u4wVYs35dE=" }, "bootstrap": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz", - "integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E=" + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz", + "integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==" }, "jquery": { "version": "2.2.4", diff --git a/static/package.json b/static/package.json index e689828..49bbaf2 100644 --- a/static/package.json +++ b/static/package.json @@ -22,7 +22,7 @@ "angular-ui-bootstrap": "^1.1.2", "angular-websocket": "^2.0.0", "angularjs-scroll-glue": "^2.0.7", - "bootstrap": "^3.3.6", + "bootstrap": "^3.4.1", "jquery": "^2.2.0", "jsonformatter": "^0.4.2" }