update node modules

This commit is contained in:
Robert 2021-04-01 10:37:02 +01:00
parent d0b1259bbe
commit def266fc62
3 changed files with 9 additions and 2 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 = []
}