chore: npm update (#8238)

This commit is contained in:
James Ward 2021-10-02 21:45:02 -04:00 committed by GitHub
parent b6788072c2
commit 0bc194cad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4984 additions and 4811 deletions

9793
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ export class ConnectionOptionsYmlReader {
const config = ymlParser.load(contents);
if (!config || typeof config !== 'object') {
if (!config || typeof config !== 'object' || config === null) {
return [];
}