Browse Source
Feature/upgrade bootstrap to version 4.6.2 (#4631)
* Upgrade bootstrap to version 4.6.2
* Update changelog
pull/4643/head
Thomas Kaul
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
16 additions and
9 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
@ -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==", |
|
|
|
"license": "MIT", |
|
|
|
"funding": { |
|
|
|
"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", |
|
|
|
"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", |
|
|
|