summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSheogorath2019-01-11 01:56:44 +0100
committerSheogorath2019-01-11 01:56:52 +0100
commit62477f02791d87fa1834588b99bd7e6fe1cef7fd (patch)
treeafbd401dd9e59ea4b1042f31621e4f4c808edcff /package.json
parent4eb7748adb943005b953648c6dcad1f898600816 (diff)
Update bootstrap from 3.3.7 to 3.4.0
Seems like finally there is a new bootstrap version for old version 3. This patch implements this new version with CodiMD and this way fixes some possible security issues in the frontend code. See: https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-72889 https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-72890 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3e2f590d..30c4bf8d 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"azure-storage": "^2.7.0",
"base64url": "^3.0.0",
"body-parser": "^1.15.2",
- "bootstrap": "^3.3.7",
+ "bootstrap": "^3.4.0",
"bootstrap-validator": "^0.11.8",
"chance": "^1.0.4",
"cheerio": "^0.22.0",