1
0
mirror of https://github.com/flarum/core.git synced 2025-08-30 11:30:21 +02:00

NPM: Update bootstrap package

The old version had a vulnerability.

See https://nvd.nist.gov/vuln/detail/CVE-2019-8331.
This commit is contained in:
Franz Liedke
2019-03-03 20:27:14 +01:00
parent e8ab49abc1
commit d959d08561
2 changed files with 25 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
"private": true,
"name": "@flarum/core",
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap": "^3.4.1",
"classnames": "^2.2.5",
"color-thief-browser": "^2.0.2",
"expose-loader": "^0.7.5",