From 9044a9df8d9cddcb973ecd79ed8b264acdefa91c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 12:13:02 +0000 Subject: [PATCH] Bump bootstrap-icons from 1.5.0 to 1.9.1 Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.5.0 to 1.9.1. - [Release notes](https://github.com/twbs/icons/releases) - [Commits](https://github.com/twbs/icons/compare/v1.5.0...v1.9.1) --- updated-dependencies: - dependency-name: bootstrap-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f3836b9..c8c7761 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ "homepage": "https://github.com/jonaharagon/jekyll-bootstrap-theme#readme", "dependencies": { "bootstrap": "^5.0.1", - "bootstrap-icons": "^1.5.0" + "bootstrap-icons": "^1.9.1" } } diff --git a/yarn.lock b/yarn.lock index adc38c1..9ed4e5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -bootstrap-icons@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.5.0.tgz#2cb19da148aa9105cb3174de2963564982d3dc55" - integrity sha512-44feMc7DE1Ccpsas/1wioN8ewFJNquvi5FewA06wLnqct7CwMdGDVy41ieHaacogzDqLfG8nADIvMNp9e4bfbA== +bootstrap-icons@^1.9.1: + version "1.9.1" + resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.9.1.tgz#cf22d91a25447645e45c49ebde4e56eafdfe761b" + integrity sha512-d4ZkO30MIkAhQ2nNRJqKXJVEQorALGbLWTuRxyCTJF96lRIV6imcgMehWGJUiJMJhglN0o2tqLIeDnMdiQEE9g== bootstrap@^5.0.1: version "5.0.1"