strong-error-handler 4.0.2 → 4.0.4

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.
Files changed (2) hide show
  1. package/CHANGES.md +30 -0
  2. package/package.json +4 -4
package/CHANGES.md CHANGED
@@ -1,3 +1,33 @@
1
+ 2023-05-15, Version 4.0.4
2
+ =========================
3
+
4
+ * chore: lock file maintenance (renovate[bot])
5
+
6
+ * chore: update dependency eslint to ^8.40.0 (renovate[bot])
7
+
8
+ * chore: update dependency @commitlint/config-conventional to ^17.6.3 (renovate[bot])
9
+
10
+ * chore: update dependency eslint to ^8.39.0 (renovate[bot])
11
+
12
+ * chore: update dependency @commitlint/config-conventional to ^17.6.1 (renovate[bot])
13
+
14
+
15
+ 2023-04-13, Version 4.0.3
16
+ =========================
17
+
18
+ * chore: update dependency @commitlint/config-conventional to ^17.6.0 (renovate[bot])
19
+
20
+ * chore: update dependency eslint to ^8.38.0 (renovate[bot])
21
+
22
+ * chore: lock file maintenance (renovate[bot])
23
+
24
+ * chore: update dependency eslint to ^8.37.0 (renovate[bot])
25
+
26
+ * chore: update dependency ejs to ^3.1.9 (renovate[bot])
27
+
28
+ * chore: update dependency eslint to ^8.36.0 (renovate[bot])
29
+
30
+
1
31
  2023-03-09, Version 4.0.2
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": "4.0.2",
5
+ "version": "4.0.4",
6
6
  "engines": {
7
7
  "node": ">=10"
8
8
  },
@@ -19,17 +19,17 @@
19
19
  "dependencies": {
20
20
  "accepts": "^1.3.8",
21
21
  "debug": "^4.3.4",
22
- "ejs": "^3.1.8",
22
+ "ejs": "^3.1.9",
23
23
  "fast-safe-stringify": "^2.1.1",
24
24
  "http-status": "^1.6.2",
25
25
  "js2xmlparser": "^4.0.2",
26
26
  "strong-globalize": "^6.0.5"
27
27
  },
28
28
  "devDependencies": {
29
- "@commitlint/config-conventional": "^17.4.4",
29
+ "@commitlint/config-conventional": "^17.6.3",
30
30
  "@types/express": "^4.17.17",
31
31
  "chai": "^4.3.7",
32
- "eslint": "^8.35.0",
32
+ "eslint": "^8.40.0",
33
33
  "eslint-config-loopback": "^13.1.0",
34
34
  "express": "^4.18.2",
35
35
  "mocha": "^10.2.0",