From 0814316774366207e551c005e904f2ce96a85fa5 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Thu, 30 Apr 2026 17:50:10 +1000 Subject: [PATCH] docs(infrastructure): Update dependencies (#27183) * docs(infrastructure): Update dependencies * docs(docs): yarn.lockfile needed by toolchain --- docs/package.json | 4 ++-- docs/yarn.lock | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/package.json b/docs/package.json index 6b8d119f9e0..04372fad4ae 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@red-asuka/vitepress-plugin-tabs": "0.0.4", - "lite-youtube-embed": "^0.3.3", + "lite-youtube-embed": "^0.3.4", "markdown-it-mathjax3": "^4.3.2", "medium-zoom": "^1.1.0", "open-editor": "^5.0.0", @@ -26,7 +26,7 @@ "vue3-tabs-component": "^1.3.7" }, "devDependencies": { - "prettier": "^3.2.0" + "prettier": "^3.8.3" }, "resolutions": { "markdown-it": "^14.1.1", diff --git a/docs/yarn.lock b/docs/yarn.lock index 72ae63c5f8e..6ddf996df45 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -1207,7 +1207,7 @@ linkify-it@^5.0.0: dependencies: uc.micro "^2.0.0" -lite-youtube-embed@^0.3.3: +lite-youtube-embed@^0.3.4: version "0.3.4" resolved "https://registry.yarnpkg.com/lite-youtube-embed/-/lite-youtube-embed-0.3.4.tgz#f80f32f4944a424dd9af878369c8dbed1447af9e" integrity sha512-aXgxpwK7AIW58GEbRzA8EYaY4LWvF3FKak6B9OtSJmuNyLhX2ouD4cMTxz/yR5HFInhknaYd2jLWOTRTvT8oAw== @@ -1453,10 +1453,10 @@ preact@^10.0.0: resolved "https://registry.yarnpkg.com/preact/-/preact-10.29.0.tgz#a6e5858670b659c4d471c6fea232233e03b403e8" integrity sha512-wSAGyk2bYR1c7t3SZ3jHcM6xy0lcBcDel6lODcs9ME6Th++Dx2KU+6D3HD8wMMKGA8Wpw7OMd3/4RGzYRpzwRg== -prettier@^3.2.0: - version "3.8.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.1.tgz#edf48977cf991558f4fcbd8a3ba6015ba2a3a173" - integrity sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg== +prettier@^3.8.3: + version "3.8.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.3.tgz#560f2de55bf01b4c0503bc629d5df99b9a1d09b0" + integrity sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw== pretty-ms@^9.2.0: version "9.3.0"