Skip to content

Commit 82f0438

Browse files
Update dependency bootstrap to v5 [SECURITY] (#67)
* Update dependency bootstrap to v5 [SECURITY] * upgrade Bootstrap version in Ember Bootstrap configuration as well --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jeldrik Hanschke <[email protected]>
1 parent 01cdb3a commit 82f0438

File tree

3 files changed

+9
-22
lines changed

3 files changed

+9
-22
lines changed

ember-cli-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = function (defaults) {
66
let app = new EmberAddon(defaults, {
77
// Add options here
88
'ember-bootstrap': {
9-
bootstrapVersion: 4,
9+
bootstrapVersion: 5,
1010
importBootstrapFont: false,
1111
importBootstrapCSS: true,
1212
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@glimmer/component": "1.1.2",
4242
"@glimmer/tracking": "1.1.2",
4343
"babel-eslint": "10.1.0",
44-
"bootstrap": "4.6.2",
44+
"bootstrap": "5.0.0",
4545
"broccoli-asset-rev": "3.0.0",
4646
"ember-auto-import": "2.4.2",
4747
"ember-bootstrap": "5.1.1",

pnpm-lock.yaml

Lines changed: 7 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)