Skip to content

Commit

Permalink
feat(deps): update pino
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Oct 27, 2022
1 parent b54e11b commit 9c6f8ca
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 356 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"dependencies": {
"axios": "^1.1.3",
"axios-cache-adapter": "^2.7.3",
"pino": "^8.6.1",
"pino": "^8.7.0",
"pino-pretty": "^9.1.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/node": "^7.19.1",
"@babel/core": "^7.19.6",
"@babel/node": "^7.20.0",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.1.2",
Expand All @@ -65,15 +65,15 @@
"@semantic-release/github": "^8.0.6",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@swc/core": "^1.3.9",
"@swc/core": "^1.3.11",
"@swc/jest": "^0.2.23",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@types/node": "^18.11.7",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"babel-plugin-module-resolver": "^4.1.0",
"dts-bundle-generator": "^7.0.0",
"eslint": "^8.25.0",
"eslint": "^8.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-node": "^4.1.0",
Expand All @@ -88,7 +88,7 @@
"http-status-codes": "^2.2.0",
"husky": "^8.0.1",
"is-ci": "^3.0.1",
"jest": "^29.2.1",
"jest": "^29.2.2",
"lint-staged": "^13.0.3",
"lockfile-lint": "^4.9.6",
"prettier": "^2.7.1",
Expand Down

0 comments on commit 9c6f8ca

Please sign in to comment.