Skip to content

Commit

Permalink
Update dependencies (#576)
Browse files Browse the repository at this point in the history
* Add nix to gitignore

* Update dependencies

* Bump patch version
  • Loading branch information
dnjstrom authored Apr 28, 2023
1 parent e441e49 commit 36882f5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 26 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ dist
coverage/
.DS_Store
.swc
yarn.lock
yarn.lock
shell.nix
.envrc
24 changes: 12 additions & 12 deletions package-lock.json

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

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pino-dev",
"version": "4.0.1",
"version": "4.0.2",
"description": "A simple prettifier for pino with built-in support for commonly used ecosystem packages.",
"author": "Daniel Ström <D@nielstrom.se>",
"license": "MIT",
Expand Down Expand Up @@ -73,10 +73,10 @@
"transport"
],
"devDependencies": {
"@swc-node/register": "^1.6.2",
"@swc/core": "^1.3.41",
"@swc/helpers": "^0.5.0",
"@swc/jest": "^0.2.24",
"@swc-node/register": "^1.6.5",
"@swc/core": "^1.3.55",
"@swc/helpers": "^0.5.1",
"@swc/jest": "^0.2.26",
"@types/args": "5.0.0",
"@types/debug": "4.1.7",
"@types/glob": "^8.1.0",
Expand All @@ -88,21 +88,21 @@
"@types/split2": "4.2.0",
"@types/strip-ansi": "5.2.1",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"concurrently": "^8.0.1",
"eslint": "^8.36.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint": "^8.39.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-node": "^11.1.0",
"glob": "^10.0.0",
"glob": "^10.2.2",
"husky": "8.0.3",
"jest": "^29.5.0",
"minimatch": "^9.0.0",
"mockdate": "3.0.5",
"npm-check-updates": "^16.7.12",
"npm-check-updates": "^16.10.9",
"pino": "^8.11.0",
"pino-debug": "2.0.0",
"pino-http": "8.3.3",
Expand All @@ -113,7 +113,7 @@
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"type-fest": "3.9.0",
"typescript": "^5.0.2"
"typescript": "^5.0.4"
},
"dependencies": {
"@hapi/bourne": "3.0.0",
Expand All @@ -125,7 +125,7 @@
"pino-abstract-transport": "^1.0.0",
"pump": "3.0.0",
"readable-stream": "4.3.0",
"sonic-boom": "^3.2.1",
"sonic-boom": "^3.3.0",
"split2": "4.2.0",
"strip-ansi": "6.0.1"
}
Expand Down

0 comments on commit 36882f5

Please sign in to comment.