From 0f399849f6227e8e39f537454821421ce141a279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 02:02:06 +0000 Subject: [PATCH] Bump bootstrap 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] --- .../react-widgets/bpm-task-details/package-lock.json | 6 +++--- .../react-widgets/bpm-task-details/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/entando-plugin-jpkiebpm/react-widgets/bpm-task-details/package-lock.json b/plugins/entando-plugin-jpkiebpm/react-widgets/bpm-task-details/package-lock.json index ef75f0e65c..858eb2cdd4 100644 --- a/plugins/entando-plugin-jpkiebpm/react-widgets/bpm-task-details/package-lock.json +++ b/plugins/entando-plugin-jpkiebpm/react-widgets/bpm-task-details/package-lock.json @@ -1417,9 +1417,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==" }, "boxen": { "version": "1.3.0", diff --git a/plugins/entando-plugin-jpkiebpm/react-widgets/bpm-task-details/package.json b/plugins/entando-plugin-jpkiebpm/react-widgets/bpm-task-details/package.json index ee3754d52e..975819267e 100644 --- a/plugins/entando-plugin-jpkiebpm/react-widgets/bpm-task-details/package.json +++ b/plugins/entando-plugin-jpkiebpm/react-widgets/bpm-task-details/package.json @@ -14,7 +14,7 @@ "babel-loader": "7.1.2", "babel-preset-react-app": "^3.1.1", "babel-runtime": "6.26.0", - "bootstrap": "^3.3.7", + "bootstrap": "^3.4.1", "case-sensitive-paths-webpack-plugin": "2.1.1", "chalk": "1.1.3", "chart.js": "^2.7.2",