Skip to content

Commit f220d91

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), [katex](https://github.com/KaTeX/KaTeX), [sharp](https://github.com/lovell/sharp) and [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check). Updates `@astrojs/mdx` from 4.3.0 to 4.3.13 - [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.13/packages/integrations/mdx) Updates `katex` from 0.16.22 to 0.16.27 - [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.27) Updates `sharp` from 0.34.2 to 0.34.5 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.34.2...v0.34.5) Updates `@astrojs/check` from 0.9.4 to 0.9.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.6/packages/language-tools/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-version: 4.3.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: katex dependency-version: 0.16.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: sharp dependency-version: 0.34.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@astrojs/check" dependency-version: 0.9.6 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 f220d91

File tree

2 files changed

+1333
-484
lines changed

2 files changed

+1333
-484
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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.13",
2323
"@astrojs/partytown": "^2.1.4",
2424
"@astrojs/sitemap": "^3.4.1",
2525
"astro": "^5.8.2",
@@ -29,7 +29,7 @@
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.27",
3333
"markdown-it": "^14.1.0",
3434
"mdast-util-to-string": "^4.0.0",
3535
"node-html-parser": "^7.0.1",
@@ -42,12 +42,12 @@
4242
"remark-directive": "^4.0.0",
4343
"remark-math": "^6.0.0",
4444
"sanitize-html": "^2.17.0",
45-
"sharp": "^0.34.2",
45+
"sharp": "^0.34.5",
4646
"unist-util-visit": "^5.0.0"
4747
},
4848
"devDependencies": {
4949
"@antfu/eslint-config": "^4.14.1",
50-
"@astrojs/check": "^0.9.4",
50+
"@astrojs/check": "^0.9.6",
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)