Updated Bootstrap dependecy

This commit is contained in:
n1474335 2019-06-27 16:58:26 +01:00
parent 12898a1a8e
commit 19a438c15b
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -2960,9 +2960,9 @@
"dev": true "dev": true
}, },
"bootstrap": { "bootstrap": {
"version": "4.2.1", "version": "4.3.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.2.1.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz",
"integrity": "sha512-tt/7vIv3Gm2mnd/WeDx36nfGGHleil0Wg8IeB7eMrVkY0fZ5iTaBisSh8oNANc2IBsCc6vCgCNTIM/IEN0+50Q==" "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag=="
}, },
"bootstrap-colorpicker": { "bootstrap-colorpicker": {
"version": "2.5.3", "version": "2.5.3",
@ -2973,9 +2973,9 @@
} }
}, },
"bootstrap-material-design": { "bootstrap-material-design": {
"version": "4.1.1", "version": "4.1.2",
"resolved": "https://registry.npmjs.org/bootstrap-material-design/-/bootstrap-material-design-4.1.1.tgz", "resolved": "https://registry.npmjs.org/bootstrap-material-design/-/bootstrap-material-design-4.1.2.tgz",
"integrity": "sha1-h0M9sL9k1qCvsPX6qoYGE0ydJtI=" "integrity": "sha512-hKeUkOM6g2DqpktvEMHrIDpQ5qupV4DSeKlJSJ60tLFQ+8tPlszVCa3JVLTV+ZFbJRMb0UA6UWTsnjW57kYNeg=="
}, },
"brace-expansion": { "brace-expansion": {
"version": "1.1.11", "version": "1.1.11",

View File

@ -86,9 +86,9 @@
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"bignumber.js": "^8.1.1", "bignumber.js": "^8.1.1",
"blakejs": "^1.1.0", "blakejs": "^1.1.0",
"bootstrap": "4.2.1", "bootstrap": "4.3.1",
"bootstrap-colorpicker": "^2.5.3", "bootstrap-colorpicker": "^2.5.3",
"bootstrap-material-design": "^4.1.1", "bootstrap-material-design": "^4.1.2",
"bson": "^4.0.2", "bson": "^4.0.2",
"chi-squared": "^1.1.0", "chi-squared": "^1.1.0",
"clippyjs": "0.0.3", "clippyjs": "0.0.3",