Skip to content

Commit d140213

Browse files
chore: v2.5.1 (#2726)
1 parent 0b55f34 commit d140213

File tree

3 files changed

+40
-30
lines changed

3 files changed

+40
-30
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.5.1](https://github.com/Redocly/redoc/compare/v2.4.0...v2.5.1) (2025-09-26)
2+
3+
4+
### Bug Fixes
5+
6+
* Bumped `mobx-react` dependency to address a security vulnerability.
7+
18
# [2.5.0](https://github.com/Redocly/redoc/compare/v2.4.0...v2.5.0) (2025-04-14)
29

310

package-lock.json

Lines changed: 31 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redoc",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "ReDoc",
55
"repository": {
66
"type": "git",
@@ -147,7 +147,7 @@
147147
"lunr": "^2.3.9",
148148
"mark.js": "^8.11.1",
149149
"marked": "^4.3.0",
150-
"mobx-react": "^9.1.1",
150+
"mobx-react": "9.2.0",
151151
"openapi-sampler": "^1.5.0",
152152
"path-browserify": "^1.0.1",
153153
"perfect-scrollbar": "^1.5.5",

0 commit comments

Comments
 (0)