Skip to content

Commit e03127d

Browse files
committed
upgrade
1 parent 8491db0 commit e03127d

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"dc:up": "docker compose up --build --force-recreate -d"
3333
},
3434
"dependencies": {
35-
"@astrojs/mdx": "^4.3.1",
35+
"@astrojs/mdx": "^4.3.2",
3636
"@astrojs/partytown": "^2.1.4",
3737
"@astrojs/react": "^4.3.0",
3838
"@astrojs/sitemap": "^3.4.2",
3939
"@astrojs/tailwind": "^5.1.5",
4040
"@fontsource-variable/inter": "^5.2.6",
41-
"astro": "^5.12.6",
41+
"astro": "^5.12.7",
4242
"astro-embed": "^0.9.0",
4343
"astro-expressive-code": "^0.41.3",
4444
"astro-icon": "^1.1.5",
@@ -92,7 +92,7 @@
9292
"satori-html": "^0.3.2",
9393
"serve": "^14.2.4",
9494
"tailwindcss": "^3.4.15",
95-
"typescript": "^5.8.3"
95+
"typescript": "^5.9.2"
9696
},
9797
"packageManager": "[email protected]",
9898
"engines": {

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@
107107
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.12.2.tgz#5913b6ec7efffebdfb37fae9a50122802ae08c64"
108108
integrity sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==
109109

110-
"@astrojs/internal-helpers@0.6.1":
111-
version "0.6.1"
112-
resolved "https://registry.yarnpkg.com/@astrojs/internal-helpers/-/internal-helpers-0.6.1.tgz#87d0f5dbe4bdc2b61c6409672b921bca193abad6"
113-
integrity sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A==
110+
"@astrojs/internal-helpers@0.7.0":
111+
version "0.7.0"
112+
resolved "https://registry.yarnpkg.com/@astrojs/internal-helpers/-/internal-helpers-0.7.0.tgz#a264a12da4b138e2b73019691e4365a14c337ec8"
113+
integrity sha512-+yrFHlYnknIFxi3QfbVgyHQigkfgsU9SKMjYqijq1Q6xzPco+SmaYXgcw0W7+KnWCifni4o61cgwzMkld7jkXg==
114114

115115
"@astrojs/language-server@^2.15.0":
116116
version "2.15.4"
@@ -136,12 +136,12 @@
136136
vscode-html-languageservice "^5.2.0"
137137
vscode-uri "^3.0.8"
138138

139-
"@astrojs/[email protected].3":
140-
version "6.3.3"
141-
resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-6.3.3.tgz#7b1876f1fb8ac25165eb59b7e7627b635bd5f234"
142-
integrity sha512-DDRtD1sPvAuA7ms2btc9A7/7DApKqgLMNrE6kh5tmkfy8utD0Z738gqd3p5aViYYdUtHIyEJ1X4mCMxfCfu15w==
139+
"@astrojs/[email protected].4":
140+
version "6.3.4"
141+
resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-6.3.4.tgz#3c912a7a49e8fd5d40dd453719bcf4de5e21f978"
142+
integrity sha512-ARu+6J3006U3NylQk2OmV0tVsXGbkz+ofgxE3S0/KuCxyk3HvZ5FQ5jQDTYCDOAdFY1376tRn0S/sUjT3KZxfw==
143143
dependencies:
144-
"@astrojs/internal-helpers" "0.6.1"
144+
"@astrojs/internal-helpers" "0.7.0"
145145
"@astrojs/prism" "3.3.0"
146146
github-slugger "^2.0.0"
147147
hast-util-from-html "^2.0.3"
@@ -163,12 +163,12 @@
163163
unist-util-visit-parents "^6.0.1"
164164
vfile "^6.0.3"
165165

166-
"@astrojs/mdx@^4.3.1":
167-
version "4.3.1"
168-
resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-4.3.1.tgz#4f1d1dcd70308c539192dc5885b6fe38329fc5ea"
169-
integrity sha512-0ynzkFd5p2IFDLPAfAcGizg44WyS0qUr43nP2vQkvrPlpoPEMeeoi1xWiWsVqQNaZ0FOmNqfUviUn52nm9mLag==
166+
"@astrojs/mdx@^4.3.2":
167+
version "4.3.2"
168+
resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-4.3.2.tgz#ee094ee036e0907d44b48c5f56703d97d08c4c6c"
169+
integrity sha512-1ucY02sXHLvDVzJvSimiqhJE8WBmJFi49JRgp0H8wvA2slfaakvk0lX2s2nfJfmRXTZeXUvCk4PGhmGvNj/G6g==
170170
dependencies:
171-
"@astrojs/markdown-remark" "6.3.3"
171+
"@astrojs/markdown-remark" "6.3.4"
172172
"@mdx-js/mdx" "^3.1.0"
173173
acorn "^8.14.1"
174174
es-module-lexer "^1.6.0"
@@ -1923,14 +1923,14 @@ astro-social-share@^2.0.3:
19231923
resolved "https://registry.yarnpkg.com/astro-social-share/-/astro-social-share-2.2.0.tgz#4e7609e251cd614a414d884cefc07888ff73d4f4"
19241924
integrity sha512-Z5ebhO6Yw4GLggw7wsTahdpS0f4pf/XuVjQlBpWZ0zyt0cKaVrlG/+u6RzrzN9B2t27wxp90XiosZNwvBZqA+Q==
19251925

1926-
astro@^5.12.6:
1927-
version "5.12.6"
1928-
resolved "https://registry.yarnpkg.com/astro/-/astro-5.12.6.tgz#a847cab891b1749194701bf3255601fc1244092e"
1929-
integrity sha512-vDtuDYj/XlxyI2Ex63BM4/Awde8Pl3U3wS5I1NhogFIBPohBaJ1g9puu42XEm7GMZxRn9N3xFEpSP9uEO0W9/w==
1926+
astro@^5.12.7:
1927+
version "5.12.7"
1928+
resolved "https://registry.yarnpkg.com/astro/-/astro-5.12.7.tgz#df29e41fd6a86db82018490637a081492b23d5d2"
1929+
integrity sha512-PGXbxql0SekhP46Ci4P3OFRdBp0+5HRKj6bcjZ/Upq5gyF0T2KzCJgj5JRxot+8qpSu8Jz9wksWzQnV2cfvi3A==
19301930
dependencies:
19311931
"@astrojs/compiler" "^2.12.2"
1932-
"@astrojs/internal-helpers" "0.6.1"
1933-
"@astrojs/markdown-remark" "6.3.3"
1932+
"@astrojs/internal-helpers" "0.7.0"
1933+
"@astrojs/markdown-remark" "6.3.4"
19341934
"@astrojs/telemetry" "3.3.0"
19351935
"@capsizecss/unpack" "^2.4.0"
19361936
"@oslojs/encoding" "^1.1.0"
@@ -6675,10 +6675,10 @@ typescript-auto-import-cache@^0.3.3:
66756675
dependencies:
66766676
semver "^7.3.8"
66776677

6678-
typescript@^5.8.3:
6679-
version "5.8.3"
6680-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
6681-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
6678+
typescript@^5.9.2:
6679+
version "5.9.2"
6680+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
6681+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
66826682

66836683
ufo@^1.5.4, ufo@^1.6.1:
66846684
version "1.6.1"

0 commit comments

Comments
 (0)