diff --git a/package-lock.json b/package-lock.json index 764e37614c..95fcc16973 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "blueimp-file-upload": "^10.32.0", "blueimp-load-image": "~5.16.0", "bootbox": "^6.0.0", - "bootstrap": "^4.6.2", + "bootstrap": "^5.0.1", "bootstrap-calendar": "~0.2.4", "bootstrap-colorpicker": "~2.5.2", "bootstrap-select": ">=1.13.18", @@ -3986,22 +3986,15 @@ } }, "node_modules/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" - } - ], + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.1.tgz", + "integrity": "sha512-Fl79+wsLOZKoiU345KeEaWD0ik8WKRI5zm0YSPj2oF1Qr+BO7z0fco6GbUtqjoG1h4VI89PeKJnMsMMVQdKKTw==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + }, "peerDependencies": { - "jquery": "1.9.1 - 3", - "popper.js": "^1.16.1" + "@popperjs/core": "^2.9.2" } }, "node_modules/bootstrap-calendar": { @@ -8352,18 +8345,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", - "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", - "license": "MIT", - "peer": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, "node_modules/postcss": { "version": "8.4.41", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", diff --git a/package.json b/package.json index 579a3383ba..891bb7d069 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "blueimp-file-upload": "^10.32.0", "blueimp-load-image": "~5.16.0", "bootbox": "^6.0.0", - "bootstrap": "^4.6.2", + "bootstrap": "^5.0.1", "bootstrap-calendar": "~0.2.4", "bootstrap-colorpicker": "~2.5.2", "bootstrap-select": ">=1.13.18",