From bb0e3e61d3f7ffd9b4b7b6fe823d1af8f3eb86ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 10:23:10 +0000 Subject: [PATCH] Bump bootstrap-icons from 1.10.3 to 1.10.5 Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.10.3 to 1.10.5. - [Release notes](https://github.com/twbs/icons/releases) - [Commits](https://github.com/twbs/icons/compare/v1.10.3...v1.10.5) --- updated-dependencies: - dependency-name: bootstrap-icons dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99972a3..1a01b02 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.2.3", - "bootstrap-icons": "^1.10.3", + "bootstrap-icons": "^1.10.5", "firebase": "^9.17.2", "highlight.js": "^11.7.0", "markdown-it": "^13.0.1", @@ -5804,9 +5804,19 @@ } }, "node_modules/bootstrap-icons": { - "version": "1.10.3", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.10.3.tgz", - "integrity": "sha512-7Qvj0j0idEm/DdX9Q0CpxAnJYqBCFCiUI6qzSPYfERMcokVuV9Mdm/AJiVZI8+Gawe4h/l6zFcOzvV7oXCZArw==" + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.10.5.tgz", + "integrity": "sha512-oSX26F37V7QV7NCE53PPEL45d7EGXmBgHG3pDpZvcRaKVzWMqIRL9wcqJUyEha1esFtM3NJzvmxFXDxjJYD0jQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ] }, "node_modules/brace-expansion": { "version": "1.1.11", diff --git a/package.json b/package.json index 071188b..e3dd845 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.2.3", - "bootstrap-icons": "^1.10.3", + "bootstrap-icons": "^1.10.5", "firebase": "^9.17.2", "highlight.js": "^11.7.0", "markdown-it": "^13.0.1",