Skip to content

Commit a73f000

Browse files
committed
upgrade
1 parent 580ffef commit a73f000

File tree

2 files changed

+87
-87
lines changed

2 files changed

+87
-87
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"dc:up": "docker compose up --build --force-recreate -d"
3232
},
3333
"dependencies": {
34-
"@astrojs/mdx": "^4.2.4",
34+
"@astrojs/mdx": "^4.2.5",
3535
"@astrojs/partytown": "^2.1.4",
36-
"@astrojs/react": "^4.2.4",
37-
"@astrojs/sitemap": "^3.3.0",
36+
"@astrojs/react": "^4.2.5",
37+
"@astrojs/sitemap": "^3.3.1",
3838
"@astrojs/tailwind": "^5.1.5",
3939
"@fontsource-variable/inter": "^5.2.5",
40-
"astro": "^5.7.4",
40+
"astro": "^5.7.5",
4141
"astro-embed": "^0.9.0",
42-
"astro-expressive-code": "^0.41.1",
42+
"astro-expressive-code": "^0.41.2",
4343
"astro-icon": "^1.1.5",
4444
"astro-remote": "^0.3.3",
4545
"astro-social-share": "^2.0.3",
@@ -68,7 +68,7 @@
6868
},
6969
"devDependencies": {
7070
"@astrojs/check": "^0.9.4",
71-
"@expressive-code/plugin-collapsible-sections": "^0.41.1",
71+
"@expressive-code/plugin-collapsible-sections": "^0.41.2",
7272
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
7373
"@iconify-json/mdi": "^1.2.3",
7474
"@tailwindcss/typography": "^0.5.16",
@@ -80,9 +80,9 @@
8080
"@typescript-eslint/parser": "^8.31.0",
8181
"eslint": "8.57.0",
8282
"eslint-config-prettier": "^10.1.2",
83-
"eslint-mdx": "^3.3.2",
83+
"eslint-mdx": "^3.4.1",
8484
"eslint-plugin-astro": "^1.3.1",
85-
"eslint-plugin-mdx": "^3.3.2",
85+
"eslint-plugin-mdx": "^3.4.1",
8686
"eslint-plugin-tailwindcss": "^3.18.0",
8787
"prettier": "^3.5.3",
8888
"prettier-plugin-astro": "^0.14.1",

yarn.lock

Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@
163163
unist-util-visit-parents "^6.0.1"
164164
vfile "^6.0.3"
165165

166-
"@astrojs/mdx@^4.2.4":
167-
version "4.2.4"
168-
resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-4.2.4.tgz#750f61d81d6074b830cff4f1ac8fb5c4044b7883"
169-
integrity sha512-c832AWpiMCcuPY8j+yr5T+hOf8n5RlKLFHlNTt15xxkOk3zjFJP81TIYKrMrbhD5rMzJ09Ixi+xM0m68w2Q0DQ==
166+
"@astrojs/mdx@^4.2.5":
167+
version "4.2.5"
168+
resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-4.2.5.tgz#191e99e1e2535e9543a374aa6152069351871c41"
169+
integrity sha512-iKGu9GssmypLWf6ycJu6OYa9E3W16KA2y3ApBPlZpz1pwR70xXEr2XugQUwxGfFCI2KcZLIND/9FdKM7ZXVffA==
170170
dependencies:
171171
"@astrojs/markdown-remark" "6.3.1"
172172
"@mdx-js/mdx" "^3.1.0"
@@ -197,19 +197,19 @@
197197
dependencies:
198198
prismjs "^1.29.0"
199199

200-
"@astrojs/react@^4.2.4":
201-
version "4.2.4"
202-
resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-4.2.4.tgz#fcce2d8d042b17e36489e15004a62c8dc1441c62"
203-
integrity sha512-Qnj4dPsGZzUF0duQG+m6B7oFbGZpiRTl8TP6WvjeMr6BlI3dobj7wkKc/I9dQhUrWsswUafbPJuOJPGFUZtmKQ==
200+
"@astrojs/react@^4.2.5":
201+
version "4.2.5"
202+
resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-4.2.5.tgz#432e4523622546060797353cd432ef067d47b97d"
203+
integrity sha512-NIBB51z4OP57gYmDQCu2UpQLm61kzdahELud/X8TGcfvcVoMvp5m4810TrRQ3V3vebTGHRGYICoOFTS33nuT+g==
204204
dependencies:
205205
"@vitejs/plugin-react" "^4.3.4"
206206
ultrahtml "^1.5.3"
207207
vite "^6.2.6"
208208

209-
"@astrojs/sitemap@^3.3.0":
210-
version "3.3.0"
211-
resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-3.3.0.tgz#8701845fec017f813a855571d7606711705fa170"
212-
integrity sha512-nYE4lKQtk+Kbrw/w0G0TTgT724co0jUsU4tPlHY9au5HmTBKbwiCLwO/15b1/y13aZ4Kr9ZbMeMHlXuwn0ty4Q==
209+
"@astrojs/sitemap@^3.3.1":
210+
version "3.3.1"
211+
resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-3.3.1.tgz#dfeb912482eebd9d50860a80e344b240ba091b93"
212+
integrity sha512-GRnDUCTviBSNfXJ0Jmur+1/C+z3g36jy79VyYggfe1uNyEYSTcmAfTTCmbytrRvJRNyJJnSfB/77Gnm9PiXRRg==
213213
dependencies:
214214
sitemap "^8.0.0"
215215
stream-replace-string "^2.0.0"
@@ -224,13 +224,13 @@
224224
postcss "^8.5.1"
225225
postcss-load-config "^4.0.2"
226226

227-
"@astrojs/[email protected].0":
228-
version "3.2.0"
229-
resolved "https://registry.yarnpkg.com/@astrojs/telemetry/-/telemetry-3.2.0.tgz#6b396831601bee1b1a44aade83f2bc60a559db0d"
230-
integrity sha512-wxhSKRfKugLwLlr4OFfcqovk+LIFtKwLyGPqMsv+9/ibqqnW3Gv7tBhtKEb0gAyUAC4G9BTVQeQahqnQAhd6IQ==
227+
"@astrojs/[email protected].1":
228+
version "3.2.1"
229+
resolved "https://registry.yarnpkg.com/@astrojs/telemetry/-/telemetry-3.2.1.tgz#296668300100d0e4efe0c6c3cf247c0307d525f0"
230+
integrity sha512-SSVM820Jqc6wjsn7qYfV9qfeQvePtVc1nSofhyap7l0/iakUKywj3hfy3UJAOV4sGV4Q/u450RD4AaCaFvNPlg==
231231
dependencies:
232-
ci-info "^4.1.0"
233-
debug "^4.3.7"
232+
ci-info "^4.2.0"
233+
debug "^4.4.0"
234234
dlv "^1.1.3"
235235
dset "^3.1.4"
236236
is-docker "^3.0.0"
@@ -672,10 +672,10 @@
672672
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
673673
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
674674

675-
"@expressive-code/core@^0.41.1":
676-
version "0.41.1"
677-
resolved "https://registry.yarnpkg.com/@expressive-code/core/-/core-0.41.1.tgz#cec2dcffe73ced2267dbb4a9c4f6463491f7c33a"
678-
integrity sha512-mG2IrN4t/NGPmEeeswmttsW7W7c96sz3ASjo1psQnOqU5QWAF61HpnBu3lPxHI8iQJyZI8wfAroo9FFpwlkvAQ==
675+
"@expressive-code/core@^0.41.2":
676+
version "0.41.2"
677+
resolved "https://registry.yarnpkg.com/@expressive-code/core/-/core-0.41.2.tgz#b8bca4c1fb7f552ad722c73ca81accbbd9fe259f"
678+
integrity sha512-AJW5Tp9czbLqKMzwudL9Rv4js9afXBxkSGLmCNPq1iRgAYcx9NkTPJiSNCesjKRWoVC328AdSu6fqrD22zDgDg==
679679
dependencies:
680680
"@ctrl/tinycolor" "^4.0.4"
681681
hast-util-select "^6.0.2"
@@ -687,34 +687,34 @@
687687
unist-util-visit "^5.0.0"
688688
unist-util-visit-parents "^6.0.1"
689689

690-
"@expressive-code/plugin-collapsible-sections@^0.41.1":
691-
version "0.41.1"
692-
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-collapsible-sections/-/plugin-collapsible-sections-0.41.1.tgz#0792d808a948c6426cb35b82648c3744d6867a5c"
693-
integrity sha512-/sF6maDwv71GoLPP3WcvGQuJ0ew47gG3vmpV7nzq3I2jxUtGl7NKcMfT87bMkT7Hrp0FvaHe8s7WHpQEu5vlAg==
690+
"@expressive-code/plugin-collapsible-sections@^0.41.2":
691+
version "0.41.2"
692+
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-collapsible-sections/-/plugin-collapsible-sections-0.41.2.tgz#2be73320a78fe9514b956cad3a59c71593f90998"
693+
integrity sha512-gyg864xlkLFYLDlOoO5wyZVmuFOc2vi6b/tJjEfXDj/xc8//ttuRLZ0EjuLIkch1hEhEQc9XF6agmiNYUCzeww==
694694
dependencies:
695-
"@expressive-code/core" "^0.41.1"
695+
"@expressive-code/core" "^0.41.2"
696696

697-
"@expressive-code/plugin-frames@^0.41.1":
698-
version "0.41.1"
699-
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-frames/-/plugin-frames-0.41.1.tgz#607df53b6d3c3fe020afd9eb699efdd4ced47d6c"
700-
integrity sha512-cwUUWMr2jNpKpgiepEzM9BGnU60WepE5/Ar3H2aOn8IzcDa4Eeuk0JqQB1Vvpo0bu+VRIxaTA2njoAIeQuMN5w==
697+
"@expressive-code/plugin-frames@^0.41.2":
698+
version "0.41.2"
699+
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-frames/-/plugin-frames-0.41.2.tgz#b664df6530da07f084384dd7d9d4ac13aa05f658"
700+
integrity sha512-pfy0hkJI4nbaONjmksFDcuHmIuyPTFmi1JpABe4q2ajskiJtfBf+WDAL2pg595R9JNoPrrH5+aT9lbkx2noicw==
701701
dependencies:
702-
"@expressive-code/core" "^0.41.1"
702+
"@expressive-code/core" "^0.41.2"
703703

704-
"@expressive-code/plugin-shiki@^0.41.1":
705-
version "0.41.1"
706-
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-shiki/-/plugin-shiki-0.41.1.tgz#088aac52118a0bd8aba8836f2ee6987d4123d898"
707-
integrity sha512-xJHk89ECxQpvf7ftTmtEfAKoApYYr5Um7d6fiE6GuY7+WuXN02+ZHH8r5pSJpxlQMfAmavqbNPd3dEJ9v/zHnQ==
704+
"@expressive-code/plugin-shiki@^0.41.2":
705+
version "0.41.2"
706+
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-shiki/-/plugin-shiki-0.41.2.tgz#b2706be62212ddb97013dc0f6898ef468681e4aa"
707+
integrity sha512-xD4zwqAkDccXqye+235BH5bN038jYiSMLfUrCOmMlzxPDGWdxJDk5z4uUB/aLfivEF2tXyO2zyaarL3Oqht0fQ==
708708
dependencies:
709-
"@expressive-code/core" "^0.41.1"
709+
"@expressive-code/core" "^0.41.2"
710710
shiki "^3.2.2"
711711

712-
"@expressive-code/plugin-text-markers@^0.41.1":
713-
version "0.41.1"
714-
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.41.1.tgz#c2bd071ad77e7ca557433b6c7047a5798813432e"
715-
integrity sha512-PFvk91yY+H8KVEcyZSrktLoWzBgLVpowvMxOJooFn74roGxnU4TEBJpWcRnJFtMEwTLzWNnk10MSOApOccvSKg==
712+
"@expressive-code/plugin-text-markers@^0.41.2":
713+
version "0.41.2"
714+
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.41.2.tgz#581ee78df8b9acc70e76526f3a0644efe9eea4b8"
715+
integrity sha512-JFWBz2qYxxJOJkkWf96LpeolbnOqJY95TvwYc0hXIHf9oSWV0h0SY268w/5N3EtQaD9KktzDE+VIVwb9jdb3nw==
716716
dependencies:
717-
"@expressive-code/core" "^0.41.1"
717+
"@expressive-code/core" "^0.41.2"
718718

719719
"@fontsource-variable/inter@^5.2.5":
720720
version "5.2.5"
@@ -1838,12 +1838,12 @@ astro-eslint-parser@^1.0.2:
18381838
is-glob "^4.0.3"
18391839
semver "^7.3.8"
18401840

1841-
astro-expressive-code@^0.41.1:
1842-
version "0.41.1"
1843-
resolved "https://registry.yarnpkg.com/astro-expressive-code/-/astro-expressive-code-0.41.1.tgz#90f75acb2f9bf5f87850ae048b78e877b0effdb0"
1844-
integrity sha512-za6HlekMOczwlkuYuQQTd6LkKFwsnfAjwjIprCzOqsjp9vkYrAcriXM5cIG7V1Zxx88sVXF6iGnyNl4J0DL2Mg==
1841+
astro-expressive-code@^0.41.2:
1842+
version "0.41.2"
1843+
resolved "https://registry.yarnpkg.com/astro-expressive-code/-/astro-expressive-code-0.41.2.tgz#5de3c27c15abfddb016ac2c632b0d6d03b08b651"
1844+
integrity sha512-HN0jWTnhr7mIV/2e6uu4PPRNNo/k4UEgTLZqbp3MrHU+caCARveG2yZxaZVBmxyiVdYqW5Pd3u3n2zjnshixbw==
18451845
dependencies:
1846-
rehype-expressive-code "^0.41.1"
1846+
rehype-expressive-code "^0.41.2"
18471847

18481848
astro-icon@^1.1.5:
18491849
version "1.1.5"
@@ -1870,15 +1870,15 @@ astro-social-share@^2.0.3:
18701870
resolved "https://registry.yarnpkg.com/astro-social-share/-/astro-social-share-2.2.0.tgz#4e7609e251cd614a414d884cefc07888ff73d4f4"
18711871
integrity sha512-Z5ebhO6Yw4GLggw7wsTahdpS0f4pf/XuVjQlBpWZ0zyt0cKaVrlG/+u6RzrzN9B2t27wxp90XiosZNwvBZqA+Q==
18721872

1873-
astro@^5.7.4:
1874-
version "5.7.4"
1875-
resolved "https://registry.yarnpkg.com/astro/-/astro-5.7.4.tgz#1888e4643342ae632043d6b2585f06add2f285cb"
1876-
integrity sha512-h+pndGOyoYbsBd0YvP7bL3gotUSlyltp8OLpcYg062w0n5c96wJ9xt/RmwwXzGbdcUjWFtw0c5z4zCA92NDmlA==
1873+
astro@^5.7.5:
1874+
version "5.7.5"
1875+
resolved "https://registry.yarnpkg.com/astro/-/astro-5.7.5.tgz#ecea1cabf2909cd791bfc2d0616a0e5b045cb3af"
1876+
integrity sha512-c59YuYiXyWWnUMOBlDczrjqKzF0dJQP20EP9vqDggcyKm//tEt9iJHNwoYq4r3UeO9UJCwlGK8FwaGTAwwF3IA==
18771877
dependencies:
18781878
"@astrojs/compiler" "^2.11.0"
18791879
"@astrojs/internal-helpers" "0.6.1"
18801880
"@astrojs/markdown-remark" "6.3.1"
1881-
"@astrojs/telemetry" "3.2.0"
1881+
"@astrojs/telemetry" "3.2.1"
18821882
"@capsizecss/unpack" "^2.4.0"
18831883
"@oslojs/encoding" "^1.1.0"
18841884
"@rollup/pluginutils" "^5.1.4"
@@ -2251,7 +2251,7 @@ chownr@^2.0.0:
22512251
resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
22522252
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
22532253

2254-
ci-info@^4.0.0, ci-info@^4.1.0, ci-info@^4.2.0:
2254+
ci-info@^4.0.0, ci-info@^4.2.0:
22552255
version "4.2.0"
22562256
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.2.0.tgz#cbd21386152ebfe1d56f280a3b5feccbd96764c7"
22572257
integrity sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==
@@ -2557,7 +2557,7 @@ [email protected]:
25572557
dependencies:
25582558
ms "2.0.0"
25592559

2560-
debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.7, debug@^4.4.0:
2560+
debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.0:
25612561
version "4.4.0"
25622562
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
25632563
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
@@ -2896,10 +2896,10 @@ eslint-config-prettier@^10.1.2:
28962896
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.2.tgz#31a4b393c40c4180202c27e829af43323bf85276"
28972897
integrity sha512-Epgp/EofAUeEpIdZkW60MHKvPyru1ruQJxPL+WIycnaPApuseK0Zpkrh/FwL9oIpQvIhJwV7ptOy0DWUjTlCiA==
28982898

2899-
eslint-mdx@^3.3.2, eslint-mdx@^3.4.0:
2900-
version "3.4.0"
2901-
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.4.0.tgz#73d767b19451aeaf8d5ccb9079c25730ff44a7e8"
2902-
integrity sha512-sNffDEvt3fAEkrCntX0Kk/IWhHkfp0fhQ7/n30gQuIRm/FeUjLMkKkgAwlOFqxIMD4XJ03Iidmkf18EC8zTyYw==
2899+
eslint-mdx@^3.4.1:
2900+
version "3.4.1"
2901+
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.4.1.tgz#edcd5f7fdf442b4c3d99c51f1cda2a3b9d38bc9e"
2902+
integrity sha512-/Pt9D5TIAZwAUnCJA24i+uE9NuqulmLI58a1oU1eRb5jeUNOR23FpIt4xuBE9CFR50nd4FkLnuyox7dSNSZ5Tg==
29032903
dependencies:
29042904
acorn "^8.14.1"
29052905
acorn-jsx "^5.3.2"
@@ -2908,7 +2908,7 @@ eslint-mdx@^3.3.2, eslint-mdx@^3.4.0:
29082908
remark-mdx "^3.1.0"
29092909
remark-parse "^11.0.0"
29102910
remark-stringify "^11.0.0"
2911-
synckit "^0.11.2"
2911+
synckit "^0.11.4"
29122912
tslib "^2.8.1"
29132913
unified "^11.0.5"
29142914
unified-engine "^11.2.2"
@@ -2930,19 +2930,19 @@ eslint-plugin-astro@^1.3.1:
29302930
postcss "^8.4.14"
29312931
postcss-selector-parser "^7.0.0"
29322932

2933-
eslint-plugin-mdx@^3.3.2:
2934-
version "3.4.0"
2935-
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.4.0.tgz#328a0b4eab39178e46a18e3a8dd6383d9b76d767"
2936-
integrity sha512-f/ot8rSp/telkW1joqe0y9XQigTrE99sQHqyqLYYVgGLtQvl54suDidepbiGsDF7Z5V9uyQPWpmY0Qu/ZMRzmg==
2933+
eslint-plugin-mdx@^3.4.1:
2934+
version "3.4.1"
2935+
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.4.1.tgz#4981e0d345e321f95c1dee36f09c6ad051b74600"
2936+
integrity sha512-dfQ7LthK/Kmfw2d5XrR4CS1ScmFOa1S9vPjBUxtKgCEl6mNnYVfA/yg50xLyab0pI/GEfGEmvlajs2biDHJBsA==
29372937
dependencies:
2938-
eslint-mdx "^3.4.0"
2938+
eslint-mdx "^3.4.1"
29392939
mdast-util-from-markdown "^2.0.2"
29402940
mdast-util-mdx "^3.0.0"
29412941
micromark-extension-mdxjs "^3.0.0"
29422942
remark-mdx "^3.1.0"
29432943
remark-parse "^11.0.0"
29442944
remark-stringify "^11.0.0"
2945-
synckit "^0.11.2"
2945+
synckit "^0.11.4"
29462946
tslib "^2.8.1"
29472947
unified "^11.0.5"
29482948
vfile "^6.0.3"
@@ -3146,15 +3146,15 @@ execa@^5.1.1:
31463146
signal-exit "^3.0.3"
31473147
strip-final-newline "^2.0.0"
31483148

3149-
expressive-code@^0.41.1:
3150-
version "0.41.1"
3151-
resolved "https://registry.yarnpkg.com/expressive-code/-/expressive-code-0.41.1.tgz#ad8b0d645c3bcaf22b5454459db86743d67381f8"
3152-
integrity sha512-O3+bDWGw+y7b0L3Y3xc7LbPgRTvFy2tqXzYY24TBbDwnHbIwb0OFdS4v+1PpX6NEsF7XsVv9sqY5xo22yWe7Hw==
3149+
expressive-code@^0.41.2:
3150+
version "0.41.2"
3151+
resolved "https://registry.yarnpkg.com/expressive-code/-/expressive-code-0.41.2.tgz#f57b784fac2aa89cd85144823637afcc71feaaf0"
3152+
integrity sha512-aLZiZaqorRtNExtGpUjK9zFH9aTpWeoTXMyLo4b4IcuXfPqtLPPxhRm/QlPb8QqIcMMXnSiGRHSFpQfX0m7HJw==
31533153
dependencies:
3154-
"@expressive-code/core" "^0.41.1"
3155-
"@expressive-code/plugin-frames" "^0.41.1"
3156-
"@expressive-code/plugin-shiki" "^0.41.1"
3157-
"@expressive-code/plugin-text-markers" "^0.41.1"
3154+
"@expressive-code/core" "^0.41.2"
3155+
"@expressive-code/plugin-frames" "^0.41.2"
3156+
"@expressive-code/plugin-shiki" "^0.41.2"
3157+
"@expressive-code/plugin-text-markers" "^0.41.2"
31583158

31593159
exsolve@^1.0.1:
31603160
version "1.0.4"
@@ -5741,12 +5741,12 @@ [email protected]:
57415741
dependencies:
57425742
rc "^1.0.1"
57435743

5744-
rehype-expressive-code@^0.41.1:
5745-
version "0.41.1"
5746-
resolved "https://registry.yarnpkg.com/rehype-expressive-code/-/rehype-expressive-code-0.41.1.tgz#922dfb56dcd937a715482da193e4f4682ce11de8"
5747-
integrity sha512-QApC3js5/AwrF6VqWfGsNY9Y1qLC0LQDWcqOHEAhbl3CB4e5GMor2SpWaGOWBW+mmrkVCEymayLPCPIbx0tcQQ==
5744+
rehype-expressive-code@^0.41.2:
5745+
version "0.41.2"
5746+
resolved "https://registry.yarnpkg.com/rehype-expressive-code/-/rehype-expressive-code-0.41.2.tgz#9ebdee54c451df6358b71e503c575c7fa45ffd13"
5747+
integrity sha512-vHYfWO9WxAw6kHHctddOt+P4266BtyT1mrOIuxJD+1ELuvuJAa5uBIhYt0OVMyOhlvf57hzWOXJkHnMhpaHyxw==
57485748
dependencies:
5749-
expressive-code "^0.41.1"
5749+
expressive-code "^0.41.2"
57505750

57515751
rehype-parse@^9.0.0:
57525752
version "9.0.1"
@@ -6400,7 +6400,7 @@ svgo@^3.3.2:
64006400
csso "^5.0.5"
64016401
picocolors "^1.0.0"
64026402

6403-
synckit@^0.11.0, synckit@^0.11.2:
6403+
synckit@^0.11.0, synckit@^0.11.4:
64046404
version "0.11.4"
64056405
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.4.tgz#48972326b59723fc15b8d159803cf8302b545d59"
64066406
integrity sha512-Q/XQKRaJiLiFIBNN+mndW7S/RHxvwzuZS6ZwmRzUBqJBv/5QIKCEwkBC8GBf8EQJKYnaFs0wOZbKTXBPj8L9oQ==

0 commit comments

Comments
 (0)