@forge/react 12.0.2-next.2 → 12.0.2-next.2-experimental-bd3d812

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @forge/react
2
2
 
3
+ ## 12.0.2-next.2-experimental-bd3d812
4
+
5
+ ### Patch Changes
6
+
7
+ - e32da06: Bump forge-react-types
8
+ - 728f682: Upgrade `uuid` dependency to `^11.1.1` to address CVE-2026-41907 (missing buffer bounds check in uuid v3/v5/v6 when `buf` is provided).
9
+ - Updated dependencies [f1ec6d7]
10
+ - @forge/bridge@6.1.1-next.3-experimental-bd3d812
11
+
3
12
  ## 12.0.2-next.2
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "12.0.2-next.2",
3
+ "version": "12.0.2-next.2-experimental-bd3d812",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -36,7 +36,7 @@
36
36
  "@atlaskit/adf-schema": "^48.0.0",
37
37
  "@atlaskit/adf-utils": "^19.19.0",
38
38
  "@atlaskit/forge-react-types": "^2.1.1",
39
- "@forge/bridge": "^6.1.1-next.1",
39
+ "@forge/bridge": "^6.1.1-next.3-experimental-bd3d812",
40
40
  "@forge/egress": "^3.0.0",
41
41
  "@forge/i18n": "1.0.0",
42
42
  "@types/react": "^18.2.64",