Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 22, 2023
1 parent fabe225 commit 2ccbddb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,32 +39,32 @@
"author": "virk,adonisjs",
"license": "MIT",
"devDependencies": {
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/tsconfig": "^1.1.8",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@japa/assert": "^2.0.0",
"@adonisjs/eslint-config": "^1.1.9",
"@adonisjs/prettier-config": "^1.1.9",
"@adonisjs/tsconfig": "^1.1.9",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@japa/assert": "^2.0.1",
"@japa/expect-type": "^2.0.0",
"@japa/runner": "^3.0.2",
"@swc/core": "1.3.82",
"@types/node": "^20.8.6",
"@japa/runner": "^3.1.0",
"@swc/core": "^1.3.99",
"@types/node": "^20.9.4",
"c8": "^8.0.1",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
"eslint": "^8.51.0",
"eslint": "^8.54.0",
"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
"np": "^8.0.4",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "5.2.2"
},
"dependencies": {
"@poppinss/utils": "^6.5.0",
"@poppinss/utils": "^6.5.1",
"abstract-logging": "^2.0.1",
"pino": "^8.16.0"
"pino": "^8.16.2"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions tests/logger.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ test.group('Logger', () => {
assert.deepEqual(logger.child({}), logger)
assert.deepEqual(logger.bindings(), {})
assert.isFalse(logger.isLevelEnabled('info'))
assert.equal(logger.pinoVersion, '8.16.0')
assert.equal(logger.version, '8.16.0')
assert.equal(logger.pinoVersion, '8.16.2')
assert.equal(logger.version, '8.16.2')
assert.deepEqual(logger.levels, {
labels: {
10: 'trace',
Expand Down

0 comments on commit 2ccbddb

Please sign in to comment.