Feature/upgrade bootstrap to version 4.6.2 (#4631)
* Upgrade bootstrap to version 4.6.2 * Update changelog
This commit is contained in:
parent
f70d71d5bd
commit
72188374ca
@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Changed
|
||||
|
||||
- Improved the language localization for Français (`fr`)
|
||||
- Upgraded `bootstrap` from version `4.6.0` to `4.6.2`
|
||||
|
||||
### Fixed
|
||||
|
||||
|
22
package-lock.json
generated
22
package-lock.json
generated
@ -47,7 +47,7 @@
|
||||
"@stripe/stripe-js": "5.4.0",
|
||||
"alphavantage": "2.2.0",
|
||||
"big.js": "6.2.2",
|
||||
"bootstrap": "4.6.0",
|
||||
"bootstrap": "4.6.2",
|
||||
"bull": "4.16.5",
|
||||
"cache-manager": "5.7.6",
|
||||
"cache-manager-redis-yet": "5.1.4",
|
||||
@ -14322,14 +14322,20 @@
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/bootstrap": {
|
||||
"version": "4.6.0",
|
||||
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz",
|
||||
"integrity": "sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==",
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/bootstrap"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"jquery": "1.9.1 - 3",
|
||||
"popper.js": "^1.16.1"
|
||||
|
@ -93,7 +93,7 @@
|
||||
"@stripe/stripe-js": "5.4.0",
|
||||
"alphavantage": "2.2.0",
|
||||
"big.js": "6.2.2",
|
||||
"bootstrap": "4.6.0",
|
||||
"bootstrap": "4.6.2",
|
||||
"bull": "4.16.5",
|
||||
"cache-manager": "5.7.6",
|
||||
"cache-manager-redis-yet": "5.1.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user