Bump eslint-plugin-import to avoid vulnerability in dependency
This commit is contained in:
parent
10695e6a20
commit
ed9506bbaf
1660 changed files with 67726 additions and 27926 deletions
2
node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js
generated
vendored
2
node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js
generated
vendored
|
|
@ -19,7 +19,7 @@ var Type = require('./Type');
|
|||
|
||||
// https://262.ecma-international.org/8.0/#sec-enumerableownproperties
|
||||
|
||||
module.exports = function EnumerableOwnProperties(O, kind) {
|
||||
module.exports = function EnumerableOwnPropertyNames(O, kind) {
|
||||
if (Type(O) !== 'Object') {
|
||||
throw new $TypeError('Assertion failed: Type(O) is not Object');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue