From 89bd1a9124a636d87f4cee3b9c1a4f54f552df2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:11:41 +0000 Subject: [PATCH] Bump bootstrap-icons from 1.10.5 to 1.11.1 Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.10.5 to 1.11.1. - [Release notes](https://github.com/twbs/icons/releases) - [Commits](https://github.com/twbs/icons/compare/v1.10.5...v1.11.1) --- updated-dependencies: - dependency-name: bootstrap-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57c9145..a68c8ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "bootstrap": "^5.3.2", - "bootstrap-icons": "^1.10.5", + "bootstrap-icons": "^1.11.1", "firebase": "^10.4.0", "highlight.js": "^11.8.0", "markdown-it": "^13.0.1", @@ -5829,9 +5829,9 @@ } }, "node_modules/bootstrap-icons": { - "version": "1.10.5", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.10.5.tgz", - "integrity": "sha512-oSX26F37V7QV7NCE53PPEL45d7EGXmBgHG3pDpZvcRaKVzWMqIRL9wcqJUyEha1esFtM3NJzvmxFXDxjJYD0jQ==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.1.tgz", + "integrity": "sha512-F0DDp7nKUX+x/QtpfRZ+XHFya60ng9nfdpdS59vDDfs4Uhuxp7zym/QavMsu/xx51txkoM9eVmpE7D08N35blw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 7fd4f0e..a80c17b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "bootstrap": "^5.3.2", - "bootstrap-icons": "^1.10.5", + "bootstrap-icons": "^1.11.1", "firebase": "^10.4.0", "highlight.js": "^11.8.0", "markdown-it": "^13.0.1",