Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #128 from the3ash/dependabot/npm_and_yarn/astrojs/mdx-4.3.13

deps(deps): bump @astrojs/mdx from 4.3.12 to 4.3.13

authored by

3ASH and committed by
GitHub
a6d977e5 5b99cf33

+12 -46
+1 -1
package.json
··· 17 17 "update-theme": "tsx scripts/update-theme.ts" 18 18 }, 19 19 "dependencies": { 20 - "@astrojs/mdx": "^4.3.12", 20 + "@astrojs/mdx": "^4.3.13", 21 21 "@astrojs/netlify": "^6.6.3", 22 22 "@astrojs/rss": "^4.0.14", 23 23 "@astrojs/sitemap": "^3.6.0",
+11 -45
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@astrojs/mdx': 12 - specifier: ^4.3.12 13 - version: 4.3.12(astro@5.16.5(@netlify/blobs@10.4.1)(@types/node@25.0.2)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)) 12 + specifier: ^4.3.13 13 + version: 4.3.13(astro@5.16.5(@netlify/blobs@10.4.1)(@types/node@25.0.2)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)) 14 14 '@astrojs/netlify': 15 15 specifier: ^6.6.3 16 16 version: 6.6.3(@netlify/api@14.0.11)(@types/node@25.0.2)(astro@5.16.5(@netlify/blobs@10.4.1)(@types/node@25.0.2)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(yaml@2.8.2) ··· 123 123 '@astrojs/markdown-remark@6.3.10': 124 124 resolution: {integrity: sha512-kk4HeYR6AcnzC4QV8iSlOfh+N8TZ3MEStxPyenyCtemqn8IpEATBFMTJcfrNW32dgpt6MY3oCkMM/Tv3/I4G3A==} 125 125 126 - '@astrojs/markdown-remark@6.3.9': 127 - resolution: {integrity: sha512-hX2cLC/KW74Io1zIbn92kI482j9J7LleBLGCVU9EP3BeH5MVrnFawOnqD0t/q6D1Z+ZNeQG2gNKMslCcO36wng==} 128 - 129 - '@astrojs/mdx@4.3.12': 130 - resolution: {integrity: sha512-pL3CVPtuQrPnDhWjy7zqbOibNyPaxP4VpQS8T8spwKqKzauJ4yoKyNkVTD8jrP7EAJHmBhZ7PTmUGZqOpKKp8g==} 126 + '@astrojs/mdx@4.3.13': 127 + resolution: {integrity: sha512-IHDHVKz0JfKBy3//52JSiyWv089b7GVSChIXLrlUOoTLWowG3wr2/8hkaEgEyd/vysvNQvGk+QhysXpJW5ve6Q==} 131 128 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} 132 129 peerDependencies: 133 130 astro: ^5.0.0 ··· 2495 2492 hast-util-to-jsx-runtime@2.3.6: 2496 2493 resolution: {integrity: sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==} 2497 2494 2498 - hast-util-to-parse5@8.0.0: 2499 - resolution: {integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==} 2495 + hast-util-to-parse5@8.0.1: 2496 + resolution: {integrity: sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==} 2500 2497 2501 2498 hast-util-to-text@4.0.2: 2502 2499 resolution: {integrity: sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==} ··· 3405 3402 resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} 3406 3403 engines: {node: '>= 6'} 3407 3404 3408 - property-information@6.5.0: 3409 - resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==} 3410 - 3411 3405 property-information@7.1.0: 3412 3406 resolution: {integrity: sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==} 3413 3407 ··· 4253 4247 transitivePeerDependencies: 4254 4248 - supports-color 4255 4249 4256 - '@astrojs/markdown-remark@6.3.9': 4257 - dependencies: 4258 - '@astrojs/internal-helpers': 0.7.5 4259 - '@astrojs/prism': 3.3.0 4260 - github-slugger: 2.0.0 4261 - hast-util-from-html: 2.0.3 4262 - hast-util-to-text: 4.0.2 4263 - import-meta-resolve: 4.2.0 4264 - js-yaml: 4.1.1 4265 - mdast-util-definitions: 6.0.0 4266 - rehype-raw: 7.0.0 4267 - rehype-stringify: 10.0.1 4268 - remark-gfm: 4.0.1 4269 - remark-parse: 11.0.0 4270 - remark-rehype: 11.1.2 4271 - remark-smartypants: 3.0.2 4272 - shiki: 3.20.0 4273 - smol-toml: 1.5.2 4274 - unified: 11.0.5 4275 - unist-util-remove-position: 5.0.0 4276 - unist-util-visit: 5.0.0 4277 - unist-util-visit-parents: 6.0.2 4278 - vfile: 6.0.3 4279 - transitivePeerDependencies: 4280 - - supports-color 4281 - 4282 - '@astrojs/mdx@4.3.12(astro@5.16.5(@netlify/blobs@10.4.1)(@types/node@25.0.2)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))': 4250 + '@astrojs/mdx@4.3.13(astro@5.16.5(@netlify/blobs@10.4.1)(@types/node@25.0.2)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))': 4283 4251 dependencies: 4284 - '@astrojs/markdown-remark': 6.3.9 4252 + '@astrojs/markdown-remark': 6.3.10 4285 4253 '@mdx-js/mdx': 3.1.1 4286 4254 acorn: 8.15.0 4287 4255 astro: 5.16.5(@netlify/blobs@10.4.1)(@types/node@25.0.2)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) ··· 6945 6913 '@types/unist': 3.0.3 6946 6914 '@ungap/structured-clone': 1.3.0 6947 6915 hast-util-from-parse5: 8.0.3 6948 - hast-util-to-parse5: 8.0.0 6916 + hast-util-to-parse5: 8.0.1 6949 6917 html-void-elements: 3.0.0 6950 6918 mdast-util-to-hast: 13.2.1 6951 6919 parse5: 7.3.0 ··· 7010 6978 transitivePeerDependencies: 7011 6979 - supports-color 7012 6980 7013 - hast-util-to-parse5@8.0.0: 6981 + hast-util-to-parse5@8.0.1: 7014 6982 dependencies: 7015 6983 '@types/hast': 3.0.4 7016 6984 comma-separated-tokens: 2.0.3 7017 6985 devlop: 1.1.0 7018 - property-information: 6.5.0 6986 + property-information: 7.1.0 7019 6987 space-separated-tokens: 2.0.2 7020 6988 web-namespaces: 2.0.1 7021 6989 zwitch: 2.0.4 ··· 8236 8204 dependencies: 8237 8205 kleur: 3.0.3 8238 8206 sisteransi: 1.0.5 8239 - 8240 - property-information@6.5.0: {} 8241 8207 8242 8208 property-information@7.1.0: {} 8243 8209