From a47df93db42965f81bafcc35278a8f97a5491564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 05:08:57 +0000 Subject: [PATCH] Bump bootstrap-icons from 1.11.2 to 1.11.3 in /theme Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.11.2 to 1.11.3. - [Release notes](https://github.com/twbs/icons/releases) - [Commits](https://github.com/twbs/icons/compare/v1.11.2...v1.11.3) --- updated-dependencies: - dependency-name: bootstrap-icons dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- theme/package-lock.json | 14 +++++++------- theme/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/theme/package-lock.json b/theme/package-lock.json index 08233ef19e..cd765e6882 100644 --- a/theme/package-lock.json +++ b/theme/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "bootstrap": "5.3.2", - "bootstrap-icons": "1.11.2", + "bootstrap-icons": "1.11.3", "instant.page": "5.2.0" } }, @@ -39,9 +39,9 @@ } }, "node_modules/bootstrap-icons": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.2.tgz", - "integrity": "sha512-TgdiPv+IM9tgDb+dsxrnGIyocsk85d2M7T0qIgkvPedZeoZfyeG/j+yiAE4uHCEayKef2RP05ahQ0/e9Sv75Wg==", + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.3.tgz", + "integrity": "sha512-+3lpHrCw/it2/7lBL15VR0HEumaBss0+f/Lb6ZvHISn1mlK83jjFpooTLsMWbIjJMDjDjOExMsTxnXSIT4k4ww==", "funding": [ { "type": "github", @@ -73,9 +73,9 @@ "requires": {} }, "bootstrap-icons": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.2.tgz", - "integrity": "sha512-TgdiPv+IM9tgDb+dsxrnGIyocsk85d2M7T0qIgkvPedZeoZfyeG/j+yiAE4uHCEayKef2RP05ahQ0/e9Sv75Wg==" + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.3.tgz", + "integrity": "sha512-+3lpHrCw/it2/7lBL15VR0HEumaBss0+f/Lb6ZvHISn1mlK83jjFpooTLsMWbIjJMDjDjOExMsTxnXSIT4k4ww==" }, "instant.page": { "version": "5.2.0", diff --git a/theme/package.json b/theme/package.json index d08e2d5b78..6c7dabfd2b 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "dependencies": { "bootstrap": "5.3.2", - "bootstrap-icons": "1.11.2", + "bootstrap-icons": "1.11.3", "instant.page": "5.2.0" } }