strong-error-handler 5.0.15 → 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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
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
@@ -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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
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,33 @@
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
+
1
31
  2025-01-13, Version 5.0.15
2
32
  ==========================
3
33
 
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.15",
5
+ "version": "5.0.16",
6
6
  "engines": {
7
7
  "node": ">=16"
8
8
  },
@@ -26,12 +26,12 @@
26
26
  "strong-globalize": "^6.0.6"
27
27
  },
28
28
  "devDependencies": {
29
- "@commitlint/cli": "^19.6.1",
30
- "@commitlint/config-conventional": "^19.6.0",
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.18.0",
34
+ "eslint": "^9.20.0",
35
35
  "eslint-config-loopback": "^13.1.0",
36
36
  "eslint-plugin-mocha": "^10.5.0",
37
37
  "express": "^4.21.2",