strong-error-handler 5.0.8 → 5.0.10
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@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
|
|
24
24
|
with:
|
|
25
25
|
disable-sudo: true
|
|
26
26
|
egress-policy: block
|
|
@@ -30,16 +30,16 @@ jobs:
|
|
|
30
30
|
objects.githubusercontent.com:443
|
|
31
31
|
|
|
32
32
|
- name: Checkout repository
|
|
33
|
-
uses: actions/checkout@
|
|
33
|
+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
|
|
34
34
|
with:
|
|
35
35
|
persist-credentials: false
|
|
36
36
|
|
|
37
37
|
- name: Initialize CodeQL
|
|
38
|
-
uses: github/codeql-action/init@
|
|
38
|
+
uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
|
|
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@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
|
|
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@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
|
|
35
35
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
|
36
36
|
with:
|
|
37
37
|
disable-sudo: true
|
|
@@ -41,7 +41,7 @@ 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
|
|
45
45
|
with:
|
|
46
46
|
persist-credentials: false
|
|
47
47
|
- name: Use Node.js ${{ matrix.node-version }}
|
|
@@ -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@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
|
|
63
63
|
with:
|
|
64
64
|
disable-sudo: true
|
|
65
65
|
egress-policy: block
|
|
@@ -68,7 +68,7 @@ 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
|
|
72
72
|
with:
|
|
73
73
|
persist-credentials: false
|
|
74
74
|
- name: Use Node.js 20
|
|
@@ -89,14 +89,14 @@ 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@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
|
|
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
|
|
100
100
|
with:
|
|
101
101
|
fetch-depth: 0
|
|
102
102
|
persist-credentials: false
|
|
@@ -125,14 +125,14 @@ 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@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
|
|
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
|
|
136
136
|
with:
|
|
137
137
|
persist-credentials: false
|
|
138
138
|
- name: Use Node.js 20
|
|
@@ -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@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
|
|
36
36
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
|
37
37
|
with:
|
|
38
38
|
disable-sudo: true
|
|
@@ -47,11 +47,11 @@ 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
|
|
51
51
|
with:
|
|
52
52
|
persist-credentials: false
|
|
53
53
|
|
|
54
|
-
- uses: ossf/scorecard-action@
|
|
54
|
+
- uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
|
|
55
55
|
with:
|
|
56
56
|
results_file: results.sarif
|
|
57
57
|
results_format: sarif
|
|
@@ -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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
|
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@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
|
|
77
77
|
with:
|
|
78
78
|
sarif_file: results.sarif
|
package/CHANGES.md
CHANGED
|
@@ -1,8 +1,62 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
2024-05-13, Version 5.0.9
|
|
2
4
|
=========================
|
|
3
5
|
|
|
4
6
|
* chore: lock file maintenance (renovate[bot])
|
|
5
7
|
|
|
8
|
+
* chore: update ossf/scorecard-action action to v2.3.3 (renovate[bot])
|
|
9
|
+
|
|
10
|
+
* chore: update dependency chai to ^5.1.1 (renovate[bot])
|
|
11
|
+
|
|
12
|
+
* chore: update actions/checkout action to v4.1.5 (renovate[bot])
|
|
13
|
+
|
|
14
|
+
* chore: update github/codeql-action action to v3.25.4 (renovate[bot])
|
|
15
|
+
|
|
16
|
+
* chore: update step-security/harden-runner action to v2.7.1 (renovate[bot])
|
|
17
|
+
|
|
18
|
+
* chore: update github/codeql-action action to v3.25.3 (renovate[bot])
|
|
19
|
+
|
|
20
|
+
* chore: update actions/checkout action to v4.1.4 (renovate[bot])
|
|
21
|
+
|
|
22
|
+
* chore: update dependency @commitlint/cli to ^19.3.0 (renovate[bot])
|
|
23
|
+
|
|
24
|
+
* chore: update github/codeql-action action to v3.25.2 (renovate[bot])
|
|
25
|
+
|
|
26
|
+
* chore: update actions/upload-artifact action to v4.3.3 (renovate[bot])
|
|
27
|
+
|
|
28
|
+
* chore: update actions/checkout action to v4.1.3 (renovate[bot])
|
|
29
|
+
|
|
30
|
+
* chore: update actions/upload-artifact action to v4.3.2 (renovate[bot])
|
|
31
|
+
|
|
32
|
+
* chore: update github/codeql-action action to v3.25.1 (renovate[bot])
|
|
33
|
+
|
|
34
|
+
* chore: update github/codeql-action action to v3.25.0 (renovate[bot])
|
|
35
|
+
|
|
36
|
+
* chore: update commitlint monorepo to ^19.2.2 (renovate[bot])
|
|
37
|
+
|
|
38
|
+
* chore: update github/codeql-action action to v3.24.10 (renovate[bot])
|
|
39
|
+
|
|
40
|
+
* chore: update dependency mocha to ^10.4.0 (renovate[bot])
|
|
41
|
+
|
|
42
|
+
* chore: update dependency express to ^4.19.2 (renovate[bot])
|
|
43
|
+
|
|
44
|
+
* chore: update github/codeql-action action to v3.24.9 (renovate[bot])
|
|
45
|
+
|
|
46
|
+
* chore: update dependency express to ^4.19.1 (renovate[bot])
|
|
47
|
+
|
|
48
|
+
* chore: update dependency express to ^4.19.0 (renovate[bot])
|
|
49
|
+
|
|
50
|
+
* chore: update dependency @commitlint/cli to ^19.2.1 (renovate[bot])
|
|
51
|
+
|
|
52
|
+
* chore: update github/codeql-action action to v3.24.8 (renovate[bot])
|
|
53
|
+
|
|
54
|
+
* chore: update dependency @commitlint/cli to ^19.2.0 (renovate[bot])
|
|
55
|
+
|
|
56
|
+
* chore: update github/codeql-action action to v3.24.7 (renovate[bot])
|
|
57
|
+
|
|
58
|
+
* chore: update commitlint monorepo to ^19.1.0 (renovate[bot])
|
|
59
|
+
|
|
6
60
|
* chore: update dependency express to ^4.18.3 (renovate[bot])
|
|
7
61
|
|
|
8
62
|
* chore: update github/codeql-action action to v3.24.6 (renovate[bot])
|
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.10",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=16"
|
|
8
8
|
},
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"strong-globalize": "^6.0.6"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@commitlint/cli": "^19.0
|
|
30
|
-
"@commitlint/config-conventional": "^19.
|
|
29
|
+
"@commitlint/cli": "^19.3.0",
|
|
30
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
31
31
|
"@types/express": "^4.17.21",
|
|
32
|
-
"chai": "^5.1.
|
|
32
|
+
"chai": "^5.1.1",
|
|
33
33
|
"eslint": "^8.57.0",
|
|
34
34
|
"eslint-config-loopback": "^13.1.0",
|
|
35
|
-
"express": "^4.
|
|
35
|
+
"express": "^4.19.2",
|
|
36
36
|
"lockfile-lint": "^4.13.2",
|
|
37
|
-
"mocha": "^10.
|
|
37
|
+
"mocha": "^10.4.0",
|
|
38
38
|
"supertest": "^6.3.4"
|
|
39
39
|
},
|
|
40
40
|
"browser": {
|