From ba6efa77d84cc7b7691dd2180ab134a598dca5b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:30:34 +0000 Subject: [PATCH] Build(deps): Bump bootstrap-icons from 1.10.2 to 1.11.2 in /assets Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.10.2 to 1.11.2. - [Release notes](https://github.com/twbs/icons/releases) - [Commits](https://github.com/twbs/icons/compare/v1.10.2...v1.11.2) --- updated-dependencies: - dependency-name: bootstrap-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- assets/package-lock.json | 32 ++++++++++++++++++++------------ assets/package.json | 2 +- 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index b946f6f7..5d597c88 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@popperjs/core": "^2.11.6", "bootstrap": "^5.2.1", - "bootstrap-icons": "^1.9.1", + "bootstrap-icons": "^1.11.2", "clipboard": "^2.0.10", "nprogress": "^0.2.0", "phoenix": "file:../deps/phoenix", @@ -19,15 +19,13 @@ } }, "../deps/phoenix": { - "version": "1.6.15", - "license": "MIT" + "version": "0.0.1" }, "../deps/phoenix_html": { - "version": "3.2.0" + "version": "0.0.1" }, "../deps/phoenix_live_view": { - "version": "0.18.3", - "license": "MIT" + "version": "0.0.1" }, "node_modules/@popperjs/core": { "version": "2.11.6", @@ -57,9 +55,19 @@ } }, "node_modules/bootstrap-icons": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.10.2.tgz", - "integrity": "sha512-PTPYadRn1AMGr+QTSxe4ZCc+Wzv9DGZxbi3lNse/dajqV31n2/wl/7NX78ZpkvFgRNmH4ogdIQPQmxAfhEV6nA==" + "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==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ] }, "node_modules/clipboard": { "version": "2.0.11", @@ -138,9 +146,9 @@ "requires": {} }, "bootstrap-icons": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.10.2.tgz", - "integrity": "sha512-PTPYadRn1AMGr+QTSxe4ZCc+Wzv9DGZxbi3lNse/dajqV31n2/wl/7NX78ZpkvFgRNmH4ogdIQPQmxAfhEV6nA==" + "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==" }, "clipboard": { "version": "2.0.11", diff --git a/assets/package.json b/assets/package.json index a57b103c..323f77cf 100644 --- a/assets/package.json +++ b/assets/package.json @@ -5,7 +5,7 @@ "dependencies": { "@popperjs/core": "^2.11.6", "bootstrap": "^5.2.1", - "bootstrap-icons": "^1.9.1", + "bootstrap-icons": "^1.11.2", "clipboard": "^2.0.10", "nprogress": "^0.2.0", "phoenix": "file:../deps/phoenix",