fix(deps): update dependency redoc to ^2.5.0

This commit is contained in:
renovate[bot]
2025-04-14 16:24:14 +00:00
committed by GitHub
parent 6498bb5ee6
commit dde0736fcf
2 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@
"react-redux": "^9.2.0",
"react-router-dom": "^7.5.0",
"react-swipeable": "^7.0.2",
"redoc": "^2.4.0",
"redoc": "^2.5.0",
"style-to-object": "^1.0.8",
"throttle-debounce": "^5.0.2",
"tinycon": "^0.6.8",
@@ -6016,15 +6016,15 @@
}
},
"node_modules/redoc": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/redoc/-/redoc-2.4.0.tgz",
"integrity": "sha512-rFlfzFVWS9XJ6aYAs/bHnLhHP5FQEhwAHDBVgwb9L2FqDQ8Hu8rQ1G84iwaWXxZfPP9UWn7JdWkxI6MXr2ZDjw==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/redoc/-/redoc-2.5.0.tgz",
"integrity": "sha512-NpYsOZ1PD9qFdjbLVBZJWptqE+4Y6TkUuvEOqPUmoH7AKOmPcE+hYjotLxQNTqVoWL4z0T2uxILmcc8JGDci+Q==",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "^1.4.0",
"classnames": "^2.3.2",
"decko": "^1.2.0",
"dompurify": "^3.0.6",
"dompurify": "^3.2.4",
"eventemitter3": "^5.0.1",
"json-pointer": "^0.6.2",
"lunr": "^2.3.9",

View File

@@ -45,7 +45,7 @@
"react-redux": "^9.2.0",
"react-router-dom": "^7.5.0",
"react-swipeable": "^7.0.2",
"redoc": "^2.4.0",
"redoc": "^2.5.0",
"style-to-object": "^1.0.8",
"throttle-debounce": "^5.0.2",
"tinycon": "^0.6.8",