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" }