From a64549f69116b7e17aa6337e10bd3ff49b6920d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Sep 2025 06:52:01 +0000 Subject: [PATCH] fix: upgrade bootstrap-icons from 1.11.3 to 1.13.1 Snyk has created this PR to upgrade bootstrap-icons from 1.11.3 to 1.13.1. See this package in npm: bootstrap-icons See this project in Snyk: https://app.snyk.io/org/hritik.hritiksingh/project/e0196a6b-3b14-4730-915a-c1d9e6ab6770?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf3355b..c510988 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { - "name": "relock-npm-lock-v2-4DxLan", + "name": "relock-npm-lock-v2-ZuJp9V", "lockfileVersion": 3, "requires": true, "packages": { "": { "dependencies": { - "bootstrap-icons": "^1.11.3" + "bootstrap-icons": "^1.13.1" } }, "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", diff --git a/package.json b/package.json index ab05676..14289f1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "bootstrap-icons": "^1.11.3" + "bootstrap-icons": "^1.13.1" } }