From 0eca86bd205810df736bdeb8b7340319d8ef6f1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 03:24:03 +0000 Subject: [PATCH] Bump bootstrap from 3.3.7 to 3.4.1 in /application 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] --- application/package-lock.json | 6 +++--- application/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/package-lock.json b/application/package-lock.json index 483f91a..df3cac7 100644 --- a/application/package-lock.json +++ b/application/package-lock.json @@ -1296,9 +1296,9 @@ } }, "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==" }, "bootstrap-sass": { "version": "3.3.7", diff --git a/application/package.json b/application/package.json index 21fb2e9..9e6fa7e 100644 --- a/application/package.json +++ b/application/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "axios": "^0.18", - "bootstrap": "^3.0.0", + "bootstrap": "^3.4.1", "bootstrap-sass": "^3.3.7", "cross-env": "^5.1", "element-ui": "^1.4.6",