npm upgrade

This commit is contained in:
Dawid Dziurla
2020-12-16 18:58:31 +01:00
parent 2c5f24285f
commit 8be2ceac54
8 changed files with 621 additions and 130 deletions

2
node_modules/y18n/index.js generated vendored
View File

@ -11,7 +11,7 @@ function Y18N (opts) {
this.fallbackToLanguage = typeof opts.fallbackToLanguage === 'boolean' ? opts.fallbackToLanguage : true
// internal stuff.
this.cache = {}
this.cache = Object.create(null)
this.writeQueue = []
}