strong-error-handler 5.0.27 → 5.0.28

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.
@@ -20,11 +20,11 @@ jobs:
20
20
  actions: read
21
21
 
22
22
  steps:
23
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24
24
  - name: Initialize CodeQL
25
- uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
25
+ uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
30
+ uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
@@ -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@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
34
+ - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
35
35
  if: ${{ matrix.os == 'ubuntu-latest' }}
36
36
  with:
37
37
  disable-sudo: true
@@ -41,11 +41,11 @@ jobs:
41
41
  github.com:443
42
42
  nodejs.org:443
43
43
  registry.npmjs.org:443
44
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
44
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
45
45
  with:
46
46
  persist-credentials: false
47
47
  - name: Use Node.js ${{ matrix.node-version }}
48
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
48
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
49
49
  with:
50
50
  node-version: ${{ matrix.node-version }}
51
51
  cache: npm
@@ -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@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
62
+ - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
63
63
  with:
64
64
  disable-sudo: true
65
65
  egress-policy: block
@@ -68,13 +68,13 @@ jobs:
68
68
  github.com:443
69
69
  nodejs.org:443
70
70
  registry.npmjs.org:443
71
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
71
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
72
72
  with:
73
73
  persist-credentials: false
74
74
  - name: Use Node.js 20
75
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
75
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
76
76
  with:
77
- node-version: 20.19.6
77
+ node-version: 20.20.0
78
78
  cache: 'npm'
79
79
  - name: Bootstrap project
80
80
  run: |
@@ -89,21 +89,21 @@ jobs:
89
89
  runs-on: ubuntu-latest
90
90
  if: ${{ github.event.pull_request }}
91
91
  steps:
92
- - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
92
+ - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
93
93
  with:
94
94
  disable-sudo: true
95
95
  egress-policy: block
96
96
  allowed-endpoints: >
97
97
  github.com:443
98
98
  registry.npmjs.org:443
99
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
99
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
100
100
  with:
101
101
  fetch-depth: 0
102
102
  persist-credentials: false
103
103
  - name: Use Node.js 20
104
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
104
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
105
105
  with:
106
- node-version: 20.19.6
106
+ node-version: 20.20.0
107
107
  cache: npm
108
108
  - name: Bootstrap project
109
109
  run: |
@@ -125,20 +125,20 @@ jobs:
125
125
  name: Lockfile Lint
126
126
  runs-on: ubuntu-latest
127
127
  steps:
128
- - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
128
+ - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
129
129
  with:
130
130
  disable-sudo: true
131
131
  egress-policy: block
132
132
  allowed-endpoints: >
133
133
  github.com:443
134
134
  registry.npmjs.org:443
135
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
135
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
136
136
  with:
137
137
  persist-credentials: false
138
138
  - name: Use Node.js 20
139
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
139
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
140
140
  with:
141
- node-version: 20.19.6
141
+ node-version: 20.20.0
142
142
  cache: npm
143
143
  - name: Bootstrap project
144
144
  run: |
@@ -32,7 +32,7 @@ jobs:
32
32
  id-token: write
33
33
 
34
34
  steps:
35
- - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
35
+ - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
36
36
  if: ${{ matrix.os == 'ubuntu-latest' }}
37
37
  with:
38
38
  disable-sudo: true
@@ -47,7 +47,7 @@ jobs:
47
47
  rekor.sigstore.dev:443
48
48
  tuf-repo-cdn.sigstore.dev:443
49
49
  www.bestpractices.dev:443
50
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
50
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
51
51
  with:
52
52
  persist-credentials: false
53
53
 
@@ -73,6 +73,6 @@ jobs:
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
76
+ - uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
77
77
  with:
78
78
  sarif_file: results.sarif
package/CHANGES.md CHANGED
@@ -1,3 +1,25 @@
1
+ 2026-02-09, Version 5.0.28
2
+ ==========================
3
+
4
+ * chore: update github/codeql-action action to v4.32.2 (renovate[bot])
5
+
6
+ * chore: update dependency lockfile-lint to v5 (renovate[bot])
7
+
8
+ * chore: lock file maintenance (renovate[bot])
9
+
10
+ * chore: update step-security/harden-runner action to v2.14.2 (renovate[bot])
11
+
12
+ * chore: update commitlint monorepo to ^20.4.1 (renovate[bot])
13
+
14
+ * fix: fix CI (dhmlau)
15
+
16
+ * chore: update actions/checkout action to v6.0.2 (renovate[bot])
17
+
18
+ * chore: update actions/setup-node action to v6.2.0 (renovate[bot])
19
+
20
+ * chore: update github/codeql-action action to v4.31.10 (renovate[bot])
21
+
22
+
1
23
  2026-01-12, Version 5.0.27
2
24
  ==========================
3
25
 
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.27",
5
+ "version": "5.0.28",
6
6
  "engines": {
7
7
  "node": ">=16"
8
8
  },
@@ -27,8 +27,8 @@
27
27
  "strong-globalize": "^6.0.6"
28
28
  },
29
29
  "devDependencies": {
30
- "@commitlint/cli": "^20.3.1",
31
- "@commitlint/config-conventional": "^20.3.1",
30
+ "@commitlint/cli": "^20.4.1",
31
+ "@commitlint/config-conventional": "^20.4.1",
32
32
  "@eslint/eslintrc": "^3.3.3",
33
33
  "@types/express": "^5.0.6",
34
34
  "chai": "^6.2.2",
@@ -36,7 +36,7 @@
36
36
  "eslint-config-loopback": "^13.1.0",
37
37
  "eslint-plugin-mocha": "^10.5.0",
38
38
  "express": "^5.2.1",
39
- "lockfile-lint": "^4.14.1",
39
+ "lockfile-lint": "^5.0.0",
40
40
  "mocha": "^10.8.2",
41
41
  "supertest": "^7.2.2"
42
42
  },