Bump bootstrap from 5.0.0-beta3 to 5.0.0

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.0.0-beta3 to 5.0.0.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v5.0.0-beta3...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-06 08:19:22 +00:00 committed by Jonah Aragon
parent d3df46a21d
commit 5504c50d9c
4 changed files with 15 additions and 15 deletions

View File

@ -34,7 +34,7 @@
<meta name="theme-color" content="#ffd06f"> <meta name="theme-color" content="#ffd06f">
<!-- CSS stylesheets --> <!-- CSS stylesheets -->
<link href="/assets/css/app.css?v=5" rel="stylesheet"> <link href="/assets/css/app.css?v=20210506" rel="stylesheet">
<link href="/assets/fonts/vendor/fontawesome/css/all.min.css" rel="stylesheet"> <link href="/assets/fonts/vendor/fontawesome/css/all.min.css?v=6.0.0-alpha3" rel="stylesheet">
<link id="dark-css" href="/assets/css/dark.css?v=5" rel="stylesheet" media="(prefers-color-scheme: dark)"> <link id="dark-css" href="/assets/css/dark.css?v=20210506" rel="stylesheet" media="(prefers-color-scheme: dark)">
</head> </head>

View File

@ -8,8 +8,8 @@
<main> <main>
{{ content }} {{ content }}
</main> </main>
<script src="/assets/js/vendor/bootstrap.bundle.min.js?v=5.0.0-beta3"></script> <script src="/assets/js/vendor/bootstrap.bundle.min.js?v=5.0.0"></script>
<script src="/assets/js/sortable.min.js?v=6"></script> <script src="/assets/js/sortable.min.js?v=20210506"></script>
<script src="/assets/js/main.js?v=7"></script> <script src="/assets/js/main.js?v=20210506"></script>
</body> </body>
</html> </html>

16
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-pro": "^6.0.0-alpha3", "@fortawesome/fontawesome-pro": "^6.0.0-alpha3",
"bootstrap": "^5.0.0-beta3" "bootstrap": "^5.0.0"
} }
}, },
"node_modules/@fortawesome/fontawesome-pro": { "node_modules/@fortawesome/fontawesome-pro": {
@ -32,15 +32,15 @@
} }
}, },
"node_modules/bootstrap": { "node_modules/bootstrap": {
"version": "5.0.0-beta3", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0-beta3.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz",
"integrity": "sha512-0urccjfIOzhrb9qJysN8XW/DRw6rg3zH7qLeKIp4Zyl8+Ens4JWB0NC0cB5AhnSFPd2tftRggjwCMxablo6Tpg==", "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==",
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
"url": "https://opencollective.com/bootstrap" "url": "https://opencollective.com/bootstrap"
}, },
"peerDependencies": { "peerDependencies": {
"@popperjs/core": "^2.9.1" "@popperjs/core": "^2.9.2"
} }
} }
}, },
@ -57,9 +57,9 @@
"peer": true "peer": true
}, },
"bootstrap": { "bootstrap": {
"version": "5.0.0-beta3", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0-beta3.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz",
"integrity": "sha512-0urccjfIOzhrb9qJysN8XW/DRw6rg3zH7qLeKIp4Zyl8+Ens4JWB0NC0cB5AhnSFPd2tftRggjwCMxablo6Tpg==", "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==",
"requires": {} "requires": {}
} }
} }

View File

@ -23,6 +23,6 @@
"homepage": "https://github.com/privacyguides/privacyguides#readme", "homepage": "https://github.com/privacyguides/privacyguides#readme",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-pro": "^6.0.0-alpha3", "@fortawesome/fontawesome-pro": "^6.0.0-alpha3",
"bootstrap": "^5.0.0-beta3" "bootstrap": "^5.0.0"
} }
} }