From 99c8d33779f78e29bb3f9e8acfdf5d276797510f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 16:22:54 +0000 Subject: [PATCH] Bump bootstrap-icons from 1.11.3 to 1.13.1 Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.11.3 to 1.13.1. - [Release notes](https://github.com/twbs/icons/releases) - [Commits](https://github.com/twbs/icons/compare/v1.11.3...v1.13.1) --- updated-dependencies: - dependency-name: bootstrap-icons dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54a4969..0e53f78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Creative Commons Attribution 3.0 Unported", "dependencies": { "bootstrap": "5.3.5", - "bootstrap-icons": "1.11.3" + "bootstrap-icons": "1.13.1" } }, "node_modules/@popperjs/core": { @@ -43,9 +43,9 @@ } }, "node_modules/bootstrap-icons": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.3.tgz", - "integrity": "sha512-+3lpHrCw/it2/7lBL15VR0HEumaBss0+f/Lb6ZvHISn1mlK83jjFpooTLsMWbIjJMDjDjOExMsTxnXSIT4k4ww==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.13.1.tgz", + "integrity": "sha512-ijombt4v6bv5CLeXvRWKy7CuM3TRTuPEuGaGKvTV5cz65rQSY8RQ2JcHt6b90cBBAC7s8fsf2EkQDldzCoXUjw==", "funding": [ { "type": "github", @@ -55,7 +55,8 @@ "type": "opencollective", "url": "https://opencollective.com/bootstrap" } - ] + ], + "license": "MIT" } } } diff --git a/package.json b/package.json index df287f6..8291058 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "license": "Creative Commons Attribution 3.0 Unported", "dependencies": { "bootstrap": "5.3.5", - "bootstrap-icons": "1.11.3" + "bootstrap-icons": "1.13.1" } }