From c74111681ac0f2e41db1f112a67fd1df5d8f4b20 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 03:11:28 +0000 Subject: [PATCH] Bump bootstrap from 4.4.1 to 4.5.3 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.4.1 to 4.5.3. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.4.1...v4.5.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index aca5ed1..de7c573 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1552,9 +1552,9 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "bootstrap": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz", - "integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA==" + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz", + "integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==" }, "brace-expansion": { "version": "1.1.11", diff --git a/package.json b/package.json index 5f6698a..7beed33 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "homepage": "https://github.com/RealOrangeOne/website#readme", "dependencies": { "@fortawesome/fontawesome-free": "5.13.0", - "bootstrap": "4.4.1", + "bootstrap": "4.5.3", "materialize-css": "1.0.0", "parcel-bundler": "1.12.4", "sass": "1.26.5"