diff --git a/viplab-standalone-frontend-vue/package-lock.json b/viplab-standalone-frontend-vue/package-lock.json index 3f75bb0..495d442 100644 --- a/viplab-standalone-frontend-vue/package-lock.json +++ b/viplab-standalone-frontend-vue/package-lock.json @@ -17,7 +17,7 @@ "ajv": "^6.12.6", "ansi_up": "^5.1.0", "base64url": "^3.0.1", - "bootstrap": "^4.5.3", + "bootstrap": "^5.2.3", "bootstrap-vue": "^2.21.2", "buffer": "^6.0.3", "crypto-js": "^4.0.0", @@ -4392,9 +4392,9 @@ "dev": true }, "node_modules/bootstrap": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", - "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.3.tgz", + "integrity": "sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==", "funding": [ { "type": "github", @@ -4406,8 +4406,7 @@ } ], "peerDependencies": { - "jquery": "1.9.1 - 3", - "popper.js": "^1.16.1" + "@popperjs/core": "^2.11.6" } }, "node_modules/bootstrap-vue": { @@ -4423,6 +4422,25 @@ "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", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "peerDependencies": { + "jquery": "1.9.1 - 3", + "popper.js": "^1.16.1" + } + }, "node_modules/boundary-cells": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/boundary-cells/-/boundary-cells-2.0.2.tgz", @@ -20525,9 +20543,9 @@ "dev": true }, "bootstrap": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", - "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.3.tgz", + "integrity": "sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==", "requires": {} }, "bootstrap-vue": { @@ -20540,6 +20558,14 @@ "popper.js": "^1.16.1", "portal-vue": "^2.1.7", "vue-functional-data-merge": "^3.1.0" + }, + "dependencies": { + "bootstrap": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", + "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", + "requires": {} + } } }, "boundary-cells": { diff --git a/viplab-standalone-frontend-vue/package.json b/viplab-standalone-frontend-vue/package.json index f889962..f05e4a3 100644 --- a/viplab-standalone-frontend-vue/package.json +++ b/viplab-standalone-frontend-vue/package.json @@ -17,7 +17,7 @@ "ajv": "^6.12.6", "ansi_up": "^5.1.0", "base64url": "^3.0.1", - "bootstrap": "^4.5.3", + "bootstrap": "^5.2.3", "bootstrap-vue": "^2.21.2", "buffer": "^6.0.3", "crypto-js": "^4.0.0",