diff --git a/templates/package-lock.json b/templates/package-lock.json index c4ba3e1ae79..82d44027d7d 100644 --- a/templates/package-lock.json +++ b/templates/package-lock.json @@ -19,7 +19,7 @@ "@websanova/url": "^2.6.3", "anchor-js": "^5.0.0", "bootstrap": "^5.3.2", - "bootstrap-icons": "^1.11.2", + "bootstrap-icons": "^1.11.3", "highlight.js": "^11.9.0", "idb-keyval": "^6.2.1", "jquery": "3.7.0", @@ -2888,9 +2888,9 @@ } }, "node_modules/bootstrap-icons": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.2.tgz", - "integrity": "sha512-TgdiPv+IM9tgDb+dsxrnGIyocsk85d2M7T0qIgkvPedZeoZfyeG/j+yiAE4uHCEayKef2RP05ahQ0/e9Sv75Wg==", + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.3.tgz", + "integrity": "sha512-+3lpHrCw/it2/7lBL15VR0HEumaBss0+f/Lb6ZvHISn1mlK83jjFpooTLsMWbIjJMDjDjOExMsTxnXSIT4k4ww==", "funding": [ { "type": "github", @@ -12290,9 +12290,9 @@ "requires": {} }, "bootstrap-icons": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.2.tgz", - "integrity": "sha512-TgdiPv+IM9tgDb+dsxrnGIyocsk85d2M7T0qIgkvPedZeoZfyeG/j+yiAE4uHCEayKef2RP05ahQ0/e9Sv75Wg==" + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.3.tgz", + "integrity": "sha512-+3lpHrCw/it2/7lBL15VR0HEumaBss0+f/Lb6ZvHISn1mlK83jjFpooTLsMWbIjJMDjDjOExMsTxnXSIT4k4ww==" }, "brace-expansion": { "version": "1.1.11", diff --git a/templates/package.json b/templates/package.json index 2cf7a228722..b67945f64bf 100644 --- a/templates/package.json +++ b/templates/package.json @@ -28,7 +28,7 @@ "@websanova/url": "^2.6.3", "anchor-js": "^5.0.0", "bootstrap": "^5.3.2", - "bootstrap-icons": "^1.11.2", + "bootstrap-icons": "^1.11.3", "highlight.js": "^11.9.0", "idb-keyval": "^6.2.1", "jquery": "3.7.0",