diff --git a/package-lock.json b/package-lock.json index 32b1d87..64bd24f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@chantouchsek/validatorjs": "1.2.3", "@tinymce/tinymce-vue": "2.0.0", - "bootstrap": "^4.5.3", + "bootstrap": "^5.0.0", "bootstrap-vue": "^2.23.1", "core-js": "^3.8.3", "jquery": "^3.7.1", @@ -2557,6 +2557,17 @@ "vue": ">=2.0.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==", + "license": "MIT", + "peer": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, "node_modules/@processmaker/vue-multiselect": { "version": "2.3.0", "dev": true, @@ -3326,7 +3337,34 @@ "license": "ISC" }, "node_modules/bootstrap": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", + "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + }, + "peerDependencies": { + "@popperjs/core": "^2.9.2" + } + }, + "node_modules/bootstrap-vue": { + "version": "2.23.1", + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "@nuxt/opencollective": "^0.3.2", + "bootstrap": "^4.6.1", + "popper.js": "^1.16.1", + "portal-vue": "^2.1.7", + "vue-functional-data-merge": "^3.1.0" + } + }, + "node_modules/bootstrap-vue/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", @@ -3343,18 +3381,6 @@ "popper.js": "^1.16.1" } }, - "node_modules/bootstrap-vue": { - "version": "2.23.1", - "hasInstallScript": true, - "license": "MIT", - "dependencies": { - "@nuxt/opencollective": "^0.3.2", - "bootstrap": "^4.6.1", - "popper.js": "^1.16.1", - "portal-vue": "^2.1.7", - "vue-functional-data-merge": "^3.1.0" - } - }, "node_modules/brace-expansion": { "version": "1.1.11", "dev": true, diff --git a/package.json b/package.json index 31c560e..853aeed 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@chantouchsek/validatorjs": "1.2.3", "@tinymce/tinymce-vue": "2.0.0", - "bootstrap": "^4.5.3", + "bootstrap": "^5.0.0", "bootstrap-vue": "^2.23.1", "core-js": "^3.8.3", "jquery": "^3.7.1",