strong-error-handler 5.0.26 → 5.0.27

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.
@@ -22,9 +22,9 @@ jobs:
22
22
  steps:
23
23
  - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
24
24
  - name: Initialize CodeQL
25
- uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
25
+ uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
26
26
  with:
27
27
  languages: 'javascript'
28
28
  config-file: ./.github/codeql/codeql-config.yml
29
29
  - name: Perform CodeQL Analysis
30
- uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
30
+ uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
@@ -31,7 +31,7 @@ jobs:
31
31
  fail-fast: false
32
32
  runs-on: ${{ matrix.os }}
33
33
  steps:
34
- - uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
34
+ - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
35
35
  if: ${{ matrix.os == 'ubuntu-latest' }}
36
36
  with:
37
37
  disable-sudo: true
@@ -59,7 +59,7 @@ jobs:
59
59
  name: Code Lint
60
60
  runs-on: ubuntu-latest
61
61
  steps:
62
- - uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
62
+ - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
63
63
  with:
64
64
  disable-sudo: true
65
65
  egress-policy: block
@@ -89,7 +89,7 @@ jobs:
89
89
  runs-on: ubuntu-latest
90
90
  if: ${{ github.event.pull_request }}
91
91
  steps:
92
- - uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
92
+ - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
93
93
  with:
94
94
  disable-sudo: true
95
95
  egress-policy: block
@@ -125,7 +125,7 @@ jobs:
125
125
  name: Lockfile Lint
126
126
  runs-on: ubuntu-latest
127
127
  steps:
128
- - uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
128
+ - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
129
129
  with:
130
130
  disable-sudo: true
131
131
  egress-policy: block
@@ -32,7 +32,7 @@ jobs:
32
32
  id-token: write
33
33
 
34
34
  steps:
35
- - uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
35
+ - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
36
36
  if: ${{ matrix.os == 'ubuntu-latest' }}
37
37
  with:
38
38
  disable-sudo: true
@@ -66,13 +66,13 @@ jobs:
66
66
 
67
67
  # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
68
68
  # format to the repository Actions tab.
69
- - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
69
+ - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
70
70
  with:
71
71
  name: OSSF Scorecard SARIF file
72
72
  path: results.sarif
73
73
  retention-days: 90
74
74
 
75
75
  # Upload the results to GitHub's code scanning dashboard.
76
- - uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
76
+ - uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
77
77
  with:
78
78
  sarif_file: results.sarif
package/CHANGES.md CHANGED
@@ -1,3 +1,27 @@
1
+ 2026-01-12, Version 5.0.27
2
+ ==========================
3
+
4
+ * chore: lock file maintenance (renovate[bot])
5
+
6
+ * chore: update commitlint monorepo to ^20.3.1 (renovate[bot])
7
+
8
+ * chore: update dependency supertest to ^7.2.2 (renovate[bot])
9
+
10
+ * chore: update commitlint monorepo to ^20.3.0 (renovate[bot])
11
+
12
+ * chore: update dependency chai to ^6.2.2 (renovate[bot])
13
+
14
+ * chore: update github/codeql-action action to v4.31.9 (renovate[bot])
15
+
16
+ * chore: update actions/upload-artifact action to v6 (renovate[bot])
17
+
18
+ * chore: update dependency eslint to ^9.39.2 (renovate[bot])
19
+
20
+ * chore: update github/codeql-action action to v4.31.8 (renovate[bot])
21
+
22
+ * chore: update step-security/harden-runner action to v2.14.0 (renovate[bot])
23
+
24
+
1
25
  2025-12-08, Version 5.0.26
2
26
  ==========================
3
27
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "strong-error-handler",
3
3
  "description": "Error handler for use in development and production environments.",
4
4
  "license": "MIT",
5
- "version": "5.0.26",
5
+ "version": "5.0.27",
6
6
  "engines": {
7
7
  "node": ">=16"
8
8
  },
@@ -27,18 +27,18 @@
27
27
  "strong-globalize": "^6.0.6"
28
28
  },
29
29
  "devDependencies": {
30
- "@commitlint/cli": "^20.2.0",
31
- "@commitlint/config-conventional": "^20.2.0",
30
+ "@commitlint/cli": "^20.3.1",
31
+ "@commitlint/config-conventional": "^20.3.1",
32
32
  "@eslint/eslintrc": "^3.3.3",
33
33
  "@types/express": "^5.0.6",
34
- "chai": "^6.2.1",
35
- "eslint": "^9.39.1",
34
+ "chai": "^6.2.2",
35
+ "eslint": "^9.39.2",
36
36
  "eslint-config-loopback": "^13.1.0",
37
37
  "eslint-plugin-mocha": "^10.5.0",
38
38
  "express": "^5.2.1",
39
39
  "lockfile-lint": "^4.14.1",
40
40
  "mocha": "^10.8.2",
41
- "supertest": "^7.1.4"
41
+ "supertest": "^7.2.2"
42
42
  },
43
43
  "browser": {
44
44
  "strong-error-handler": false