From 9aa2cc1882b2ea353e3af530844501f9e1123c3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Aug 2022 04:33:41 +0000 Subject: [PATCH] fix: upgrade bootstrap from 4.6.1 to 4.6.2 Snyk has created this PR to upgrade bootstrap from 4.6.1 to 4.6.2. See this package in npm: https://www.npmjs.com/package/bootstrap See this project in Snyk: https://app.snyk.io/org/dawoudio/project/e27b08aa-e5d2-4b10-8303-630a69d0b669?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 28 +++++++++++++++++----------- package.json | 2 +- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9b2186bdb..890b2a7227 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@fortawesome/fontawesome-free": "^6.1.1", "admin-lte": "3.2.0", "bootbox": "^5.5.2", - "bootstrap": "^4.6.1", + "bootstrap": "^4.6.2", "bootstrap-datepicker": "^1.9.0", "bootstrap-notify": "^3.1.3", "bootstrap-show-password": "^1.2.1", @@ -2587,13 +2587,19 @@ } }, "node_modules/bootstrap": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.1.tgz", - "integrity": "sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - }, + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", + "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], "peerDependencies": { "jquery": "1.9.1 - 3", "popper.js": "^1.16.1" @@ -18974,9 +18980,9 @@ "requires": {} }, "bootstrap": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.1.tgz", - "integrity": "sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", + "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", "requires": {} }, "bootstrap-colorpicker": { diff --git a/package.json b/package.json index a7f42c7756..cffc200215 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@fortawesome/fontawesome-free": "^6.1.1", "admin-lte": "3.2.0", "bootbox": "^5.5.2", - "bootstrap": "^4.6.1", + "bootstrap": "^4.6.2", "bootstrap-datepicker": "^1.9.0", "bootstrap-notify": "^3.1.3", "bootstrap-show-password": "^1.2.1",