diff --git a/package-lock.json b/package-lock.json index 581225a..11bb0c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/cloudflare": "^12.6.0", - "@astrojs/mdx": "^4.3.0", + "@astrojs/mdx": "^4.3.1", "@astrojs/node": "^9.2.2", "@astrojs/react": "^4.3.0", "@nanostores/react": "^0.8.4", @@ -211,12 +211,12 @@ } }, "node_modules/@astrojs/mdx": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.0.tgz", - "integrity": "sha512-OGX2KvPeBzjSSKhkCqrUoDMyzFcjKt5nTE5SFw3RdoLf0nrhyCXBQcCyclzWy1+P+XpOamn+p+hm1EhpCRyPxw==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.1.tgz", + "integrity": "sha512-0ynzkFd5p2IFDLPAfAcGizg44WyS0qUr43nP2vQkvrPlpoPEMeeoi1xWiWsVqQNaZ0FOmNqfUviUn52nm9mLag==", "license": "MIT", "dependencies": { - "@astrojs/markdown-remark": "6.3.2", + "@astrojs/markdown-remark": "6.3.3", "@mdx-js/mdx": "^3.1.0", "acorn": "^8.14.1", "es-module-lexer": "^1.6.0", @@ -237,6 +237,35 @@ "astro": "^5.0.0" } }, + "node_modules/@astrojs/mdx/node_modules/@astrojs/markdown-remark": { + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.3.tgz", + "integrity": "sha512-DDRtD1sPvAuA7ms2btc9A7/7DApKqgLMNrE6kh5tmkfy8utD0Z738gqd3p5aViYYdUtHIyEJ1X4mCMxfCfu15w==", + "license": "MIT", + "dependencies": { + "@astrojs/internal-helpers": "0.6.1", + "@astrojs/prism": "3.3.0", + "github-slugger": "^2.0.0", + "hast-util-from-html": "^2.0.3", + "hast-util-to-text": "^4.0.2", + "import-meta-resolve": "^4.1.0", + "js-yaml": "^4.1.0", + "mdast-util-definitions": "^6.0.0", + "rehype-raw": "^7.0.0", + "rehype-stringify": "^10.0.1", + "remark-gfm": "^4.0.1", + "remark-parse": "^11.0.0", + "remark-rehype": "^11.1.2", + "remark-smartypants": "^3.0.2", + "shiki": "^3.2.1", + "smol-toml": "^1.3.4", + "unified": "^11.0.5", + "unist-util-remove-position": "^5.0.0", + "unist-util-visit": "^5.0.0", + "unist-util-visit-parents": "^6.0.1", + "vfile": "^6.0.3" + } + }, "node_modules/@astrojs/mdx/node_modules/source-map": { "version": "0.7.4", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", diff --git a/package.json b/package.json index 08df200..bad2828 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/cloudflare": "^12.6.0", - "@astrojs/mdx": "^4.3.0", + "@astrojs/mdx": "^4.3.1", "@astrojs/node": "^9.2.2", "@astrojs/react": "^4.3.0", "@nanostores/react": "^0.8.4",