Bump bootstrap from 5.1.2 to 5.1.3 (#289)

This commit is contained in:
dependabot[bot] 2021-11-11 04:22:06 +00:00 committed by GitHub
parent 2f2ad0ccdc
commit f71d1d4608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.0.0-beta2",
"bootstrap": "^5.1.2"
"bootstrap": "^5.1.3"
}
},
"node_modules/@fortawesome/fontawesome-pro": {
@ -32,9 +32,9 @@
}
},
"node_modules/bootstrap": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.2.tgz",
"integrity": "sha512-me838a7TSEkldKyplkx21dqFm16+9NbH/rCj3Myo+h2cByyjckqV4m0OnS8QBsSDEoBv8R2jHqfulGQXpvM8Bw==",
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz",
"integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
@ -57,9 +57,9 @@
"peer": true
},
"bootstrap": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.2.tgz",
"integrity": "sha512-me838a7TSEkldKyplkx21dqFm16+9NbH/rCj3Myo+h2cByyjckqV4m0OnS8QBsSDEoBv8R2jHqfulGQXpvM8Bw==",
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz",
"integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==",
"requires": {}
}
}

View File

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