diff --git a/.github/workflows/deploy-live.yml b/.github/workflows/deploy-live.yml index e2870b94a..9799c622f 100644 --- a/.github/workflows/deploy-live.yml +++ b/.github/workflows/deploy-live.yml @@ -28,7 +28,7 @@ jobs: - name: Setup node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: '20' + node-version: '22' cache: 'yarn' - name: Get yarn cache @@ -107,7 +107,7 @@ jobs: - name: Setup node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: '20' + node-version: '22' - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index f85ee3cfa..b4142bf80 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -136,7 +136,7 @@ jobs: - name: Setup node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: '20' + node-version: '22' - name: Get yarn cache id: yarn-cache @@ -264,7 +264,7 @@ jobs: - name: Setup node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: '20' + node-version: '22' - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: diff --git a/package.json b/package.json index ef856dd64..33cf99dc4 100644 --- a/package.json +++ b/package.json @@ -56,9 +56,9 @@ "@tailwindcss/postcss": "^4.3.2", "algoliasearch": "^5.55.1", "clsx": "^2.1.1", - "docusaurus-plugin-openapi-docs": "5.1.2", + "docusaurus-plugin-openapi-docs": "0.0.0-1371", "docusaurus-plugin-sass": "^0.2.2", - "docusaurus-theme-openapi-docs": "5.1.2", + "docusaurus-theme-openapi-docs": "0.0.0-1371", "fast-xml-parser": "^4.5.5", "motion": "^12.42.2", "react": "^19.2.8", diff --git a/yarn.lock b/yarn.lock index 0e17ac2be..cd42d4bbf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6169,10 +6169,10 @@ dns-packet@^5.2.2: dependencies: "@leichtgewicht/ip-codec" "^2.0.1" -docusaurus-plugin-openapi-docs@5.1.2: - version "5.1.2" - resolved "https://registry.npmjs.org/docusaurus-plugin-openapi-docs/-/docusaurus-plugin-openapi-docs-5.1.2.tgz#1ef66a26d80e2a3baf4caae4e72a0dcf85c6d608" - integrity sha512-xlgl/8+2iqSQWdhTJay0lfXqWduaGVTYrn+9i+uT3Uk5gkeDjfQOIVnHGnIHfKg0pUjIm008fvEQVAxk3TvgaQ== +docusaurus-plugin-openapi-docs@0.0.0-1371: + version "0.0.0-1371" + resolved "https://registry.npmjs.org/docusaurus-plugin-openapi-docs/-/docusaurus-plugin-openapi-docs-0.0.0-1371.tgz#f00ccf880c9fcbb1921f14b70ba8cb43b8c75608" + integrity sha512-LgTJSTFMWiD1uUHcVKohRgarMhiwFlsff+9MMnQY14VmUaTx+od68ARtPmD5xir+HWFq4xmWpZrNBGd7TYzQ+A== dependencies: "@apidevtools/json-schema-ref-parser" "^15.3.3" "@redocly/openapi-core" "^2.25.2" @@ -6197,10 +6197,10 @@ docusaurus-plugin-sass@^0.2.2: dependencies: sass-loader "^16.0.2" -docusaurus-theme-openapi-docs@5.1.2: - version "5.1.2" - resolved "https://registry.npmjs.org/docusaurus-theme-openapi-docs/-/docusaurus-theme-openapi-docs-5.1.2.tgz#8591e3be971920c5eb347b9aab4bac77db5c7c31" - integrity sha512-uJx+a4qHmpOnl+e7YzsPJSga6d6TLGEVZZPtI7KkzC/PgG7bS8E4P8hknvWqmAEahxhLWEb8izIA3up/0g9RwA== +docusaurus-theme-openapi-docs@0.0.0-1371: + version "0.0.0-1371" + resolved "https://registry.npmjs.org/docusaurus-theme-openapi-docs/-/docusaurus-theme-openapi-docs-0.0.0-1371.tgz#1bfb6111f7ec7838ef0de7a1c4782599682dd6ee" + integrity sha512-BIQ8iT4Joenf/3plXE4/lO05qkkukGJSP4MfhO3phIhbWKp1SawgfwUAH21yEWtARHQ6CEaMUsBvOKexGh+HMQ== dependencies: "@hookform/error-message" "^2.0.1" "@reduxjs/toolkit" "^2.8.2" @@ -6211,7 +6211,7 @@ docusaurus-theme-openapi-docs@5.1.2: crypto-js "^4.2.0" file-saver "^2.0.5" lodash "^4.17.21" - pako "^2.1.0" + pako "^3.0.1" path-browserify "^1.0.1" postman-code-generators "^2.0.0" postman-collection "^5.0.2" @@ -6226,7 +6226,7 @@ docusaurus-theme-openapi-docs@5.1.2: rehype-raw "^7.0.0" remark-gfm "4.0.1" sass "^1.89.2" - sass-loader "^16.0.5" + sass-loader "^17.0.0" unist-util-visit "^5.0.0" url "^0.11.4" xml-formatter "^3.6.6" @@ -9731,10 +9731,10 @@ package-manager-detector@^1.3.0: resolved "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.3.0.tgz#b42d641c448826e03c2b354272456a771ce453c0" integrity sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ== -pako@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz#266cc37f98c7d883545d11335c00fbd4062c9a86" - integrity sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug== +pako@^3.0.1: + version "3.0.1" + resolved "https://registry.npmjs.org/pako/-/pako-3.0.1.tgz#3156f8fa86e3cc2ae5a36369475b14d4f05696ce" + integrity sha512-GupotUUI0mlhugKjUs4bjOwLt3nrehy9Ys2dxC0GtgVef5cnKggkDMmf2bq2poCCuVXopWPmqsc9VDT2iJUy+w== param-case@^3.0.4: version "3.0.4" @@ -11354,13 +11354,18 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1: resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sass-loader@^16.0.2, sass-loader@^16.0.5: +sass-loader@^16.0.2: version "16.0.6" resolved "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.6.tgz#913b05607d06c386bc37870494e1e3a3e091fd3b" integrity sha512-sglGzId5gmlfxNs4gK2U3h7HlVRfx278YK6Ono5lwzuvi1jxig80YiuHkaDBVsYIKFhx8wN7XSCI0M2IDS/3qA== dependencies: neo-async "^2.6.2" +sass-loader@^17.0.0: + version "17.0.0" + resolved "https://registry.npmjs.org/sass-loader/-/sass-loader-17.0.0.tgz#8f4f8864d834c1abb18f0f3d2bc653bbf29dde2a" + integrity sha512-0Ybm8ohBQ9LcrycVrFQp/KQBNX5a3Wda9/smS0mE/xLffzEnwvV8nykOzrbiSWNzTE3IB/jiXx8O4QmDPG2+Gw== + sass@^1.101.3, sass@^1.89.2: version "1.101.3" resolved "https://registry.npmjs.org/sass/-/sass-1.101.3.tgz#7b01a9e53a4a2edb6ac6c1964b49e4f7b0c375ab"