diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-05-25 13:24:45 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-05-25 13:24:45 +0200 |
commit | 3a7a21406d2ab1de976b582659310bc385319c07 (patch) | |
tree | bcb3b326b4f2121c35794e3479f62516000fc8b8 | |
parent | 20aefc53a697daa6fc29a7cecbcd9b82b064c5a2 (diff) |
Upgrade bootstrap-icons to 1.13.x.
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | 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" } |