strong-error-handler 5.0.21 → 5.0.22
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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
|
|
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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
|
|
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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
|
|
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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.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@
|
|
62
|
+
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.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@
|
|
92
|
+
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.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@
|
|
128
|
+
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.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@
|
|
35
|
+
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
|
|
36
36
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
|
37
37
|
with:
|
|
38
38
|
disable-sudo: true
|
|
@@ -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@
|
|
76
|
+
- uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
|
|
77
77
|
with:
|
|
78
78
|
sarif_file: results.sarif
|
package/CHANGES.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
2025-08-11, Version 5.0.22
|
|
2
|
+
==========================
|
|
3
|
+
|
|
4
|
+
* chore: update github/codeql-action action to v3.29.8 (renovate[bot])
|
|
5
|
+
|
|
6
|
+
* chore: update dependency eslint to ^9.33.0 (renovate[bot])
|
|
7
|
+
|
|
8
|
+
* chore: update github/codeql-action action to v3.29.5 (renovate[bot])
|
|
9
|
+
|
|
10
|
+
* chore: lock file maintenance (renovate[bot])
|
|
11
|
+
|
|
12
|
+
* chore: update dependency eslint to ^9.32.0 (renovate[bot])
|
|
13
|
+
|
|
14
|
+
* chore: update github/codeql-action action to v3.29.4 (renovate[bot])
|
|
15
|
+
|
|
16
|
+
* chore: update dependency supertest to ^7.1.4 (renovate[bot])
|
|
17
|
+
|
|
18
|
+
* chore: update github/codeql-action action to v3.29.3 (renovate[bot])
|
|
19
|
+
|
|
20
|
+
* chore: update step-security/harden-runner action to v2.13.0 (renovate[bot])
|
|
21
|
+
|
|
22
|
+
|
|
1
23
|
2025-07-14, Version 5.0.21
|
|
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.
|
|
5
|
+
"version": "5.0.22",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=16"
|
|
8
8
|
},
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"@eslint/eslintrc": "^3.3.1",
|
|
32
32
|
"@types/express": "^5.0.3",
|
|
33
33
|
"chai": "^5.2.1",
|
|
34
|
-
"eslint": "^9.
|
|
34
|
+
"eslint": "^9.33.0",
|
|
35
35
|
"eslint-config-loopback": "^13.1.0",
|
|
36
36
|
"eslint-plugin-mocha": "^10.5.0",
|
|
37
37
|
"express": "^5.1.0",
|
|
38
38
|
"lockfile-lint": "^4.14.1",
|
|
39
39
|
"mocha": "^10.8.2",
|
|
40
|
-
"supertest": "^7.1.
|
|
40
|
+
"supertest": "^7.1.4"
|
|
41
41
|
},
|
|
42
42
|
"browser": {
|
|
43
43
|
"strong-error-handler": false
|