@vidavidorra/bunyan-pretty-stream 6.0.2 → 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 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidavidorra/bunyan-pretty-stream",
3
- "version": "6.0.2",
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,20 +207,18 @@
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",
214
214
  "bunyan-1.x": "npm:bunyan@1.8.15",
215
215
  "bunyan-2.x": "npm:bunyan@2.0.5",
216
216
  "c8": "9.1.0",
217
- "deepmerge": "4.3.1",
218
217
  "dot-prop": "9.0.0",
219
218
  "husky": "9.0.11",
220
219
  "lint-staged": "15.2.2",
221
- "npm-run-all": "4.1.5",
222
220
  "prettier": "3.2.5",
223
- "semantic-release": "23.0.8",
221
+ "semantic-release": "23.1.1",
224
222
  "strip-ansi": "7.1.0",
225
223
  "typescript": "5.4.5",
226
224
  "xo": "0.58.0"