From b8d43f35aa44688dc60091c7e0255cd778354f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 01:55:59 +0000 Subject: [PATCH] Bump bootstrap from 4.1.1 to 4.3.1 in /docs Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.1.1 to 4.3.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.1.1...v4.3.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 6 +++--- docs/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index ada2c16..c2dff48 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -291,9 +291,9 @@ "dev": true }, "bootstrap": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.1.tgz", - "integrity": "sha512-SpiDSOcbg4J/PjVSt4ny5eY6j74VbVSjROY4Fb/WIUXBV9cnb5luyR4KnPvNoXuGnBK1T+nJIWqRsvU3yP8Mcg==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", + "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" }, "brace-expansion": { "version": "1.1.8", diff --git a/docs/package.json b/docs/package.json index ff893fb..34299e3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -26,7 +26,7 @@ "url": "https://github.com/BlackrockDigital/startbootstrap-scrolling-nav.git" }, "dependencies": { - "bootstrap": "4.1.1", + "bootstrap": "4.3.1", "jquery": "3.5.0", "jquery.easing": "^1.4.1" },