From 01b264b1c0ed09227bef9284450173b36fd914b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Jun 2025 05:25:19 +0000 Subject: [PATCH] fix: upgrade bootstrap-icons from 1.12.1 to 1.13.1 Snyk has created this PR to upgrade bootstrap-icons from 1.12.1 to 1.13.1. See this package in npm: bootstrap-icons See this project in Snyk: https://app.snyk.io/org/devuri/project/6f051baf-6c4f-4fb8-930d-79a11b936442?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e5d6de..8254869 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "license": "GPL-2.0-only", "dependencies": { "bootstrap": "^5.2.0", - "bootstrap-icons": "^1.12.1", + "bootstrap-icons": "^1.13.1", "jquery": "^3.6.0", "milligram": "^1.4.1" }, @@ -2853,9 +2853,9 @@ } }, "node_modules/bootstrap-icons": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.12.1.tgz", - "integrity": "sha512-ekwupjsteHQmgGV+haQ0nNMoSyKCbJj5ou+06vFzb9uR2/bwN9isNEgXBaQzcT+fLzhKS3OaBNpwz8XdZlIgYQ==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.13.1.tgz", + "integrity": "sha512-ijombt4v6bv5CLeXvRWKy7CuM3TRTuPEuGaGKvTV5cz65rQSY8RQ2JcHt6b90cBBAC7s8fsf2EkQDldzCoXUjw==", "funding": [ { "type": "github", @@ -2865,7 +2865,8 @@ "type": "opencollective", "url": "https://opencollective.com/bootstrap" } - ] + ], + "license": "MIT" }, "node_modules/brace-expansion": { "version": "1.1.11", @@ -11638,9 +11639,9 @@ "requires": {} }, "bootstrap-icons": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.12.1.tgz", - "integrity": "sha512-ekwupjsteHQmgGV+haQ0nNMoSyKCbJj5ou+06vFzb9uR2/bwN9isNEgXBaQzcT+fLzhKS3OaBNpwz8XdZlIgYQ==" + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.13.1.tgz", + "integrity": "sha512-ijombt4v6bv5CLeXvRWKy7CuM3TRTuPEuGaGKvTV5cz65rQSY8RQ2JcHt6b90cBBAC7s8fsf2EkQDldzCoXUjw==" }, "brace-expansion": { "version": "1.1.11", diff --git a/package.json b/package.json index 5760e0f..acb5ece 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "bootstrap": "^5.2.0", - "bootstrap-icons": "^1.12.1", + "bootstrap-icons": "^1.13.1", "jquery": "^3.6.0", "milligram": "^1.4.1" }