From 3a7a21406d2ab1de976b582659310bc385319c07 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 25 May 2025 13:24:45 +0200 Subject: Upgrade bootstrap-icons to 1.13.x. --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab71c09..73f9e67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "AGPL-3.0-or-later", "dependencies": { "bootstrap": "5.3.x", - "bootstrap-icons": "1.11.x", + "bootstrap-icons": "1.13.x", "ol": "10.5.x", "proj4": "2.17.x" }, @@ -691,9 +691,9 @@ } }, "node_modules/bootstrap-icons": { - "version": "1.11.4", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.4.tgz", - "integrity": "sha512-P/3I5KsoS8tDvpBLolRBZnRkkKysUXM8Rm00nnazHY+eZ/o/smJZEDPbKI+d+XZLWdiaYDBB+ikUiCl7BogyKg==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.13.1.tgz", + "integrity": "sha512-ijombt4v6bv5CLeXvRWKy7CuM3TRTuPEuGaGKvTV5cz65rQSY8RQ2JcHt6b90cBBAC7s8fsf2EkQDldzCoXUjw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 7b957e4..ab316e6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "bootstrap": "5.3.x", - "bootstrap-icons": "1.11.x", + "bootstrap-icons": "1.13.x", "ol": "10.5.x", "proj4": "2.17.x" } -- cgit v1.2.3