diff --git a/docroot/themes/custom/drupalpt/package-lock.json b/docroot/themes/custom/drupalpt/package-lock.json index 49d93d48c..5d3ab5068 100644 --- a/docroot/themes/custom/drupalpt/package-lock.json +++ b/docroot/themes/custom/drupalpt/package-lock.json @@ -9,30 +9,32 @@ "version": "8.4.1", "license": "MIT", "dependencies": { - "bootstrap": "^4.3.1", + "bootstrap": "^5.0.0", "jquery": "^3.3.1", "popper.js": "^1.14.3", "sass": "^1.55.0" } }, + "node_modules/@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "peer": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, "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" - } - ], - "license": "MIT", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", + "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==", + "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/chokidar": { diff --git a/docroot/themes/custom/drupalpt/package.json b/docroot/themes/custom/drupalpt/package.json index 15167dbe0..8a18f47c2 100644 --- a/docroot/themes/custom/drupalpt/package.json +++ b/docroot/themes/custom/drupalpt/package.json @@ -17,7 +17,7 @@ "author": "@hatuhay", "license": "MIT", "dependencies": { - "bootstrap": "^4.3.1", + "bootstrap": "^5.0.0", "jquery": "^3.3.1", "popper.js": "^1.14.3", "sass": "^1.55.0"