strong-error-handler 5.0.17 → 5.0.19

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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
23
+ - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
38
+ uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
44
+ uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
34
+ - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
48
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
62
+ - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
75
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
92
+ - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
104
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
128
+ - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
139
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
35
+ - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
69
+ - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
76
+ - uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
77
77
  with:
78
78
  sarif_file: results.sarif
package/CHANGES.md CHANGED
@@ -1,12 +1,56 @@
1
- 2025-03-17, Version 5.0.17
1
+ 2025-05-12, Version 5.0.19
2
2
  ==========================
3
3
 
4
- * chore: update dependency mocha to v11 (renovate[bot])
4
+ * chore: lock file maintenance (renovate[bot])
5
5
 
6
- * chore: update actions/setup-node action to v4.3.0 (renovate[bot])
6
+ * chore: update commitlint monorepo to ^19.8.1 (renovate[bot])
7
+
8
+ * chore: update dependency eslint to ^9.26.0 (renovate[bot])
9
+
10
+ * chore: update github/codeql-action action to v3.28.17 (renovate[bot])
11
+
12
+ * chore: update dependency lockfile-lint to ^4.14.1 (renovate[bot])
13
+
14
+ * chore: update github/codeql-action action to v3.28.16 (renovate[bot])
15
+
16
+ * chore: update step-security/harden-runner action to v2.12.0 (renovate[bot])
17
+
18
+ * chore: update dependency eslint to ^9.25.1 (renovate[bot])
19
+
20
+ * chore: update dependency eslint to ^9.25.0 (renovate[bot])
21
+
22
+
23
+ 2025-04-14, Version 5.0.18
24
+ ==========================
7
25
 
8
26
  * chore: lock file maintenance (renovate[bot])
9
27
 
28
+ * chore: update actions/setup-node action to v4.4.0 (renovate[bot])
29
+
30
+ * chore: update github/codeql-action action to v3.28.15 (renovate[bot])
31
+
32
+ * chore: update github/codeql-action action to v3.28.14 (renovate[bot])
33
+
34
+ * chore: update dependency eslint to ^9.24.0 (renovate[bot])
35
+
36
+ * chore: update dependency express to v5 (renovate[bot])
37
+
38
+ * chore: update step-security/harden-runner action to v2.11.1 (renovate[bot])
39
+
40
+ * chore: update github/codeql-action action to v3.28.13 (renovate[bot])
41
+
42
+ * chore: update dependency eslint to ^9.23.0 (renovate[bot])
43
+
44
+ * chore: update dependency @eslint/eslintrc to ^3.3.1 (renovate[bot])
45
+
46
+ * chore: update dependency supertest to ^7.1.0 (renovate[bot])
47
+
48
+ * chore: update actions/upload-artifact action to v4.6.2 (renovate[bot])
49
+
50
+ * chore: update github/codeql-action action to v3.28.12 (renovate[bot])
51
+
52
+ * chore: update actions/setup-node action to v4.3.0 (renovate[bot])
53
+
10
54
  * chore: update dependency eslint to ^9.22.0 (renovate[bot])
11
55
 
12
56
  * chore: update commitlint monorepo to ^19.8.0 (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.17",
5
+ "version": "5.0.19",
6
6
  "engines": {
7
7
  "node": ">=16"
8
8
  },
@@ -26,18 +26,18 @@
26
26
  "strong-globalize": "^6.0.6"
27
27
  },
28
28
  "devDependencies": {
29
- "@commitlint/cli": "^19.8.0",
30
- "@commitlint/config-conventional": "^19.8.0",
31
- "@eslint/eslintrc": "^3.3.0",
32
- "@types/express": "^4.17.21",
29
+ "@commitlint/cli": "^19.8.1",
30
+ "@commitlint/config-conventional": "^19.8.1",
31
+ "@eslint/eslintrc": "^3.3.1",
32
+ "@types/express": "^5.0.1",
33
33
  "chai": "^5.2.0",
34
- "eslint": "^9.22.0",
34
+ "eslint": "^9.26.0",
35
35
  "eslint-config-loopback": "^13.1.0",
36
36
  "eslint-plugin-mocha": "^10.5.0",
37
- "express": "^4.21.2",
38
- "lockfile-lint": "^4.14.0",
39
- "mocha": "^11.1.0",
40
- "supertest": "^7.0.0"
37
+ "express": "^5.1.0",
38
+ "lockfile-lint": "^4.14.1",
39
+ "mocha": "^10.8.2",
40
+ "supertest": "^7.1.0"
41
41
  },
42
42
  "browser": {
43
43
  "strong-error-handler": false