@checkstack/healthcheck-backend 1.23.2 → 1.23.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/CHANGELOG.md +70 -0
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,5 +1,75 @@
1
1
  # @checkstack/healthcheck-backend
2
2
 
3
+ ## 1.23.4
4
+
5
+ ### Patch Changes
6
+
7
+ - b8a00da: Security: auto-remediated fixable vulnerabilities flagged by the daily scan.
8
+
9
+ - `hono` 4.13.3 → 4.13.5 (CVE-2026-84363, CVE-2026-84364, CVE-2026-84365)
10
+ - `js-yaml` 4.3.1 → 4.3.2 (CVE-2026-84375)
11
+ - `nodemailer` 9.0.5 → 9.1.1 (GHSA-2x7j-588g-ccc2, GHSA-8m3c-c648-2xjj, GHSA-cc9r-2j5m-2m83, GHSA-wmmp-3585-3rmp)
12
+ - `adm-zip` 0.6.0 → 0.6.1 (CVE-2026-77301)
13
+ - `astro` 7.2.4 → 7.2.8 (GHSA-26w7-cxv4-gfx2)
14
+ - `devalue` 5.9.1 → 5.9.2 (CVE-2026-81176)
15
+ - `sharp` 0.35.3 → 0.35.4 (GHSA-rgj7-g3m4-5g8c)
16
+ - `svgo` 4.0.2 → 4.1.0 (CVE-2026-84369, CVE-2026-84370)
17
+
18
+ - Updated dependencies [b8a00da]
19
+ - Updated dependencies [b8a00da]
20
+ - Updated dependencies [b8a00da]
21
+ - Updated dependencies [b8a00da]
22
+ - @checkstack/ai-backend@0.11.9
23
+ - @checkstack/backend-api@0.35.3
24
+ - @checkstack/catalog-backend@1.10.6
25
+ - @checkstack/script-packages-backend@0.4.10
26
+ - @checkstack/automation-backend@0.11.13
27
+ - @checkstack/incident-backend@1.14.4
28
+ - @checkstack/secrets-backend@0.3.13
29
+ - @checkstack/command-backend@0.3.3
30
+ - @checkstack/gitops-backend@0.5.31
31
+ - @checkstack/healthcheck-execution@0.35.4
32
+ - @checkstack/satellite-backend@0.10.4
33
+ - @checkstack/status-page-backend@0.7.4
34
+ - @checkstack/sdk@0.140.1
35
+
36
+ ## 1.23.3
37
+
38
+ ### Patch Changes
39
+
40
+ - 68ef4b2: Security: auto-remediated fixable vulnerabilities flagged by the daily scan.
41
+
42
+ - `hono` 4.12.31 → 4.12.34 (CVE-2026-69207, CVE-2026-71848, CVE-2026-71850)
43
+ - `js-yaml` 4.3.0 → 4.3.1 (GHSA-5p4m-2wfm-xmqj)
44
+ - `postcss` 8.5.19 → 8.5.23 (CVE-2026-69153)
45
+ - `brace-expansion` 5.0.8 → 5.0.9 (CVE-2026-69152)
46
+ - `dompurify` 3.4.12 → 3.4.13 (GHSA-55q2-fjhq-7xh7)
47
+ - `fast-uri` 3.1.4 → 3.1.5 (CVE-2026-18446)
48
+ - `mermaid` 11.16.0 → 11.16.1 (CVE-2026-50159, CVE-2026-71436, CVE-2026-71437, CVE-2026-71439)
49
+ - `nanoid` 3.3.16 → 3.3.18 (CVE-2026-67213)
50
+ - `undici` 7.28.0 → 7.29.0 (CVE-2026-13697, CVE-2026-14643, CVE-2026-15157, CVE-2026-16728, CVE-2026-16729)
51
+
52
+ - Updated dependencies [68ef4b2]
53
+ - Updated dependencies [c972254]
54
+ - @checkstack/backend-api@0.35.2
55
+ - @checkstack/catalog-backend@1.10.5
56
+ - @checkstack/ai-backend@0.11.8
57
+ - @checkstack/automation-backend@0.11.12
58
+ - @checkstack/secrets-backend@0.3.12
59
+ - @checkstack/command-backend@0.3.2
60
+ - @checkstack/gitops-backend@0.5.30
61
+ - @checkstack/healthcheck-execution@0.35.3
62
+ - @checkstack/incident-backend@1.14.3
63
+ - @checkstack/satellite-backend@0.10.3
64
+ - @checkstack/script-packages-backend@0.4.9
65
+ - @checkstack/status-page-backend@0.7.3
66
+ - @checkstack/catalog-common@2.8.4
67
+ - @checkstack/sdk@0.139.1
68
+ - @checkstack/healthcheck-common@1.19.3
69
+ - @checkstack/incident-common@1.11.2
70
+ - @checkstack/maintenance-common@1.11.2
71
+ - @checkstack/satellite-common@0.12.2
72
+
3
73
  ## 1.23.2
