@checkstack/healthcheck-backend 1.9.0 → 1.9.2

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 +48 -0
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # @checkstack/healthcheck-backend
2
2
 
3
+ ## 1.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 2ec8f64: Security: auto-remediated fixable vulnerabilities flagged by the daily scan.
8
+
9
+ - `hono` 4.12.23 → 4.12.25 (CVE-2026-54286, CVE-2026-54287, CVE-2026-54288, CVE-2026-54289, CVE-2026-54290)
10
+ - `nodemailer` 9.0.0 → 9.0.1 (GHSA-p6gq-j5cr-w38f)
11
+ - `dompurify` 3.4.3 → 3.4.11 (CVE-2026-49458, CVE-2026-49459, CVE-2026-49978, GHSA-76mc-f452-cxcm, GHSA-cmwh-pvxp-8882)
12
+ - `protobufjs` 7.5.8 → 7.6.3 (CVE-2026-48712, CVE-2026-54269)
13
+ - `undici` 7.24.7 → 7.28.0 (CVE-2026-9678, CVE-2026-9697)
14
+
15
+ - Updated dependencies [2ec8f64]
16
+ - @checkstack/backend-api@0.24.1
17
+ - @checkstack/catalog-backend@1.5.2
18
+ - @checkstack/automation-backend@0.9.2
19
+ - @checkstack/secrets-backend@0.2.11
20
+ - @checkstack/ai-backend@0.7.2
21
+ - @checkstack/command-backend@0.2.11
22
+ - @checkstack/gitops-backend@0.5.11
23
+ - @checkstack/incident-backend@1.8.2
24
+ - @checkstack/satellite-backend@0.6.15
25
+ - @checkstack/script-packages-backend@0.3.14
26
+ - @checkstack/status-page-backend@0.2.1
27
+
28
+ ## 1.9.1
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [b1a5f3c]
33
+ - @checkstack/backend-api@0.24.0
34
+ - @checkstack/status-page-common@0.2.0
35
+ - @checkstack/status-page-backend@0.2.0
36
+ - @checkstack/ai-backend@0.7.1
37
+ - @checkstack/automation-backend@0.9.1
38
+ - @checkstack/catalog-backend@1.5.1
39
+ - @checkstack/command-backend@0.2.10
40
+ - @checkstack/gitops-backend@0.5.10
41
+ - @checkstack/incident-backend@1.8.1
42
+ - @checkstack/satellite-backend@0.6.14
43
+ - @checkstack/script-packages-backend@0.3.13
44
+ - @checkstack/secrets-backend@0.2.10
45
+ - @checkstack/catalog-common@2.4.1
46
+ - @checkstack/healthcheck-common@1.7.1
47
+ - @checkstack/incident-common@1.6.1
48
+ - @checkstack/maintenance-common@1.7.1
49
+ - @checkstack/sdk@0.109.1
50
+
3
51
  ## 1.9.0
4
52
 
5
53
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checkstack/healthcheck-backend",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "license": "Elastic-2.0",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -14,35 +14,35 @@
14
14
  "lint:code": "eslint . --max-warnings 0"
15
15
  },
16
16
  "dependencies": {
17
- "@checkstack/backend-api": "0.23.0",
18
- "@checkstack/ai-backend": "0.7.0",
17
+ "@checkstack/backend-api": "0.24.1",
18
+ "@checkstack/ai-backend": "0.7.2",
19
19
  "@checkstack/ai-common": "0.5.0",
20
- "@checkstack/script-packages-backend": "0.3.12",
20
+ "@checkstack/script-packages-backend": "0.3.14",
21
21
  "@checkstack/cache-api": "0.3.13",
22
22
  "@checkstack/cache-utils": "0.2.18",
23
- "@checkstack/catalog-backend": "1.5.0",
24
- "@checkstack/catalog-common": "2.4.0",
25
- "@checkstack/command-backend": "0.2.9",
23
+ "@checkstack/catalog-backend": "1.5.2",
24
+ "@checkstack/catalog-common": "2.4.1",
25
+ "@checkstack/command-backend": "0.2.11",
26
26
  "@checkstack/common": "0.16.0",
27
- "@checkstack/gitops-backend": "0.5.9",
27
+ "@checkstack/gitops-backend": "0.5.11",
28
28
  "@checkstack/gitops-common": "0.6.4",
29
- "@checkstack/healthcheck-common": "1.7.0",
29
+ "@checkstack/healthcheck-common": "1.7.1",
30
30
  "@checkstack/secrets-common": "0.2.4",
31
- "@checkstack/secrets-backend": "0.2.9",
32
- "@checkstack/incident-backend": "1.8.0",
33
- "@checkstack/incident-common": "1.6.0",
34
- "@checkstack/automation-backend": "0.9.0",
35
- "@checkstack/maintenance-common": "1.7.0",
31
+ "@checkstack/secrets-backend": "0.2.11",
32
+ "@checkstack/incident-backend": "1.8.2",
33
+ "@checkstack/incident-common": "1.6.1",
34
+ "@checkstack/automation-backend": "0.9.2",
35
+ "@checkstack/maintenance-common": "1.7.1",
36
36
  "@checkstack/notification-common": "1.3.4",
37
37
  "@checkstack/queue-api": "0.3.13",
38
- "@checkstack/satellite-backend": "0.6.13",
39
- "@checkstack/sdk": "0.108.1",
38
+ "@checkstack/satellite-backend": "0.6.15",
39
+ "@checkstack/sdk": "0.111.0",
40
40
  "@checkstack/signal-common": "0.2.10",
41
- "@checkstack/status-page-backend": "0.1.0",
42
- "@checkstack/status-page-common": "0.1.0",
41
+ "@checkstack/status-page-backend": "0.2.1",
42
+ "@checkstack/status-page-common": "0.2.0",
43
43
  "@hono/zod-validator": "^0.7.6",
44
44
  "drizzle-orm": "^0.45.0",
45
- "hono": "^4.12.23",
45
+ "hono": "^4.12.25",
46
46
  "tdigest": "^0.1.2",
47
47
  "yaml": "^2.6.1",
48
48
  "zod": "^4.2.1",
@@ -52,7 +52,7 @@
52
52
  "devDependencies": {
53
53
  "@checkstack/drizzle-helper": "0.0.5",
54
54
  "@checkstack/scripts": "0.6.2",
55
- "@checkstack/test-utils-backend": "0.1.43",
55
+ "@checkstack/test-utils-backend": "0.1.45",
56
56
  "@checkstack/tsconfig": "0.0.7",
57
57
  "@types/bun": "^1.0.0",
58
58
  "@types/tdigest": "^0.1.5",