diff --git a/a-career-woman-in-street-clothes/posts/package.json b/a-career-woman-in-street-clothes/posts/package.json index 53399fd..104dc99 100644 --- a/a-career-woman-in-street-clothes/posts/package.json +++ b/a-career-woman-in-street-clothes/posts/package.json @@ -38,7 +38,7 @@ } ], "dependencies": { - "bootstrap": "4.3.1", + "bootstrap": "5.0.0", "jquery": "3.5.0" }, "deprecated": false, diff --git a/package-lock.json b/package-lock.json index 4a03a7f..33c18e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.0.0-beta.2", "license": "MIT", "dependencies": { - "bootstrap": "^4.0.0-beta.2", + "bootstrap": "^5.0.0-alpha1", "font-awesome": "4.7.0", "jquery": "^3.2.1", "jquery.easing": "^1.4.1", @@ -388,22 +388,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.0-alpha1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0-alpha1.tgz", + "integrity": "sha512-iwKneP2pLXl8lN0YpnOuOARiNPTzmh/4cw+Un86u4OqrMLuQpyMC7nO07hvivvcg0B/ektJPjuPnS1s+YmRK9A==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + }, "peerDependencies": { - "jquery": "1.9.1 - 3", - "popper.js": "^1.16.1" + "popper.js": "^1.16.0" } }, "node_modules/brace-expansion": { diff --git a/package.json b/package.json index 91d55d7..2a394a0 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "url": "https://github.com/BlackrockDigital/startbootstrap-agency.git" }, "dependencies": { - "bootstrap": "^4.0.0-beta.2", + "bootstrap": "^5.0.0-alpha1", "font-awesome": "4.7.0", "jquery": "^3.2.1", "jquery.easing": "^1.4.1",