4
74
 
5
75
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checkstack/healthcheck-backend",
3
- "version": "1.23.2",
3
+ "version": "1.23.4",
4
4
  "license": "Elastic-2.0",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -14,39 +14,39 @@
14
14
  "lint:code": "eslint . --max-warnings 0"
15
15
  },
16
16
  "dependencies": {
17
- "@checkstack/ai-backend": "0.11.7",
17
+ "@checkstack/ai-backend": "0.11.9",
18
18
  "@checkstack/ai-common": "0.6.8",
19
- "@checkstack/automation-backend": "0.11.11",
20
- "@checkstack/backend-api": "0.35.1",
19
+ "@checkstack/automation-backend": "0.11.13",
20
+ "@checkstack/backend-api": "0.35.3",
21
21
  "@checkstack/cache-api": "0.3.21",
22
22
  "@checkstack/cache-utils": "0.3.2",
23
- "@checkstack/catalog-backend": "1.10.4",
24
- "@checkstack/catalog-common": "2.8.3",
25
- "@checkstack/command-backend": "0.3.1",
23
+ "@checkstack/catalog-backend": "1.10.6",
24
+ "@checkstack/catalog-common": "2.8.4",
25
+ "@checkstack/command-backend": "0.3.3",
26
26
  "@checkstack/common": "0.24.0",
27
- "@checkstack/gitops-backend": "0.5.29",
27
+ "@checkstack/gitops-backend": "0.5.31",
28
28
  "@checkstack/gitops-common": "0.7.5",
29
- "@checkstack/healthcheck-common": "1.19.2",
30
- "@checkstack/healthcheck-execution": "0.35.2",
31
- "@checkstack/incident-backend": "1.14.2",
32
- "@checkstack/incident-common": "1.11.1",
33
- "@checkstack/maintenance-common": "1.11.1",
29
+ "@checkstack/healthcheck-common": "1.19.3",
30
+ "@checkstack/healthcheck-execution": "0.35.4",
31
+ "@checkstack/incident-backend": "1.14.4",
32
+ "@checkstack/incident-common": "1.11.2",
33
+ "@checkstack/maintenance-common": "1.11.2",
34
34
  "@checkstack/notification-common": "1.9.0",
35
35
  "@checkstack/queue-api": "0.4.1",
36
- "@checkstack/satellite-backend": "0.10.2",
37
- "@checkstack/satellite-common": "0.12.1",
38
- "@checkstack/script-packages-backend": "0.4.8",
39
- "@checkstack/sdk": "0.138.0",
40
- "@checkstack/secrets-backend": "0.3.11",
36
+ "@checkstack/satellite-backend": "0.10.4",
37
+ "@checkstack/satellite-common": "0.12.2",
38
+ "@checkstack/script-packages-backend": "0.4.10",
39
+ "@checkstack/sdk": "0.140.1",
40
+ "@checkstack/secrets-backend": "0.3.13",
41
41
  "@checkstack/secrets-common": "0.3.4",
42
42
  "@checkstack/signal-common": "0.3.2",
43
- "@checkstack/status-page-backend": "0.7.2",
43
+ "@checkstack/status-page-backend": "0.7.4",
44
44
  "@checkstack/status-page-common": "0.7.1",
45
45
  "@hono/zod-validator": "^0.7.6",
46
46
  "@orpc/contract": "^1.14.4",
47
47
  "@orpc/server": "^1.14.4",
48
48
  "drizzle-orm": "^0.45.0",
49
- "hono": "^4.12.25",
49
+ "hono": "^4.13.5",
50
50
  "jsonpath-plus": "^10.4.0",
51
51
  "yaml": "^2.6.1",
52
52
  "zod": "^4.2.1"
@@ -54,7 +54,7 @@
54
54
  "devDependencies": {
55
55
  "@checkstack/drizzle-helper": "0.0.6",
56
56
  "@checkstack/scripts": "0.7.7",
57
- "@checkstack/test-utils-backend": "0.1.63",
57
+ "@checkstack/test-utils-backend": "0.1.65",
58
58
  "@checkstack/tsconfig": "0.0.7",
59
59
  "@types/bun": "^1.0.0",
60
60
  "@types/pg": "^8.20.0",