strong-error-handler 5.0.19 → 5.0.20

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.
@@ -35,11 +35,11 @@ jobs:
35
35
  persist-credentials: false
36
36
 
37
37
  - name: Initialize CodeQL
38
- uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
38
+ uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
44
+ uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
45
45
 
@@ -51,7 +51,7 @@ jobs:
51
51
  with:
52
52
  persist-credentials: false
53
53
 
54
- - uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
54
+ - uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
55
55
  with:
56
56
  results_file: results.sarif
57
57
  results_format: sarif
@@ -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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
76
+ - uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
77
77
  with:
78
78
  sarif_file: results.sarif
package/CHANGES.md CHANGED
@@ -1,3 +1,27 @@
1
+ 2025-06-09, Version 5.0.20
2
+ ==========================
3
+
4
+ * chore: lock file maintenance (renovate[bot])
5
+
6
+ * chore: update dependency @types/express to ^5.0.3 (renovate[bot])
7
+
8
+ * chore: update github/codeql-action action to v3.28.19 (renovate[bot])
9
+
10
+ * chore: update dependency eslint to ^9.28.0 (renovate[bot])
11
+
12
+ * chore: update ossf/scorecard-action action to v2.4.2 (renovate[bot])
13
+
14
+ * chore: update dependency @types/express to ^5.0.2 (renovate[bot])
15
+
16
+ * chore: update dependency eslint to ^9.27.0 (renovate[bot])
17
+
18
+ * chore: update github/codeql-action action to v3.28.18 (renovate[bot])
19
+
20
+ * chore: update dependency debug to ^4.4.1 (renovate[bot])
21
+
22
+ * chore: update dependency supertest to ^7.1.1 (renovate[bot])
23
+
24
+
1
25
  2025-05-12, Version 5.0.19
2
26
  ==========================
3
27
 
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.19",
5
+ "version": "5.0.20",
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.4.0",
21
+ "debug": "^4.4.1",
22
22
  "fast-safe-stringify": "^2.1.1",
23
23
  "handlebars": "^4.7.8",
24
24
  "http-status": "^1.8.1",
@@ -29,15 +29,15 @@
29
29
  "@commitlint/cli": "^19.8.1",
30
30
  "@commitlint/config-conventional": "^19.8.1",
31
31
  "@eslint/eslintrc": "^3.3.1",
32
- "@types/express": "^5.0.1",
32
+ "@types/express": "^5.0.3",
33
33
  "chai": "^5.2.0",
34
- "eslint": "^9.26.0",
34
+ "eslint": "^9.28.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.0"
40
+ "supertest": "^7.1.1"
41
41
  },
42
42
  "browser": {
43
43
  "strong-error-handler": false