@vidavidorra/bunyan-pretty-stream 6.0.3 → 6.0.4

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidavidorra/bunyan-pretty-stream",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "Highly configurable Bunyan stream with pretty output",
5
5
  "keywords": [
6
6
  "bunyan-stream",
@@ -193,7 +193,7 @@
193
193
  ]
194
194
  },
195
195
  "dependencies": {
196
- "@sindresorhus/is": "6.3.0",
196
+ "@sindresorhus/is": "6.3.1",
197
197
  "chalk": "5.3.0",
198
198
  "json-stringify-pretty-compact": "4.0.0",
199
199
  "luxon": "3.4.4",
@@ -207,7 +207,7 @@
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": "20.12.11",
210
+ "@types/node": "20.12.12",
211
211
  "@vidavidorra/commitlint-config": "7.0.6",
212
212
  "ava": "6.1.3",
213
213
  "bunyan": "1.8.15",
@@ -218,7 +218,7 @@
218
218
  "husky": "9.0.11",
219
219
  "lint-staged": "15.2.2",
220
220
  "prettier": "3.2.5",
221
- "semantic-release": "23.0.8",
221
+ "semantic-release": "23.1.1",
222
222
  "strip-ansi": "7.1.0",
223
223
  "typescript": "5.4.5",
224
224
  "xo": "0.58.0"