This commit is contained in:
antelle 2019-01-06 14:27:55 +01:00
parent 85f78257ed
commit 8208bf1d04
2 changed files with 30 additions and 90 deletions

116
package-lock.json generated
View File

@ -2669,12 +2669,20 @@
}
},
"datauri": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/datauri/-/datauri-0.2.1.tgz",
"integrity": "sha1-9Oit27PlTj3BLRyIVDuLCxv2kvo=",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/datauri/-/datauri-1.1.0.tgz",
"integrity": "sha512-0q+cTTKx7q8eDteZRIQLTFJuiIsVing17UbWTPssY4JLSMaYsk/VKpNulBDo9NSgQWcvlPrkEHW8kUO67T/7mQ==",
"requires": {
"mimer": "*",
"templayed": "*"
"image-size": "^0.6.2",
"mimer": "^0.3.2",
"semver": "^5.5.0"
},
"dependencies": {
"image-size": {
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/image-size/-/image-size-0.6.3.tgz",
"integrity": "sha512-47xSUiQioGaB96nqtp5/q55m0aBQSQdyIloMOc/x+QVTDZLNmXE892IIDrJ0hM1A5vcNUDD5tDffkSP5lCaIIA=="
}
}
},
"date-now": {
@ -5539,74 +5547,31 @@
}
},
"grunt-gitinfo": {
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/grunt-gitinfo/-/grunt-gitinfo-0.1.8.tgz",
"integrity": "sha1-MHEhX1eKSIFRwN/Y2Wvyq857UNI=",
"version": "github:keeweb/grunt-gitinfo#b61aaeda40cac9c8b0d18fa88f660c0dbacfffa3",
"from": "github:keeweb/grunt-gitinfo#b61aaed",
"requires": {
"async": "~0.9.0",
"async": "~2.6.1",
"getobject": "~0.1.0",
"lodash": "~2.4.1"
"lodash": "~4.17.11"
},
"dependencies": {
"async": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
"integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0="
},
"lodash": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz",
"integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4="
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz",
"integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==",
"requires": {
"lodash": "^4.17.10"
}
}
}
},
"grunt-inline-alt": {
"version": "0.3.10",
"resolved": "https://registry.npmjs.org/grunt-inline-alt/-/grunt-inline-alt-0.3.10.tgz",
"integrity": "sha1-Lz1sPXuekQt9lhsBrDzK4W/sOsM=",
"version": "github:keeweb/grunt-inline-alt#ec9f6ad885b958d4f766ddda5d7eeacec491d159",
"from": "github:keeweb/grunt-inline-alt#ec9f6ad",
"requires": {
"clean-css": "1.1.7",
"datauri": "~0.2.0",
"uglify-js": "2.4.1"
},
"dependencies": {
"async": {
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
"integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E="
},
"clean-css": {
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-1.1.7.tgz",
"integrity": "sha1-YB75z3ZCuYLLM+/JSIpkRMmGaG4=",
"requires": {
"commander": "2.0.x"
}
},
"commander": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.0.0.tgz",
"integrity": "sha1-0bhvkB+LZL2UG96tr5JFMDk76Sg="
},
"source-map": {
"version": "0.1.43",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
"integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
"requires": {
"amdefine": ">=0.0.4"
}
},
"uglify-js": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.1.tgz",
"integrity": "sha1-V7l6r4Fg5fohGBJ+Bwgr86XCtuU=",
"requires": {
"async": "~0.2.6",
"optimist": "~0.3.5",
"source-map": "~0.1.7",
"uglify-to-browserify": "~1.0.0"
}
}
"clean-css": "4.2.1",
"datauri": "1.1.0",
"uglify-js": "3.4.9"
}
},
"grunt-known-options": {
@ -10026,21 +9991,6 @@
"is-wsl": "^1.1.0"
}
},
"optimist": {
"version": "0.3.7",
"resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
"integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=",
"requires": {
"wordwrap": "~0.0.2"
},
"dependencies": {
"wordwrap": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
"integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc="
}
}
},
"optionator": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz",
@ -12353,11 +12303,6 @@
"xtend": "^4.0.0"
}
},
"templayed": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/templayed/-/templayed-0.2.3.tgz",
"integrity": "sha1-RwbfYlvGrs2Gt8n2sPtUi5XN92k="
},
"terser": {
"version": "3.14.1",
"resolved": "https://registry.npmjs.org/terser/-/terser-3.14.1.tgz",
@ -12760,11 +12705,6 @@
}
}
},
"uglify-to-browserify": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
"integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc="
},
"uglifyjs-webpack-plugin": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-2.1.1.tgz",

View File

@ -40,8 +40,8 @@
"grunt-contrib-watch": "1.1.0",
"grunt-electron": "9.0.1",
"grunt-eslint": "21.0.0",
"grunt-gitinfo": "0.1.8",
"grunt-inline-alt": "0.3.10",
"grunt-gitinfo": "github:keeweb/grunt-gitinfo#b61aaed",
"grunt-inline-alt": "github:keeweb/grunt-inline-alt#ec9f6ad",
"grunt-postcss": "0.9.0",
"grunt-sass": "3.0.2",
"grunt-string-replace": "1.3.1",