Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 8caf052

Browse files
authoredJul 22, 2020
Merge pull request #640 from ldapjs/dependabot/npm_and_yarn/abstract-logging-2.0.0
2 parents 4fcec84 + d2c5464 commit 8caf052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎lib/logger.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const logger = Object.create(require('abstract-logging'))
3+
const logger = require('abstract-logging')
44
logger.child = function () { return logger }
55

66
module.exports = logger

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"node": ">=10.13.0"
1818
},
1919
"dependencies": {
20-
"abstract-logging": "^1.0.0",
20+
"abstract-logging": "^2.0.0",
2121
"asn1": "^0.2.4",
2222
"assert-plus": "^1.0.0",
2323
"backoff": "^2.5.0",

0 commit comments

Comments
 (0)
This repository has been archived.