From 381a8c934db6a36e02cf62e782b8e9f349b1b3d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 May 2024 20:59:36 +0000 Subject: [PATCH] fix: upgrade bootstrap-icons from 1.11.1 to 1.11.3 Snyk has created this PR to upgrade bootstrap-icons from 1.11.1 to 1.11.3. 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 | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 441297f..ce00cbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { - "name": "npm-proj-1697812642920-0.8746103568682619qDCtfj", + "name": "npm-proj-1717102773308-0.7846303029080988odC5bg", "lockfileVersion": 3, "requires": true, "packages": { "": { "dependencies": { - "bootstrap-icons": "^1.11.1" + "bootstrap-icons": "^1.11.3" } }, "node_modules/bootstrap-icons": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.1.tgz", - "integrity": "sha512-F0DDp7nKUX+x/QtpfRZ+XHFya60ng9nfdpdS59vDDfs4Uhuxp7zym/QavMsu/xx51txkoM9eVmpE7D08N35blw==", + "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", @@ -21,7 +21,8 @@ "type": "opencollective", "url": "https://opencollective.com/bootstrap" } - ] + ], + "license": "MIT" } } } diff --git a/package.json b/package.json index 2d8df76..ab05676 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "bootstrap-icons": "^1.11.1" + "bootstrap-icons": "^1.11.3" } }