@redocly/realm 0.130.3 → 0.130.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.
- package/CHANGELOG.md +12 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
# @redocly/realm
|
|
2
2
|
|
|
3
|
+
## 0.130.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5b1e533559: Fixed security vulnerability CVE-2026-25128 in fast-xml-parser by upgrading openapi-sampler to version 1.7.0.
|
|
8
|
+
- Updated dependencies [5b1e533559]
|
|
9
|
+
- @redocly/portal-plugin-mock-server@0.15.2
|
|
10
|
+
- @redocly/asyncapi-docs@1.7.2
|
|
11
|
+
- @redocly/openapi-docs@3.18.2
|
|
12
|
+
- @redocly/theme@0.62.1
|
|
13
|
+
- @redocly/graphql-docs@1.7.1
|
|
14
|
+
|
|
3
15
|
## 0.130.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
19
|
- 0beb1adad0: Fixed a bug where AI search events were not tracked for project analytics.
|
|
8
|
-
- e7708a15f1: Fixed security vulnerability `CVE-2026-26278` in `fast-xml-parser` by upgrading to version `5.3.6`.
|
|
9
20
|
- Updated dependencies [e7708a15f1]
|
|
10
21
|
- Updated dependencies [e7708a15f1]
|
|
11
22
|
- @redocly/portal-plugin-mock-server@0.15.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/realm",
|
|
3
|
-
"version": "0.130.
|
|
3
|
+
"version": "0.130.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"nanoid": "5.0.9",
|
|
65
65
|
"node-fetch": "3.3.1",
|
|
66
66
|
"nprogress": "0.2.0",
|
|
67
|
-
"openapi-sampler": "1.
|
|
67
|
+
"openapi-sampler": "1.7.0",
|
|
68
68
|
"os-browserify": "0.3.0",
|
|
69
69
|
"path-browserify": "1.0.1",
|
|
70
70
|
"picomatch": "2.3.1",
|
|
@@ -90,14 +90,14 @@
|
|
|
90
90
|
"xml-crypto": "6.0.1",
|
|
91
91
|
"xpath": "0.0.34",
|
|
92
92
|
"yaml-ast-parser": "0.0.43",
|
|
93
|
-
"@redocly/graphql-docs": "1.7.0",
|
|
94
|
-
"@redocly/openapi-docs": "3.18.1",
|
|
95
|
-
"@redocly/realm-asyncapi-sdk": "0.8.1",
|
|
96
93
|
"@redocly/config": "0.42.0",
|
|
97
|
-
"@redocly/portal-plugin-mock-server": "0.15.
|
|
94
|
+
"@redocly/portal-plugin-mock-server": "0.15.2",
|
|
98
95
|
"@redocly/portal-legacy-ui": "0.13.0",
|
|
99
|
-
"@redocly/
|
|
100
|
-
"@redocly/
|
|
96
|
+
"@redocly/graphql-docs": "1.7.1",
|
|
97
|
+
"@redocly/openapi-docs": "3.18.2",
|
|
98
|
+
"@redocly/theme": "0.62.1",
|
|
99
|
+
"@redocly/realm-asyncapi-sdk": "0.8.1",
|
|
100
|
+
"@redocly/asyncapi-docs": "1.7.2"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"react": "^19.2.4",
|