From 8cc0806e82631aba55b4cb5072955d95617b3540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:46:54 +0100 Subject: [PATCH] Build(deps): Bump bootstrap-icons from 1.11.2 to 1.11.3 in /assets (#221) 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> --- assets/package-lock.json | 14 +++++++------- assets/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index 1b54997a..6f0fe94f 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.2", - "bootstrap-icons": "^1.11.2", + "bootstrap-icons": "^1.11.3", "clipboard": "^2.0.10", "nprogress": "^0.2.0", "phoenix": "file:../deps/phoenix", @@ -55,9 +55,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", @@ -146,9 +146,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==" }, "clipboard": { "version": "2.0.11", diff --git a/assets/package.json b/assets/package.json index 84dcd7b0..54ff0e1f 100644 --- a/assets/package.json +++ b/assets/package.json @@ -5,7 +5,7 @@ "dependencies": { "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.2", - "bootstrap-icons": "^1.11.2", + "bootstrap-icons": "^1.11.3", "clipboard": "^2.0.10", "nprogress": "^0.2.0", "phoenix": "file:../deps/phoenix",