@checkstack/announcement-backend 0.3.6 → 0.3.8

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 +47 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # @checkstack/announcement-backend
2
2
 
3
+ ## 0.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06b899]
8
+ - Updated dependencies [a06b899]
9
+ - @checkstack/backend-api@0.16.0
10
+ - @checkstack/auth-backend@0.4.28
11
+ - @checkstack/cache-api@0.3.3
12
+ - @checkstack/command-backend@0.1.28
13
+ - @checkstack/cache-utils@0.2.8
14
+
15
+ ## 0.3.7
16
+
17
+ ### Patch Changes
18
+
19
+ - b33fb4d: Refresh `bun.lock` to clear MEDIUM-severity Trivy advisories on transitive
20
+ runtime dependencies. No public API change — bumping every workspace
21
+ package that lists `@orpc/server` as a direct dep so consumers re-resolve
22
+ the optional `ws` peer to the patched release on their next install.
23
+
24
+ - `ws` `8.20.0` → `8.20.1` (CVE-2026-45736). Pulled into the install tree
25
+ as `@orpc/server`'s optional WebSocket peer; Bun auto-installs it into
26
+ every backend package that depends on `@orpc/server`, so a stale 8.20.0
27
+ ships in the consumer's `node_modules` until the parent package
28
+ re-resolves.
29
+ - `brace-expansion` `5.0.5` → `5.0.6` (CVE-2026-45149). Pulled in only
30
+ through dev tooling (`minimatch@10` via `@typescript-eslint` and
31
+ `storybook`'s `glob@13`), so it does not ship to consumers and no
32
+ workspace `package.json` lists it; the lockfile bump alone clears the
33
+ finding for the Docker image and the local dev tree. No version bump
34
+ is attributed to this advisory.
35
+
36
+ The fix lives entirely in `bun.lock` — no `package.json`, `overrides`, or
37
+ `resolutions` change is needed because both parent ranges (`minimatch@10
38
+ → brace-expansion@^5.0.5`, `@orpc/server / storybook / happy-dom →
39
+ ws@>=8.18.x`) already accept the patched releases, and `bun install`
40
+ keeps the resolved versions sticky after the initial `bun update`.
41
+
42
+ - Updated dependencies [1909a61]
43
+ - Updated dependencies [b33fb4d]
44
+ - @checkstack/backend-api@0.15.3
45
+ - @checkstack/auth-backend@0.4.27
46
+ - @checkstack/command-backend@0.1.27
47
+ - @checkstack/cache-api@0.3.2
48
+ - @checkstack/cache-utils@0.2.7
49
+
3
50
  ## 0.3.6
4
51
 
5
52
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checkstack/announcement-backend",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
4
4
  "license": "Elastic-2.0",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -14,22 +14,22 @@
14
14
  "lint:code": "eslint . --max-warnings 0"
15
15
  },
16
16
  "dependencies": {
17
- "@checkstack/backend-api": "0.15.1",
18
- "@checkstack/cache-api": "0.3.0",
19
- "@checkstack/cache-utils": "0.2.5",
20
- "@checkstack/announcement-common": "0.3.2",
21
- "@checkstack/auth-backend": "0.4.25",
22
- "@checkstack/command-backend": "0.1.25",
23
- "@checkstack/common": "0.9.0",
24
- "@checkstack/signal-common": "0.2.2",
17
+ "@checkstack/backend-api": "0.15.3",
18
+ "@checkstack/cache-api": "0.3.2",
19
+ "@checkstack/cache-utils": "0.2.7",
20
+ "@checkstack/announcement-common": "0.4.0",
21
+ "@checkstack/auth-backend": "0.4.27",
22
+ "@checkstack/command-backend": "0.1.27",
23
+ "@checkstack/common": "0.10.0",
24
+ "@checkstack/signal-common": "0.2.3",
25
25
  "drizzle-orm": "^0.45.0",
26
26
  "zod": "^4.2.1",
27
27
  "@orpc/server": "^1.13.2"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@checkstack/drizzle-helper": "0.0.5",
31
- "@checkstack/scripts": "0.3.1",
32
- "@checkstack/test-utils-backend": "0.1.25",
31
+ "@checkstack/scripts": "0.3.2",
32
+ "@checkstack/test-utils-backend": "0.1.27",
33
33
  "@checkstack/tsconfig": "0.0.7",
34
34
  "@types/bun": "^1.0.0",
35
35
  "drizzle-kit": "^0.31.10",