@vidavidorra/bunyan-pretty-stream 6.0.9 → 6.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vidavidorra/bunyan-pretty-stream",
|
3
|
-
"version": "6.0.
|
3
|
+
"version": "6.0.10",
|
4
4
|
"description": "Highly configurable Bunyan stream with pretty output",
|
5
5
|
"keywords": [
|
6
6
|
"bunyan-stream",
|
@@ -194,21 +194,21 @@
|
|
194
194
|
},
|
195
195
|
"dependencies": {
|
196
196
|
"@sindresorhus/is": "7.0.1",
|
197
|
-
"chalk": "5.
|
197
|
+
"chalk": "5.4.0",
|
198
198
|
"json-stringify-pretty-compact": "4.0.0",
|
199
199
|
"luxon": "3.5.0",
|
200
200
|
"zod": "3.24.1"
|
201
201
|
},
|
202
202
|
"devDependencies": {
|
203
203
|
"@ava/typescript": "5.0.0",
|
204
|
-
"@commitlint/cli": "19.6.
|
204
|
+
"@commitlint/cli": "19.6.1",
|
205
205
|
"@semantic-release/changelog": "6.0.3",
|
206
206
|
"@semantic-release/exec": "6.0.3",
|
207
207
|
"@semantic-release/git": "10.0.1",
|
208
208
|
"@types/bunyan": "1.8.11",
|
209
209
|
"@types/luxon": "3.4.2",
|
210
|
-
"@types/node": "22.10.
|
211
|
-
"@vidavidorra/commitlint-config": "7.0.
|
210
|
+
"@types/node": "22.10.2",
|
211
|
+
"@vidavidorra/commitlint-config": "7.0.11",
|
212
212
|
"ava": "6.2.0",
|
213
213
|
"bunyan": "1.8.15",
|
214
214
|
"bunyan-1.x": "npm:bunyan@1.8.15",
|