diff --git a/_includes/head.html b/_includes/head.html index 4576d7c7..003d84ec 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -34,7 +34,7 @@ - - - + + + diff --git a/_layouts/default.html b/_layouts/default.html index dc14bc54..054e1b0f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,8 +8,8 @@
{{ content }}
- - - + + + diff --git a/package-lock.json b/package-lock.json index cf532b6b..43607f41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@fortawesome/fontawesome-pro": "^6.0.0-alpha3", - "bootstrap": "^5.0.0-beta3" + "bootstrap": "^5.0.0" } }, "node_modules/@fortawesome/fontawesome-pro": { @@ -32,15 +32,15 @@ } }, "node_modules/bootstrap": { - "version": "5.0.0-beta3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0-beta3.tgz", - "integrity": "sha512-0urccjfIOzhrb9qJysN8XW/DRw6rg3zH7qLeKIp4Zyl8+Ens4JWB0NC0cB5AhnSFPd2tftRggjwCMxablo6Tpg==", + "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": { - "@popperjs/core": "^2.9.1" + "@popperjs/core": "^2.9.2" } } }, @@ -57,9 +57,9 @@ "peer": true }, "bootstrap": { - "version": "5.0.0-beta3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0-beta3.tgz", - "integrity": "sha512-0urccjfIOzhrb9qJysN8XW/DRw6rg3zH7qLeKIp4Zyl8+Ens4JWB0NC0cB5AhnSFPd2tftRggjwCMxablo6Tpg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", + "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==", "requires": {} } } diff --git a/package.json b/package.json index 98a1cff0..7f12d9ce 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "homepage": "https://github.com/privacyguides/privacyguides#readme", "dependencies": { "@fortawesome/fontawesome-pro": "^6.0.0-alpha3", - "bootstrap": "^5.0.0-beta3" + "bootstrap": "^5.0.0" } }