Merge pull request #640 from ldapjs/dependabot/npm_and_yarn/abstract-logging-2.0.0

This commit is contained in:
Tony Brix 2020-07-22 01:01:38 -05:00 committed by GitHub
commit 8caf052d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
'use strict'
const logger = Object.create(require('abstract-logging'))
const logger = require('abstract-logging')
logger.child = function () { return logger }
module.exports = logger

View File

@ -17,7 +17,7 @@
"node": ">=10.13.0"
},
"dependencies": {
"abstract-logging": "^1.0.0",
"abstract-logging": "^2.0.0",
"asn1": "^0.2.4",
"assert-plus": "^1.0.0",
"backoff": "^2.5.0",