mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
chore(deps): update dependency pino-pretty to v9.1.1
This commit is contained in:
parent
247224553d
commit
83c4dc608f
2 changed files with 16 additions and 16 deletions
30
package-lock.json
generated
30
package-lock.json
generated
|
|
@ -85,7 +85,7 @@
|
|||
"eslint-plugin-react": "7.31.8",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"jest": "29.1.2",
|
||||
"pino-pretty": "9.1.0",
|
||||
"pino-pretty": "9.1.1",
|
||||
"prettier": "2.7.1",
|
||||
"supertest": "6.3.0",
|
||||
"ts-jest": "29.0.3",
|
||||
|
|
@ -6204,9 +6204,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/fast-copy": {
|
||||
"version": "2.1.7",
|
||||
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-2.1.7.tgz",
|
||||
"integrity": "sha512-ozrGwyuCTAy7YgFCua8rmqmytECYk/JYAMXcswOcm0qvGoE3tPb7ivBeIHTOK2DiapBhDZgacIhzhQIKU5TCfA==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.0.tgz",
|
||||
"integrity": "sha512-4HzS+9pQ5Yxtv13Lhs1Z1unMXamBdn5nA4bEi1abYpDNSpSp7ODYQ1KPMF6nTatfEzgH6/zPvXKU1zvHiUjWlA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/fast-deep-equal": {
|
||||
|
|
@ -9762,14 +9762,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/pino-pretty": {
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-9.1.0.tgz",
|
||||
"integrity": "sha512-IM6NY9LLo/dVgY7/prJhCh4rAJukafdt0ibxeNOWc2fxKMyTk90SOB9Ao2HfbtShT9QPeP0ePpJktksMhSQMYA==",
|
||||
"version": "9.1.1",
|
||||
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-9.1.1.tgz",
|
||||
"integrity": "sha512-iJrnjgR4FWQIXZkUF48oNgoRI9BpyMhaEmihonHeCnZ6F50ZHAS4YGfGBT/ZVNsPmd+hzkIPGzjKdY08+/yAXw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"colorette": "^2.0.7",
|
||||
"dateformat": "^4.6.3",
|
||||
"fast-copy": "^2.1.1",
|
||||
"fast-copy": "^3.0.0",
|
||||
"fast-safe-stringify": "^2.1.1",
|
||||
"help-me": "^4.0.1",
|
||||
"joycon": "^3.1.1",
|
||||
|
|
@ -16931,9 +16931,9 @@
|
|||
}
|
||||
},
|
||||
"fast-copy": {
|
||||
"version": "2.1.7",
|
||||
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-2.1.7.tgz",
|
||||
"integrity": "sha512-ozrGwyuCTAy7YgFCua8rmqmytECYk/JYAMXcswOcm0qvGoE3tPb7ivBeIHTOK2DiapBhDZgacIhzhQIKU5TCfA==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.0.tgz",
|
||||
"integrity": "sha512-4HzS+9pQ5Yxtv13Lhs1Z1unMXamBdn5nA4bEi1abYpDNSpSp7ODYQ1KPMF6nTatfEzgH6/zPvXKU1zvHiUjWlA==",
|
||||
"dev": true
|
||||
},
|
||||
"fast-deep-equal": {
|
||||
|
|
@ -19568,14 +19568,14 @@
|
|||
}
|
||||
},
|
||||
"pino-pretty": {
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-9.1.0.tgz",
|
||||
"integrity": "sha512-IM6NY9LLo/dVgY7/prJhCh4rAJukafdt0ibxeNOWc2fxKMyTk90SOB9Ao2HfbtShT9QPeP0ePpJktksMhSQMYA==",
|
||||
"version": "9.1.1",
|
||||
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-9.1.1.tgz",
|
||||
"integrity": "sha512-iJrnjgR4FWQIXZkUF48oNgoRI9BpyMhaEmihonHeCnZ6F50ZHAS4YGfGBT/ZVNsPmd+hzkIPGzjKdY08+/yAXw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"colorette": "^2.0.7",
|
||||
"dateformat": "^4.6.3",
|
||||
"fast-copy": "^2.1.1",
|
||||
"fast-copy": "^3.0.0",
|
||||
"fast-safe-stringify": "^2.1.1",
|
||||
"help-me": "^4.0.1",
|
||||
"joycon": "^3.1.1",
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
"eslint-plugin-react": "7.31.8",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"jest": "29.1.2",
|
||||
"pino-pretty": "9.1.0",
|
||||
"pino-pretty": "9.1.1",
|
||||
"prettier": "2.7.1",
|
||||
"supertest": "6.3.0",
|
||||
"ts-jest": "29.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue