updated npm modules

This commit is contained in:
2019-05-20 20:43:45 -05:00
parent 2319197b81
commit f166b72b7d
1113 changed files with 8758 additions and 12227 deletions

4
node_modules/browserslist/node.js generated vendored
View File

@@ -291,6 +291,7 @@ module.exports = {
oldDataWarning: function oldDataWarning (agentsObj) {
if (dataTimeChecked) return
dataTimeChecked = true
if (process.env.BROWSERSLIST_IGNORE_OLD_DATA) return
var latest = latestReleaseTime(agentsObj)
var halfYearAgo = Date.now() - TIME_TO_UPDATE_CANIUSE
@@ -306,7 +307,8 @@ module.exports = {
})
console.warn(
'Browserslist: caniuse-lite is outdated. ' +
'Please run next command `' + command + ' caniuse-lite browserslist`')
'Please run next command `' + command + '`'
)
}
},