Skip to content

Commit

Permalink
Use serialize-error@11.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Oct 15, 2024
1 parent 3b6a9e7 commit 6ffa482
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# `@bedrock/core` ChangeLog

## 6.1.4 - 2024-10-dd
## 6.2.0 - 2024-10-dd

### Changed
- Use `serialize-error@11`. No significant changes are expected.

### Fixed
- Replace unmaintained `uid-number` package with `passwd-user`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"cycle": "^1.0.3",
"fast-safe-stringify": "^2.1.1",
"passwd-user": "^4.0.0",
"serialize-error": "^10.0.0",
"serialize-error": "^11.0.3",
"triple-beam": "^1.3.0",
"winston": "^3.7.2",
"winston-transport": "^4.5.0"
Expand Down

0 comments on commit 6ffa482

Please sign in to comment.