From b25ab8d12b2cfd796f1505232953db18890d676f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 01:15:21 +0000 Subject: [PATCH] fix(deps): update dependency redocusaurus to ^1.6.4 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index edc727cff556..19816d4d7094 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-dom": "^17.0.2", "react-feather": "^2.0.10", "react-is": "^17.0.2", - "redocusaurus": "^1.6.3", + "redocusaurus": "^1.6.4", "styled-components": "^5.3.11" }, "devDependencies": { @@ -6666,9 +6666,9 @@ } }, "node_modules/docusaurus-theme-redoc": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/docusaurus-theme-redoc/-/docusaurus-theme-redoc-1.6.3.tgz", - "integrity": "sha512-vOdU1WcxFOfp+7HqwEoybmU3t3hC1GN5GnYbT9rjffv5yx4m4x5fQOtTQqCmtk3L9OCFX+pDfwiBXw1EUIaOLA==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/docusaurus-theme-redoc/-/docusaurus-theme-redoc-1.6.4.tgz", + "integrity": "sha512-dEKh/HYWGqGG2Qoy2CgXon28Z32Z/LdNzZvreAQqeYtiXb7Ey9gZFwSstpU4jEcoUa347NCYseLPn8bkxlemCw==", "dependencies": { "@redocly/openapi-core": "1.0.0-beta.123", "clsx": "^1.2.1", @@ -12181,12 +12181,12 @@ } }, "node_modules/redocusaurus": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/redocusaurus/-/redocusaurus-1.6.3.tgz", - "integrity": "sha512-RTo0HyTJwPM1t1ZB5j+yK31ta4Dy2IaGS1j/DKN2Kn2ZsahFO7m3fom/LzRYxzv2H0bd9VxYaxUrlLsMmFzmGA==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/redocusaurus/-/redocusaurus-1.6.4.tgz", + "integrity": "sha512-0o7bDrs5eLOiMR7BLjdZ6nYEQBNvle/MrUJsvfaKShkZHvbelAJPmH7muoiL+JWcxGCiI8vuh9EKTDDqqRkE9A==", "dependencies": { "docusaurus-plugin-redoc": "1.6.0", - "docusaurus-theme-redoc": "1.6.3" + "docusaurus-theme-redoc": "1.6.4" }, "engines": { "node": ">=14" diff --git a/package.json b/package.json index 75906e3c92fa..0568096ed773 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-dom": "^17.0.2", "react-feather": "^2.0.10", "react-is": "^17.0.2", - "redocusaurus": "^1.6.3", + "redocusaurus": "^1.6.4", "styled-components": "^5.3.11" }, "devDependencies": {