@redocly/revel-reef 0.132.0 → 0.132.1
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 +16 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @redocly/revel-reef
|
|
2
2
|
|
|
3
|
+
## 0.132.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2c6eb90f48: Fixed security vulnerability `GHSA-39q2-94rc-95cp` by upgrading `dompurify` to version `3.4.0`.
|
|
8
|
+
- adc17017f1: Fixed security vulnerability `CVE-2026-41650` by upgrading `fast-xml-parser` to version `5.7.1`.
|
|
9
|
+
- 3246b1da21: Fixed security vulnerability `CVE-2026-39356` by upgrading `drizzle-orm` to version `0.45.2`.
|
|
10
|
+
- 387d761304: Fixed security vulnerability `CVE-2026-41673` by upgrading `@xmldom/xmldom` to version `0.9.10`.
|
|
11
|
+
- 2ac1683944: Fixed multiple moderate security vulnerabilities in `hono` dependency by upgrading it to version `4.12.14`.
|
|
12
|
+
- Updated dependencies [2c6eb90f48]
|
|
13
|
+
- Updated dependencies [adc17017f1]
|
|
14
|
+
- @redocly/openapi-docs@3.20.1
|
|
15
|
+
- @redocly/asyncapi-docs@1.9.1
|
|
16
|
+
- @redocly/graphql-docs@1.9.1
|
|
17
|
+
- @redocly/portal-plugin-mock-server@0.17.1
|
|
18
|
+
|
|
3
19
|
## 0.132.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/revel-reef",
|
|
3
|
-
"version": "0.132.
|
|
3
|
+
"version": "0.132.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@tanstack/react-virtual": "3.13.0",
|
|
37
37
|
"@redocly/mcp-typescript-sdk": "1.18.1",
|
|
38
38
|
"@wojtekmaj/react-datetimerange-picker": "6.0.0",
|
|
39
|
-
"@xmldom/xmldom": "0.9.
|
|
39
|
+
"@xmldom/xmldom": "0.9.10",
|
|
40
40
|
"ajv-formats": "^3.0.1",
|
|
41
41
|
"anser": "^2.3.2",
|
|
42
42
|
"babel-plugin-styled-components": "2.1.4",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"colorette": "2.0.20",
|
|
45
45
|
"copy-to-clipboard": "3.3.3",
|
|
46
46
|
"dotenv": "16.4.5",
|
|
47
|
-
"drizzle-orm": "^0.
|
|
47
|
+
"drizzle-orm": "^0.45.0",
|
|
48
48
|
"enquirer": "2.3.6",
|
|
49
49
|
"esbuild": "0.27.0",
|
|
50
50
|
"escape-carriage": "^1.3.1",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"flexsearch": "0.7.43",
|
|
54
54
|
"graphql": "16.12.0",
|
|
55
55
|
"gray-matter": "4.0.3",
|
|
56
|
-
"hono": "4.12.
|
|
56
|
+
"hono": "4.12.14",
|
|
57
57
|
"htmlparser2": "8.0.2",
|
|
58
58
|
"i18next": "22.4.15",
|
|
59
59
|
"is-glob": "4.0.3",
|
|
@@ -90,14 +90,14 @@
|
|
|
90
90
|
"xpath": "0.0.34",
|
|
91
91
|
"yaml-ast-parser": "0.0.43",
|
|
92
92
|
"zod": "^3.25.76",
|
|
93
|
-
"@redocly/asyncapi-docs": "1.9.
|
|
94
|
-
"@redocly/openapi-docs": "3.20.0",
|
|
93
|
+
"@redocly/asyncapi-docs": "1.9.1",
|
|
95
94
|
"@redocly/portal-legacy-ui": "0.15.0",
|
|
96
|
-
"@redocly/portal-plugin-mock-server": "0.17.0",
|
|
97
95
|
"@redocly/realm-asyncapi-sdk": "0.10.0",
|
|
98
|
-
"@redocly/
|
|
96
|
+
"@redocly/portal-plugin-mock-server": "0.17.1",
|
|
97
|
+
"@redocly/openapi-docs": "3.20.1",
|
|
99
98
|
"@redocly/config": "0.48.0",
|
|
100
|
-
"@redocly/
|
|
99
|
+
"@redocly/theme": "0.64.0",
|
|
100
|
+
"@redocly/graphql-docs": "1.9.1"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"react": "^19.2.4",
|