From 3357dcb9ec853b9773e109aa1208699db72e1602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 08:32:18 +0000 Subject: [PATCH] build(deps): bump the production-dependencies group Bumps the production-dependencies group in /icons-font with 1 update: [bootstrap-icons](https://github.com/twbs/icons). Updates `bootstrap-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 dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- icons-font/package-lock.json | 14 +++++++------- icons-font/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/icons-font/package-lock.json b/icons-font/package-lock.json index 3a2fcf86..033904c9 100644 --- a/icons-font/package-lock.json +++ b/icons-font/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "bootstrap": "^5.3.2", - "bootstrap-icons": "^1.11.2" + "bootstrap-icons": "^1.11.3" }, "devDependencies": { "autoprefixer": "^10.4.17", @@ -550,9 +550,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", @@ -4586,9 +4586,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/icons-font/package.json b/icons-font/package.json index f5b072c5..a39f44c9 100644 --- a/icons-font/package.json +++ b/icons-font/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "bootstrap": "^5.3.2", - "bootstrap-icons": "^1.11.2" + "bootstrap-icons": "^1.11.3" }, "devDependencies": { "autoprefixer": "^10.4.17",