diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 632c17d4..58c02b64 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -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", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 524af88d..38bf2a3e 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -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",