Skip to content

Commit 59b6fcc

Browse files
authored
Merge pull request DefectDojo#1810 from valentijnscholten/security/update-bootstrap
Security/update bootstrap
2 parents 52e36cf + 435e393 commit 59b6fcc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

components/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
"@yarn_components/mocha": "mochajs/mocha#~1.17.1",
2929
"@yarn_components/moment": "moment/moment#^2.9.0",
3030
"@yarn_components/morrisjs": "morrisjs/morris.js#~0.5.1",
31+
"@yarn_components/simplemde": "sparksuite/simplemde-markdown-editor#1.11.2",
3132
"@yarn_components/startbootstrap-sb-admin-2": "BlackrockDigital/startbootstrap-sb-admin-2#~3.3.7+1",
32-
"@yarn_components/simplemde": "sparksuite/simplemde-markdown-editor#1.11.2"
33+
"bootstrap": "^3.4.1"
3334
},
3435
"engines": {
3536
"yarn": ">= 1.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"@yarn_components/JUMFlot": "jumjum123/JUMFlot#*",
4-
"@yarn_components/bootstrap": "twbs/bootstrap#~3.3.7",
4+
"@yarn_components/bootstrap": "twbs/bootstrap#~3.4.1",
55
"@yarn_components/bootstrap-social": "lipis/bootstrap-social#~4.8.0",
66
"@yarn_components/bootstrap-wysiwyg-steveathon": "steveathon/bootstrap-wysiwyg#*",
77
"@yarn_components/bootswatch-dist": "dbtek/bootswatch-dist#readable",

0 commit comments

Comments
 (0)