updated npm devDependencies to reduce audit's

- updated Gruntfile.js
- rebuild dist files
This commit is contained in:
REJack 2019-08-09 13:40:20 +02:00
parent d38b8fe970
commit a3b070f1f9
No known key found for this signature in database
GPG key ID: 9F3976CC630CC888
10 changed files with 5075 additions and 3881 deletions

View file

@ -112,8 +112,10 @@ module.exports = function (grunt) { // jshint ignore:line
// Uglify task info. Compress the js files. // Uglify task info. Compress the js files.
uglify: { uglify: {
options : { options : {
mangle : true, mangle : true,
preserveComments: 'some' output: {
comments: 'some'
},
}, },
production: { production: {
files: { files: {

812
dist/css/AdminLTE.css vendored

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -291,7 +291,7 @@ a:focus {
text-align: center; text-align: center;
font-size: 9px; font-size: 9px;
padding: 2px 3px; padding: 2px 3px;
line-height: .9; line-height: 0.9;
} }
.main-header .logo { .main-header .logo {
-webkit-transition: width 0.3s ease-in-out; -webkit-transition: width 0.3s ease-in-out;
@ -911,7 +911,7 @@ a:focus {
} }
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a { .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
background: #e8ecf4; background: #e8ecf4;
color: #444444; color: #444;
} }
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
@ -1633,73 +1633,73 @@ a:focus {
border: 1px solid #d2d6de; border: 1px solid #d2d6de;
} }
.box.box-solid.box-default > .box-header { .box.box-solid.box-default > .box-header {
color: #444444; color: #444;
background: #d2d6de; background: #d2d6de;
background-color: #d2d6de; background-color: #d2d6de;
} }
.box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn { .box.box-solid.box-default > .box-header .btn {
color: #444444; color: #444;
} }
.box.box-solid.box-primary { .box.box-solid.box-primary {
border: 1px solid #3c8dbc; border: 1px solid #3c8dbc;
} }
.box.box-solid.box-primary > .box-header { .box.box-solid.box-primary > .box-header {
color: #ffffff; color: #fff;
background: #3c8dbc; background: #3c8dbc;
background-color: #3c8dbc; background-color: #3c8dbc;
} }
.box.box-solid.box-primary > .box-header a, .box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn { .box.box-solid.box-primary > .box-header .btn {
color: #ffffff; color: #fff;
} }
.box.box-solid.box-info { .box.box-solid.box-info {
border: 1px solid #00c0ef; border: 1px solid #00c0ef;
} }
.box.box-solid.box-info > .box-header { .box.box-solid.box-info > .box-header {
color: #ffffff; color: #fff;
background: #00c0ef; background: #00c0ef;
background-color: #00c0ef; background-color: #00c0ef;
} }
.box.box-solid.box-info > .box-header a, .box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn { .box.box-solid.box-info > .box-header .btn {
color: #ffffff; color: #fff;
} }
.box.box-solid.box-danger { .box.box-solid.box-danger {
border: 1px solid #dd4b39; border: 1px solid #dd4b39;
} }
.box.box-solid.box-danger > .box-header { .box.box-solid.box-danger > .box-header {
color: #ffffff; color: #fff;
background: #dd4b39; background: #dd4b39;
background-color: #dd4b39; background-color: #dd4b39;
} }
.box.box-solid.box-danger > .box-header a, .box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn { .box.box-solid.box-danger > .box-header .btn {
color: #ffffff; color: #fff;
} }
.box.box-solid.box-warning { .box.box-solid.box-warning {
border: 1px solid #f39c12; border: 1px solid #f39c12;
} }
.box.box-solid.box-warning > .box-header { .box.box-solid.box-warning > .box-header {
color: #ffffff; color: #fff;
background: #f39c12; background: #f39c12;
background-color: #f39c12; background-color: #f39c12;
} }
.box.box-solid.box-warning > .box-header a, .box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn { .box.box-solid.box-warning > .box-header .btn {
color: #ffffff; color: #fff;
} }
.box.box-solid.box-success { .box.box-solid.box-success {
border: 1px solid #00a65a; border: 1px solid #00a65a;
} }
.box.box-solid.box-success > .box-header { .box.box-solid.box-success > .box-header {
color: #ffffff; color: #fff;
background: #00a65a; background: #00a65a;
background-color: #00a65a; background-color: #00a65a;
} }
.box.box-solid.box-success > .box-header a, .box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn { .box.box-solid.box-success > .box-header .btn {
color: #ffffff; color: #fff;
} }
.box.box-solid > .box-header > .box-tools .btn { .box.box-solid > .box-header > .box-tools .btn {
border: 0; border: 0;
@ -1801,7 +1801,7 @@ a:focus {
left: auto; left: auto;
} }
.box-header > .box-tools .dropdown-menu > li > a { .box-header > .box-tools .dropdown-menu > li > a {
color: #444!important; color: #444 !important;
} }
.btn-box-tool { .btn-box-tool {
padding: 5px; padding: 5px;
@ -1858,7 +1858,7 @@ a:focus {
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
border-top: 1px solid #f4f4f4; border-top: 1px solid #f4f4f4;
padding: 10px; padding: 10px;
background-color: #ffffff; background-color: #fff;
} }
.chart-legend { .chart-legend {
margin: 10px 0; margin: 10px 0;
@ -2794,7 +2794,7 @@ table.text-center th {
background: #d2d6de; background: #d2d6de;
border: 1px solid #d2d6de; border: 1px solid #d2d6de;
margin: 5px 0 0 50px; margin: 5px 0 0 50px;
color: #444444; color: #444;
} }
.direct-chat-text:after, .direct-chat-text:after,
.direct-chat-text:before { .direct-chat-text:before {
@ -2912,7 +2912,7 @@ table.text-center th {
.direct-chat-danger .right > .direct-chat-text { .direct-chat-danger .right > .direct-chat-text {
background: #dd4b39; background: #dd4b39;
border-color: #dd4b39; border-color: #dd4b39;
color: #ffffff; color: #fff;
} }
.direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before { .direct-chat-danger .right > .direct-chat-text:before {
@ -2921,7 +2921,7 @@ table.text-center th {
.direct-chat-primary .right > .direct-chat-text { .direct-chat-primary .right > .direct-chat-text {
background: #3c8dbc; background: #3c8dbc;
border-color: #3c8dbc; border-color: #3c8dbc;
color: #ffffff; color: #fff;
} }
.direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before { .direct-chat-primary .right > .direct-chat-text:before {
@ -2930,7 +2930,7 @@ table.text-center th {
.direct-chat-warning .right > .direct-chat-text { .direct-chat-warning .right > .direct-chat-text {
background: #f39c12; background: #f39c12;
border-color: #f39c12; border-color: #f39c12;
color: #ffffff; color: #fff;
} }
.direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before { .direct-chat-warning .right > .direct-chat-text:before {
@ -2939,7 +2939,7 @@ table.text-center th {
.direct-chat-info .right > .direct-chat-text { .direct-chat-info .right > .direct-chat-text {
background: #00c0ef; background: #00c0ef;
border-color: #00c0ef; border-color: #00c0ef;
color: #ffffff; color: #fff;
} }
.direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before { .direct-chat-info .right > .direct-chat-text:before {
@ -2948,7 +2948,7 @@ table.text-center th {
.direct-chat-success .right > .direct-chat-text { .direct-chat-success .right > .direct-chat-text {
background: #00a65a; background: #00a65a;
border-color: #00a65a; border-color: #00a65a;
color: #ffffff; color: #fff;
} }
.direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before { .direct-chat-success .right > .direct-chat-text:before {
@ -3528,7 +3528,7 @@ table.text-center th {
background-color: #f7f7f7; background-color: #f7f7f7;
} }
.bg-black { .bg-black {
background-color: #111111 !important; background-color: #111 !important;
} }
.bg-red, .bg-red,
.callout.callout-danger, .callout.callout-danger,
@ -3568,28 +3568,28 @@ table.text-center th {
background-color: #00a65a !important; background-color: #00a65a !important;
} }
.bg-navy { .bg-navy {
background-color: #001f3f !important; background-color: #001F3F !important;
} }
.bg-teal { .bg-teal {
background-color: #39cccc !important; background-color: #39CCCC !important;
} }
.bg-olive { .bg-olive {
background-color: #3d9970 !important; background-color: #3D9970 !important;
} }
.bg-lime { .bg-lime {
background-color: #01ff70 !important; background-color: #01FF70 !important;
} }
.bg-orange { .bg-orange {
background-color: #ff851b !important; background-color: #FF851B !important;
} }
.bg-fuchsia { .bg-fuchsia {
background-color: #f012be !important; background-color: #F012BE !important;
} }
.bg-purple { .bg-purple {
background-color: #605ca8 !important; background-color: #605ca8 !important;
} }
.bg-maroon { .bg-maroon {
background-color: #d81b60 !important; background-color: #D81B60 !important;
} }
.bg-gray-active { .bg-gray-active {
color: #000; color: #000;
@ -3667,7 +3667,7 @@ table.text-center th {
color: #0073b7 !important; color: #0073b7 !important;
} }
.text-black { .text-black {
color: #111111 !important; color: #111 !important;
} }
.text-light-blue { .text-light-blue {
color: #3c8dbc !important; color: #3c8dbc !important;
@ -3679,28 +3679,28 @@ table.text-center th {
color: #d2d6de !important; color: #d2d6de !important;
} }
.text-navy { .text-navy {
color: #001f3f !important; color: #001F3F !important;
} }
.text-teal { .text-teal {
color: #39cccc !important; color: #39CCCC !important;
} }
.text-olive { .text-olive {
color: #3d9970 !important; color: #3D9970 !important;
} }
.text-lime { .text-lime {
color: #01ff70 !important; color: #01FF70 !important;
} }
.text-orange { .text-orange {
color: #ff851b !important; color: #FF851B !important;
} }
.text-fuchsia { .text-fuchsia {
color: #f012be !important; color: #F012BE !important;
} }
.text-purple { .text-purple {
color: #605ca8 !important; color: #605ca8 !important;
} }
.text-maroon { .text-maroon {
color: #d81b60 !important; color: #D81B60 !important;
} }
.link-muted { .link-muted {
color: #7a869d; color: #7a869d;
@ -3764,12 +3764,12 @@ table.text-center th {
height: auto !important; height: auto !important;
} }
.bg-teal-gradient { .bg-teal-gradient {
background: #39cccc !important; background: #39CCCC !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39CCCC), color-stop(1, #7adddd)) !important;
background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important; background: -ms-linear-gradient(bottom, #39CCCC, #7adddd) !important;
background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important; background: -moz-linear-gradient(center bottom, #39CCCC 0%, #7adddd 100%) !important;
background: -o-linear-gradient(#7adddd, #39cccc) !important; background: -o-linear-gradient(#7adddd, #39CCCC) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39CCCC', GradientType=0) !important;
color: #fff; color: #fff;
} }
.bg-light-blue-gradient { .bg-light-blue-gradient {
@ -3836,21 +3836,21 @@ table.text-center th {
color: #fff; color: #fff;
} }
.bg-black-gradient { .bg-black-gradient {
background: #111111 !important; background: #111 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;
background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important; background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important; background: -moz-linear-gradient(center bottom, #111 0%, #2b2b2b 100%) !important;
background: -o-linear-gradient(#2b2b2b, #111111) !important; background: -o-linear-gradient(#2b2b2b, #111) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111', GradientType=0) !important;
color: #fff; color: #fff;
} }
.bg-maroon-gradient { .bg-maroon-gradient {
background: #d81b60 !important; background: #D81B60 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D81B60), color-stop(1, #e73f7c)) !important;
background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important; background: -ms-linear-gradient(bottom, #D81B60, #e73f7c) !important;
background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important; background: -moz-linear-gradient(center bottom, #D81B60 0%, #e73f7c 100%) !important;
background: -o-linear-gradient(#e73f7c, #d81b60) !important; background: -o-linear-gradient(#e73f7c, #D81B60) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#D81B60', GradientType=0) !important;
color: #fff; color: #fff;
} }
.description-block .description-icon { .description-block .description-icon {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

7296
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,24 +9,24 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"R2": "^1.4.3", "R2": "^1.4.3",
"grunt": "^0.4.5", "grunt": "^1.0.4",
"grunt-bootlint": "^0.9.1", "grunt-bootlint": "^0.12.2",
"grunt-contrib-clean": "^0.6", "grunt-contrib-clean": "^0.6",
"grunt-contrib-concat": "^1.0.1", "grunt-contrib-concat": "^1.0.1",
"grunt-contrib-csslint": "^0.5", "grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^0.12.2", "grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^0.11.3", "grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-less": "^0.12", "grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^0.7", "grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^0.6.1", "grunt-contrib-watch": "^1.1.0",
"grunt-cssjanus": "^0.2.4", "grunt-cssjanus": "^0.2.4",
"grunt-image": "^1.5.2", "grunt-image": "^5.0.1",
"grunt-includes": "^0.4.5", "grunt-includes": "^0.4.5",
"grunt-jscs": "^3.0.1", "grunt-jscs": "^3.0.1",
"grunt-less": "^0.1.7", "grunt-less": "^0.1.7",
"grunt-notify": "^0.4.5", "grunt-notify": "^0.4.5",
"grunt-text-replace": "^0.4", "grunt-text-replace": "^0.4",
"less": "^2.7.3" "less": "^3"
}, },
"dependencies": { "dependencies": {
"bootstrap": "^3.4", "bootstrap": "^3.4",
@ -46,7 +46,7 @@
"inputmask": "^3.3.7", "inputmask": "^3.3.7",
"ion-rangeslider": "^2.3", "ion-rangeslider": "^2.3",
"ionicons": "^3", "ionicons": "^3",
"jquery": "^3.2.1", "jquery": "^3.4.1",
"jquery-knob": "^1.2.11", "jquery-knob": "^1.2.11",
"jquery-sparkline": "^2.4", "jquery-sparkline": "^2.4",
"jquery-ui": "^1.12.1", "jquery-ui": "^1.12.1",