diff --git a/package-lock.json b/package-lock.json index f18aa1e..6c8c4b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Creative Commons Attribution 3.0 Unported", "dependencies": { "bootstrap": "^5.3.3", - "bootstrap-icons": "^1.11.3" + "bootstrap-icons": "^1.13.1" } }, "node_modules/@popperjs/core": { @@ -42,9 +42,9 @@ } }, "node_modules/bootstrap-icons": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.3.tgz", - "integrity": "sha512-+3lpHrCw/it2/7lBL15VR0HEumaBss0+f/Lb6ZvHISn1mlK83jjFpooTLsMWbIjJMDjDjOExMsTxnXSIT4k4ww==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.13.1.tgz", + "integrity": "sha512-ijombt4v6bv5CLeXvRWKy7CuM3TRTuPEuGaGKvTV5cz65rQSY8RQ2JcHt6b90cBBAC7s8fsf2EkQDldzCoXUjw==", "funding": [ { "type": "github", @@ -54,7 +54,8 @@ "type": "opencollective", "url": "https://opencollective.com/bootstrap" } - ] + ], + "license": "MIT" } } } diff --git a/package.json b/package.json index f3d331c..7bb9fe8 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "license": "Creative Commons Attribution 3.0 Unported", "dependencies": { "bootstrap": "^5.3.3", - "bootstrap-icons": "^1.11.3" + "bootstrap-icons": "^1.13.1" } }