diff --git a/icons-font/package-lock.json b/icons-font/package-lock.json index 3a2fcf86..033904c9 100644 --- a/icons-font/package-lock.json +++ b/icons-font/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "bootstrap": "^5.3.2", - "bootstrap-icons": "^1.11.2" + "bootstrap-icons": "^1.11.3" }, "devDependencies": { "autoprefixer": "^10.4.17", @@ -550,9 +550,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", @@ -4586,9 +4586,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/icons-font/package.json b/icons-font/package.json index f5b072c5..a39f44c9 100644 --- a/icons-font/package.json +++ b/icons-font/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "bootstrap": "^5.3.2", - "bootstrap-icons": "^1.11.2" + "bootstrap-icons": "^1.11.3" }, "devDependencies": { "autoprefixer": "^10.4.17",