Skip to content

Commit ae1efc3

Browse files
Bump the patch-updates group across 1 directory with 4 updates
Bumps the patch-updates group with 4 updates in the / directory: [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx), [astro-og-canvas](https://github.com/delucis/astro-og-canvas/tree/HEAD/packages/astro-og-canvas), [katex](https://github.com/KaTeX/KaTeX) and [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check). Updates `@astrojs/mdx` from 4.3.0 to 4.3.9 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@4.3.9/packages/integrations/mdx) Updates `astro-og-canvas` from 0.7.0 to 0.7.2 - [Release notes](https://github.com/delucis/astro-og-canvas/releases) - [Changelog](https://github.com/delucis/astro-og-canvas/blob/latest/packages/astro-og-canvas/CHANGELOG.md) - [Commits](https://github.com/delucis/astro-og-canvas/commits/astro-og-canvas@0.7.2/packages/astro-og-canvas) Updates `katex` from 0.16.22 to 0.16.25 - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](KaTeX/KaTeX@v0.16.22...v0.16.25) Updates `@astrojs/check` from 0.9.4 to 0.9.5 - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/HEAD/packages/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-version: 4.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: astro-og-canvas dependency-version: 0.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: katex dependency-version: 0.16.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@astrojs/check" dependency-version: 0.9.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2e62f1 commit ae1efc3

2 files changed

Lines changed: 1129 additions & 343 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"update-vendors": "curl -L https://unpkg.com/@waline/client@latest/dist/waline.css -o public/vendors/waline/waline.css && curl -L https://unpkg.com/@waline/client@latest/dist/waline.js -o public/vendors/waline/waline.js"
2020
},
2121
"dependencies": {
22-
"@astrojs/mdx": "^4.3.0",
22+
"@astrojs/mdx": "^4.3.9",
2323
"@astrojs/partytown": "^2.1.4",
2424
"@astrojs/sitemap": "^3.4.1",
2525
"astro": "^5.8.2",
2626
"astro-compress": "^2.3.8",
27-
"astro-og-canvas": "^0.7.0",
27+
"astro-og-canvas": "^0.7.2",
2828
"astro-robots-txt": "^1.0.0",
2929
"canvaskit-wasm": "^0.40.0",
3030
"feed": "^5.1.0",
3131
"gsap": "^3.13.0",
32-
"katex": "^0.16.22",
32+
"katex": "^0.16.25",
3333
"markdown-it": "^14.1.0",
3434
"mdast-util-to-string": "^4.0.0",
3535
"node-html-parser": "^7.0.1",
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@antfu/eslint-config": "^4.14.1",
50-
"@astrojs/check": "^0.9.4",
50+
"@astrojs/check": "^0.9.5",
5151
"@lokesh.dhakar/quantize": "^1.4.0",
5252
"@types/hast": "^3.0.4",
5353
"@types/markdown-it": "^14.1.2",

0 commit comments

Comments
 (0)