@vidavidorra/bunyan-pretty-stream 6.0.11 → 6.0.13

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidavidorra/bunyan-pretty-stream",
3
- "version": "6.0.11",
3
+ "version": "6.0.13",
4
4
  "description": "Highly configurable Bunyan stream with pretty output",
5
5
  "keywords": [
6
6
  "bunyan-stream",
@@ -196,19 +196,19 @@
196
196
  "@sindresorhus/is": "7.0.1",
197
197
  "chalk": "5.4.1",
198
198
  "json-stringify-pretty-compact": "4.0.0",
199
- "luxon": "3.5.0",
200
- "zod": "3.24.1"
199
+ "luxon": "3.6.0",
200
+ "zod": "3.24.2"
201
201
  },
202
202
  "devDependencies": {
203
203
  "@ava/typescript": "5.0.0",
204
- "@commitlint/cli": "19.6.1",
204
+ "@commitlint/cli": "19.8.0",
205
205
  "@semantic-release/changelog": "6.0.3",
206
- "@semantic-release/exec": "6.0.3",
206
+ "@semantic-release/exec": "7.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.2",
211
- "@vidavidorra/commitlint-config": "7.0.11",
210
+ "@types/node": "22.13.13",
211
+ "@vidavidorra/commitlint-config": "7.0.13",
212
212
  "ava": "6.2.0",
213
213
  "bunyan": "1.8.15",
214
214
  "bunyan-1.x": "npm:bunyan@1.8.15",
@@ -216,11 +216,11 @@
216
216
  "c8": "10.1.3",
217
217
  "dot-prop": "9.0.0",
218
218
  "husky": "9.1.7",
219
- "lint-staged": "15.2.11",
220
- "prettier": "3.4.2",
221
- "semantic-release": "24.2.0",
219
+ "lint-staged": "15.5.0",
220
+ "prettier": "3.5.3",
221
+ "semantic-release": "24.2.3",
222
222
  "strip-ansi": "7.1.0",
223
- "typescript": "5.7.2",
223
+ "typescript": "5.8.2",
224
224
  "xo": "0.60.0"
225
225
  },
226
226
  "peerDependencies": {