From 923874626198dd69f4d738e35e7c818300ed81c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 07:46:25 +0000 Subject: [PATCH] build(deps): bump bootstrap-icons from 1.11.2 to 1.11.3 in /templates (#9593) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- templates/package-lock.json | 14 +++++++------- templates/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/package-lock.json b/templates/package-lock.json index c4ba3e1ae79..82d44027d7d 100644 --- a/templates/package-lock.json +++ b/templates/package-lock.json @@ -19,7 +19,7 @@ "@websanova/url": "^2.6.3", "anchor-js": "^5.0.0", "bootstrap": "^5.3.2", - "bootstrap-icons": "^1.11.2", + "bootstrap-icons": "^1.11.3", "highlight.js": "^11.9.0", "idb-keyval": "^6.2.1", "jquery": "3.7.0", @@ -2888,9 +2888,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", @@ -12290,9 +12290,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==" }, "brace-expansion": { "version": "1.1.11", diff --git a/templates/package.json b/templates/package.json index 2cf7a228722..b67945f64bf 100644 --- a/templates/package.json +++ b/templates/package.json @@ -28,7 +28,7 @@ "@websanova/url": "^2.6.3", "anchor-js": "^5.0.0", "bootstrap": "^5.3.2", - "bootstrap-icons": "^1.11.2", + "bootstrap-icons": "^1.11.3", "highlight.js": "^11.9.0", "idb-keyval": "^6.2.1", "jquery": "3.7.0",