Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
4db27e99b6 |
26
CHANGES.md
26
CHANGES.md
|
@ -1,3 +1,29 @@
|
|||
2023-11-13, Version 5.0.3
|
||||
=========================
|
||||
|
||||
* chore: lock file maintenance (renovate[bot])
|
||||
|
||||
* fix(cve-2023-29827): replace EJS with Handlebars to resolve security warning (KalleV)
|
||||
|
||||
* ci: align CI configuration (Rifa Achrinza)
|
||||
|
||||
* chore: update dependency @types/express to ^4.17.21 (renovate[bot])
|
||||
|
||||
* chore: update dependency eslint to ^8.53.0 (renovate[bot])
|
||||
|
||||
* chore: update dependency @commitlint/config-conventional to ^18.1.0 (renovate[bot])
|
||||
|
||||
* chore: update dependency @commitlint/config-conventional to v18 (renovate[bot])
|
||||
|
||||
* chore: update dependency eslint to ^8.52.0 (renovate[bot])
|
||||
|
||||
* chore: update dependency @commitlint/config-conventional to ^17.8.1 (renovate[bot])
|
||||
|
||||
* chore: update dependency @types/express to ^4.17.20 (renovate[bot])
|
||||
|
||||
* chore: update dependency http-status to ^1.7.3 (renovate[bot])
|
||||
|
||||
|
||||
2023-10-16, Version 5.0.2
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "strong-error-handler",
|
||||
"version": "5.0.2",
|
||||
"version": "5.0.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "strong-error-handler",
|
||||
"description": "Error handler for use in development and production environments.",
|
||||
"license": "MIT",
|
||||
"version": "5.0.2",
|
||||
"version": "5.0.3",
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue