diff --git a/package-lock.json b/package-lock.json index c3bfa538..02439853 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6546,9 +6546,9 @@ } }, "node_modules/docusaurus-theme-redoc": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/docusaurus-theme-redoc/-/docusaurus-theme-redoc-2.0.0.tgz", - "integrity": "sha512-BOew0bVJvc8LV+zMMURx/2pWkk8VQNY2Wow2AFVSCGCkHi4UMwpq50VFL42t0MF6EnoSY9hqArqNfofpUFiiOw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/docusaurus-theme-redoc/-/docusaurus-theme-redoc-2.0.1.tgz", + "integrity": "sha512-2HrNe90sZfYkWptRJJWPpHfR1YUuCTsgdX8iumpv3fSdw/dGL4y29eePy8JFPaQiF8Gaobh8a/LjxGOq/691rg==", "dependencies": { "@redocly/openapi-core": "1.4.0", "clsx": "^1.2.1", @@ -6562,7 +6562,8 @@ "node": ">=18" }, "peerDependencies": { - "@docusaurus/theme-common": "^3.0.0" + "@docusaurus/theme-common": "^3.0.0", + "webpack": "^5.0.0" } }, "node_modules/docusaurus-theme-redoc/node_modules/clsx": { @@ -13536,12 +13537,12 @@ } }, "node_modules/redocusaurus": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/redocusaurus/-/redocusaurus-2.0.0.tgz", - "integrity": "sha512-wRSpkY+PwkqAj98RD+1ec6U8KDKySH6GT0jahWY+dPlpckyHj7D5i3ipXdTiJ6jXXCyM2qUwimX5PZJEdooDhA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/redocusaurus/-/redocusaurus-2.0.1.tgz", + "integrity": "sha512-MrcHFj9xsLg2Hqlcf4YxHDTqKIXVJgiYV197NnC9OibbPwdUQc9mtke3NIcrEkFTMzD/hSEqCgjMfkJyS+WjyQ==", "dependencies": { "docusaurus-plugin-redoc": "2.0.0", - "docusaurus-theme-redoc": "2.0.0" + "docusaurus-theme-redoc": "2.0.1" }, "engines": { "node": ">=14"