strong-error-handler 5.0.14 → 5.0.16
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,7 +20,7 @@ jobs:
|
|
|
20
20
|
actions: read
|
|
21
21
|
|
|
22
22
|
steps:
|
|
23
|
-
- uses: step-security/harden-runner@
|
|
23
|
+
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
|
|
24
24
|
with:
|
|
25
25
|
disable-sudo: true
|
|
26
26
|
egress-policy: block
|
|
@@ -35,11 +35,11 @@ jobs:
|
|
|
35
35
|
persist-credentials: false
|
|
36
36
|
|
|
37
37
|
- name: Initialize CodeQL
|
|
38
|
-
uses: github/codeql-action/init@
|
|
38
|
+
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
|
|
39
39
|
with:
|
|
40
40
|
languages: javascript-typescript
|
|
41
41
|
config-file: .github/codeql/codeql-config.yml
|
|
42
42
|
|
|
43
43
|
- name: Perform CodeQL Analysis
|
|
44
|
-
uses: github/codeql-action/analyze@
|
|
44
|
+
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
|
|
45
45
|
|
|
@@ -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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
|
|
35
35
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
|
36
36
|
with:
|
|
37
37
|
disable-sudo: true
|
|
@@ -45,7 +45,7 @@ jobs:
|
|
|
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@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
|
|
63
63
|
with:
|
|
64
64
|
disable-sudo: true
|
|
65
65
|
egress-policy: block
|
|
@@ -72,7 +72,7 @@ jobs:
|
|
|
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@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
|
76
76
|
with:
|
|
77
77
|
node-version: 20
|
|
78
78
|
cache: 'npm'
|
|
@@ -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@
|
|
92
|
+
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
|
|
93
93
|
with:
|
|
94
94
|
disable-sudo: true
|
|
95
95
|
egress-policy: block
|
|
@@ -101,7 +101,7 @@ jobs:
|
|
|
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@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
|
105
105
|
with:
|
|
106
106
|
node-version: 20
|
|
107
107
|
cache: npm
|
|
@@ -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@
|
|
128
|
+
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
|
|
129
129
|
with:
|
|
130
130
|
disable-sudo: true
|
|
131
131
|
egress-policy: block
|
|
@@ -136,7 +136,7 @@ jobs:
|
|
|
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@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
|
140
140
|
with:
|
|
141
141
|
node-version: 20
|
|
142
142
|
cache: npm
|
|
@@ -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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
|
|
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@
|
|
69
|
+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
|
|
77
77
|
with:
|
|
78
78
|
sarif_file: results.sarif
|
package/CHANGES.md
CHANGED
|
@@ -1,3 +1,63 @@
|
|
|
1
|
+
2025-02-10, Version 5.0.16
|
|
2
|
+
==========================
|
|
3
|
+
|
|
4
|
+
* chore: lock file maintenance (renovate[bot])
|
|
5
|
+
|
|
6
|
+
* chore: update dependency eslint to ^9.20.0 (renovate[bot])
|
|
7
|
+
|
|
8
|
+
* chore: update github/codeql-action action to v3.28.9 (renovate[bot])
|
|
9
|
+
|
|
10
|
+
* chore: update commitlint monorepo to ^19.7.1 (renovate[bot])
|
|
11
|
+
|
|
12
|
+
* chore: update github/codeql-action action to v3.28.8 (renovate[bot])
|
|
13
|
+
|
|
14
|
+
* chore: update github/codeql-action action to v3.28.6 (renovate[bot])
|
|
15
|
+
|
|
16
|
+
* chore: update actions/setup-node action to v4.2.0 (renovate[bot])
|
|
17
|
+
|
|
18
|
+
* chore: update dependency eslint to ^9.19.0 (renovate[bot])
|
|
19
|
+
|
|
20
|
+
* chore: update github/codeql-action action to v3.28.5 (renovate[bot])
|
|
21
|
+
|
|
22
|
+
* chore: update github/codeql-action action to v3.28.4 (renovate[bot])
|
|
23
|
+
|
|
24
|
+
* chore: update github/codeql-action action to v3.28.3 (renovate[bot])
|
|
25
|
+
|
|
26
|
+
* chore: update github/codeql-action action to v3.28.2 (renovate[bot])
|
|
27
|
+
|
|
28
|
+
* chore: update step-security/harden-runner action to v2.10.4 (renovate[bot])
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
2025-01-13, Version 5.0.15
|
|
32
|
+
==========================
|
|
33
|
+
|
|
34
|
+
* chore: lock file maintenance (renovate[bot])
|
|
35
|
+
|
|
36
|
+
* chore: update dependency eslint to ^9.18.0 (renovate[bot])
|
|
37
|
+
|
|
38
|
+
* chore: update github/codeql-action action to v3.28.1 (renovate[bot])
|
|
39
|
+
|
|
40
|
+
* chore: update actions/upload-artifact action to v4.6.0 (renovate[bot])
|
|
41
|
+
|
|
42
|
+
* chore: update step-security/harden-runner action to v2.10.3 (renovate[bot])
|
|
43
|
+
|
|
44
|
+
* chore: update github/codeql-action action to v3.28.0 (renovate[bot])
|
|
45
|
+
|
|
46
|
+
* chore: update actions/upload-artifact action to v4.5.0 (renovate[bot])
|
|
47
|
+
|
|
48
|
+
* chore: update dependency @commitlint/cli to ^19.6.1 (renovate[bot])
|
|
49
|
+
|
|
50
|
+
* chore: update dependency eslint to ^9.17.0 (renovate[bot])
|
|
51
|
+
|
|
52
|
+
* chore: update github/codeql-action action to v3.27.9 (renovate[bot])
|
|
53
|
+
|
|
54
|
+
* chore: update github/codeql-action action to v3.27.7 (renovate[bot])
|
|
55
|
+
|
|
56
|
+
* chore: update dependency debug to ^4.4.0 (renovate[bot])
|
|
57
|
+
|
|
58
|
+
* chore: update dependency express to ^4.21.2 (renovate[bot])
|
|
59
|
+
|
|
60
|
+
|
|
1
61
|
2024-12-04, Version 5.0.14
|
|
2
62
|
==========================
|
|
3
63
|
|
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.16",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=16"
|
|
8
8
|
},
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"accepts": "^1.3.8",
|
|
21
|
-
"debug": "^4.
|
|
21
|
+
"debug": "^4.4.0",
|
|
22
22
|
"fast-safe-stringify": "^2.1.1",
|
|
23
23
|
"handlebars": "^4.7.8",
|
|
24
24
|
"http-status": "^1.8.1",
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"strong-globalize": "^6.0.6"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@commitlint/cli": "^19.
|
|
30
|
-
"@commitlint/config-conventional": "^19.
|
|
29
|
+
"@commitlint/cli": "^19.7.1",
|
|
30
|
+
"@commitlint/config-conventional": "^19.7.1",
|
|
31
31
|
"@eslint/eslintrc": "^3.2.0",
|
|
32
32
|
"@types/express": "^4.17.21",
|
|
33
33
|
"chai": "^5.1.2",
|
|
34
|
-
"eslint": "^9.
|
|
34
|
+
"eslint": "^9.20.0",
|
|
35
35
|
"eslint-config-loopback": "^13.1.0",
|
|
36
36
|
"eslint-plugin-mocha": "^10.5.0",
|
|
37
|
-
"express": "^4.21.
|
|
37
|
+
"express": "^4.21.2",
|
|
38
38
|
"lockfile-lint": "^4.14.0",
|
|
39
39
|
"mocha": "^10.8.2",
|
|
40
40
|
"supertest": "^7.0.0"
|