strong-error-handler 5.0.26 → 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@
|
|
23
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
24
24
|
- name: Initialize CodeQL
|
|
25
|
-
uses: github/codeql-action/init@
|
|
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@
|
|
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@
|
|
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@
|
|
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@
|
|
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@
|
|
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@
|
|
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@
|
|
75
|
+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
|
76
76
|
with:
|
|
77
|
-
node-version: 20.
|
|
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@
|
|
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@
|
|
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@
|
|
104
|
+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
|
105
105
|
with:
|
|
106
|
-
node-version: 20.
|
|
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@
|
|
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@
|
|
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@
|
|
139
|
+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
|
140
140
|
with:
|
|
141
|
-
node-version: 20.
|
|
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@
|
|
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@
|
|
50
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
51
51
|
with:
|
|
52
52
|
persist-credentials: false
|
|
53
53
|
|
|
@@ -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@
|
|
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@
|
|
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,49 @@
|
|
|
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
|
+
|
|
23
|
+
2026-01-12, Version 5.0.27
|
|
24
|
+
==========================
|
|
25
|
+
|
|
26
|
+
* chore: lock file maintenance (renovate[bot])
|
|
27
|
+
|
|
28
|
+
* chore: update commitlint monorepo to ^20.3.1 (renovate[bot])
|
|
29
|
+
|
|
30
|
+
* chore: update dependency supertest to ^7.2.2 (renovate[bot])
|
|
31
|
+
|
|
32
|
+
* chore: update commitlint monorepo to ^20.3.0 (renovate[bot])
|
|
33
|
+
|
|
34
|
+
* chore: update dependency chai to ^6.2.2 (renovate[bot])
|
|
35
|
+
|
|
36
|
+
* chore: update github/codeql-action action to v4.31.9 (renovate[bot])
|
|
37
|
+
|
|
38
|
+
* chore: update actions/upload-artifact action to v6 (renovate[bot])
|
|
39
|
+
|
|
40
|
+
* chore: update dependency eslint to ^9.39.2 (renovate[bot])
|
|
41
|
+
|
|
42
|
+
* chore: update github/codeql-action action to v4.31.8 (renovate[bot])
|
|
43
|
+
|
|
44
|
+
* chore: update step-security/harden-runner action to v2.14.0 (renovate[bot])
|
|
45
|
+
|
|
46
|
+
|
|
1
47
|
2025-12-08, Version 5.0.26
|
|
2
48
|
==========================
|
|
3
49
|
|
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.
|
|
5
|
+
"version": "5.0.28",
|
|
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.
|
|
31
|
-
"@commitlint/config-conventional": "^20.
|
|
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
|
-
"chai": "^6.2.
|
|
35
|
-
"eslint": "^9.39.
|
|
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
|
-
"lockfile-lint": "^
|
|
39
|
+
"lockfile-lint": "^5.0.0",
|
|
40
40
|
"mocha": "^10.8.2",
|
|
41
|
-
"supertest": "^7.
|
|
41
|
+
"supertest": "^7.2.2"
|
|
42
42
|
},
|
|
43
43
|
"browser": {
|
|
44
44
|
"strong-error-handler": false
|