Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 29, 2020
1 parent f90c2f7 commit 4b3b120
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 29 deletions.
43 changes: 20 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@adonisjs/fold": "^6.3.5",
"@adonisjs/mrm-preset": "^2.3.0",
"@types/node": "^13.11.1",
"@types/node": "^13.13.4",
"commitizen": "^4.0.4",
"cz-conventional-changelog": "^3.1.0",
"del-cli": "^3.0.0",
Expand All @@ -42,10 +42,10 @@
"eslint-plugin-adonis": "^1.0.9",
"husky": "^4.2.5",
"japa": "^3.0.1",
"mrm": "^2.2.1",
"mrm": "^2.3.0",
"np": "^5.2.1",
"pino-pretty": "^4.0.0",
"ts-node": "^8.8.2",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"
},
"nyc": {
Expand Down Expand Up @@ -74,7 +74,7 @@
"dependencies": {
"@types/pino": "^6.0.0",
"abstract-logging": "^2.0.0",
"pino": "^6.2.0"
"pino": "^6.2.1"
},
"directories": {
"doc": "docs",
Expand Down
4 changes: 2 additions & 2 deletions test/logger.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ test.group('Logger', () => {
assert.deepEqual(logger.child({}), logger)
assert.deepEqual(logger.bindings(), {})
assert.isFalse(logger.isLevelEnabled('info'))
assert.equal(logger.pinoVersion, '6.2.0')
assert.equal(logger.pinoVersion, '6.2.1')
assert.deepEqual(logger.levels, {
labels: {
10: 'trace',
Expand Down Expand Up @@ -443,7 +443,7 @@ test.group('Logger', () => {
assert.deepEqual(logger.child({}), logger)
assert.deepEqual(logger.bindings(), {})
assert.isFalse(logger.isLevelEnabled('info'))
assert.equal(logger.pinoVersion, '6.2.0')
assert.equal(logger.pinoVersion, '6.2.1')
assert.deepEqual(logger.levels, {
labels: {
10: 'trace',
Expand Down

0 comments on commit 4b3b120

Please sign in to comment.