Skip to content

Commit daf3e85

Browse files
Bump the patch-updates group across 1 directory with 5 updates
Bumps the patch-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `4.3.0` | `4.3.7` | | [astro-og-canvas](https://github.com/delucis/astro-og-canvas/tree/HEAD/packages/astro-og-canvas) | `0.7.0` | `0.7.2` | | [katex](https://github.com/KaTeX/KaTeX) | `0.16.22` | `0.16.25` | | [sharp](https://github.com/lovell/sharp) | `0.34.2` | `0.34.4` | | [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.9.4` | `0.9.5` | Updates `@astrojs/mdx` from 4.3.0 to 4.3.7 - [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.7/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 `sharp` from 0.34.2 to 0.34.4 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.34.2...v0.34.4) 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.7 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: sharp dependency-version: 0.34.4 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 daf3e85

2 files changed

Lines changed: 1224 additions & 414 deletions

File tree

package.json

Lines changed: 5 additions & 5 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.7",
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",
@@ -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.4",
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.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)