From cf453e9ff9c7624c447a0056266cb3b707891c64 Mon Sep 17 00:00:00 2001 From: dhmlau Date: Thu, 7 Dec 2023 09:28:16 -0500 Subject: [PATCH] 5.0.5 * chore: update github/codeql-action action to v2.22.9 (renovate[bot]) * chore: update step-security/harden-runner action to v2.6.1 (renovate[bot]) * chore: add badges (Rifa Achrinza) * ci: further harden workflows (Rifa Achrinza) * ci: fix Scorecard issues (Rifa Achrinza) * chore: lock file maintenance (renovate[bot]) * chore: update dependency eslint to ^8.55.0 (renovate[bot]) * chore: update github/codeql-action action to v2.22.8 (renovate[bot]) * chore: update commitlint monorepo to ^18.4.3 (renovate[bot]) * chore: update dependency eslint to ^8.54.0 (renovate[bot]) * chore: update commitlint monorepo to ^18.4.2 (renovate[bot]) * chore: update github/codeql-action action to v2.22.7 (renovate[bot]) * chore: update github/codeql-action action to v2.22.6 (renovate[bot]) * chore: update commitlint monorepo (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]) Signed-off-by: dhmlau --- CHANGES.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 54 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 022f3e7..1b9c31a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,55 @@ +2023-12-07, Version 5.0.5 +========================= + + * chore: update github/codeql-action action to v2.22.9 (renovate[bot]) + + * chore: update step-security/harden-runner action to v2.6.1 (renovate[bot]) + + * chore: add badges (Rifa Achrinza) + + * ci: further harden workflows (Rifa Achrinza) + + * ci: fix Scorecard issues (Rifa Achrinza) + + * chore: lock file maintenance (renovate[bot]) + + * chore: update dependency eslint to ^8.55.0 (renovate[bot]) + + * chore: update github/codeql-action action to v2.22.8 (renovate[bot]) + + * chore: update commitlint monorepo to ^18.4.3 (renovate[bot]) + + * chore: update dependency eslint to ^8.54.0 (renovate[bot]) + + * chore: update commitlint monorepo to ^18.4.2 (renovate[bot]) + + * chore: update github/codeql-action action to v2.22.7 (renovate[bot]) + + * chore: update github/codeql-action action to v2.22.6 (renovate[bot]) + + * chore: update commitlint monorepo (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 ========================= diff --git a/package-lock.json b/package-lock.json index df00e50..cbb8fde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "strong-error-handler", - "version": "5.0.2", + "version": "5.0.5", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 76e8970..afef1e0 100644 --- a/package.json +++ b/package.json @@ -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.5", "engines": { "node": ">=16" },