diff --git a/package-lock.json b/package-lock.json index 69a132f5b2..09f6aea774 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "clsx": "^1.2.1", "docusaurus-plugin-image-zoom": "^2.0.0", "docusaurus-plugin-sass": "^0.2.5", - "docusaurus-theme-openapi-docs": "0.0.0-949", + "docusaurus-theme-openapi-docs": "^4.3.1", "fuse.js": "^6.6.2", "node-fetch": "^3.1.0", "p-ratelimit": "^1.0.1", @@ -18572,9 +18572,9 @@ } }, "node_modules/docusaurus-plugin-openapi-docs": { - "version": "0.0.0-949", - "resolved": "https://registry.npmjs.org/docusaurus-plugin-openapi-docs/-/docusaurus-plugin-openapi-docs-0.0.0-949.tgz", - "integrity": "sha512-Nb65ghf0v63TVeXlqz+CrAKxnk+jBpYMtalO3kEBqZwfM+BwEnr++TlnDGnjmRlk4YjOJrwiC6STmUKH/hw+Xg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/docusaurus-plugin-openapi-docs/-/docusaurus-plugin-openapi-docs-4.3.1.tgz", + "integrity": "sha512-uVv/mipiQzgqHIhgnTmJmsBW3UuuAufmuyXeHzQR8PGovsjMOKJU6YVDTd8qHlkXQ09IdoBLKG0RUZ9daNxt0w==", "license": "MIT", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.5.4", @@ -18700,9 +18700,9 @@ } }, "node_modules/docusaurus-theme-openapi-docs": { - "version": "0.0.0-949", - "resolved": "https://registry.npmjs.org/docusaurus-theme-openapi-docs/-/docusaurus-theme-openapi-docs-0.0.0-949.tgz", - "integrity": "sha512-0BSvX6goHeFkzarqqfYxYnO6nJWC1XkN88/I+IIsfiey7RJqWigpDgtKw16/cHx4QaQYBGVoOafpZTBuDn578Q==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/docusaurus-theme-openapi-docs/-/docusaurus-theme-openapi-docs-4.3.1.tgz", + "integrity": "sha512-AeMBDckf+L3CDybLuzxUnjfBOa4zvpfux+u8g2apMSRub1Zh17EdqSWapzHWcMRw3xmknR4kqMFboWLXhwW1ew==", "license": "MIT", "dependencies": { "@docusaurus/theme-common": "^3.5.0", @@ -18712,7 +18712,7 @@ "clsx": "^1.1.1", "copy-text-to-clipboard": "^3.1.0", "crypto-js": "^4.1.1", - "docusaurus-plugin-openapi-docs": "0.0.0-949", + "docusaurus-plugin-openapi-docs": "^4.3.1", "docusaurus-plugin-sass": "^0.2.3", "file-saver": "^2.0.5", "lodash": "^4.17.20", diff --git a/package.json b/package.json index 26f3d248de..fe72db9b83 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "clsx": "^1.2.1", "docusaurus-plugin-image-zoom": "^2.0.0", "docusaurus-plugin-sass": "^0.2.5", - "docusaurus-theme-openapi-docs": "0.0.0-949", + "docusaurus-theme-openapi-docs": "^4.3.1", "fuse.js": "^6.6.2", "node-fetch": "^3.1.0", "p-ratelimit": "^1.0.1",