diff --git a/package-lock.json b/package-lock.json index b68e298..2c136eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fontsource/exo-2": "^5.0.15", "@tailwindcss/typography": "^0.5.10", "@wbmnky/license-report-generator": "^2.1.3", - "astro": "^3.5.2", + "astro": "^3.5.3", "astro-compress": "^2.2.3", "astro-critters": "^2.0.11", "astro-iconify": "^1.2.0", @@ -2449,13 +2449,13 @@ } }, "node_modules/astro": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.3.tgz", - "integrity": "sha512-08ya96yvQLdZjwYYpylzDTUGcyuA+Kw9zIT2RHfL7VzXtLTL1ZxhQjSo6CiTBH8Tcrdam88Fez+Q1awwKKajGw==", + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.4.tgz", + "integrity": "sha512-tyOd2o9KDz9hDaHmYvnY7BbRxeQ1yDxoOW4AVlxAnmHOK6068k6Bivr/C4Wlc6ON40lZ/qIDG9gfNkiEhMEVow==", "dependencies": { "@astrojs/compiler": "^2.3.0", "@astrojs/internal-helpers": "0.2.1", - "@astrojs/markdown-remark": "3.4.0", + "@astrojs/markdown-remark": "3.5.0", "@astrojs/telemetry": "3.0.4", "@babel/core": "^7.22.10", "@babel/generator": "^7.22.10", @@ -2707,9 +2707,33 @@ } }, "node_modules/astro/node_modules/@astrojs/compiler": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.3.0.tgz", - "integrity": "sha512-pxYRAaRdMS6XUll8lbFM+Lr0DI1HKIDT+VpiC+S+9di5H/nmm3znZOgdMlLiMxADot+56eps+M1BvtKfQremXA==" + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.3.2.tgz", + "integrity": "sha512-jkY7bCVxl27KeZsSxIZ+pqACe+g8VQUdTiSJRj/sXYdIaZlW3ZMq4qF2M17P/oDt3LBq0zLNwQr4Cb7fSpRGxQ==" + }, + "node_modules/astro/node_modules/@astrojs/markdown-remark": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-3.5.0.tgz", + "integrity": "sha512-q7vdIqzYhxpsfghg2YmkmSXCfp4w7lBTYP+SSHw89wVhC5Riltr3u8w2otBRxNLSByNi+ht/gGkFC23Shetytw==", + "dependencies": { + "@astrojs/prism": "^3.0.0", + "github-slugger": "^2.0.0", + "import-meta-resolve": "^3.0.0", + "mdast-util-definitions": "^6.0.0", + "rehype-raw": "^6.1.1", + "rehype-stringify": "^9.0.4", + "remark-gfm": "^3.0.1", + "remark-parse": "^10.0.2", + "remark-rehype": "^10.1.0", + "remark-smartypants": "^2.0.0", + "shikiji": "^0.6.8", + "unified": "^10.1.2", + "unist-util-visit": "^4.1.2", + "vfile": "^5.3.7" + }, + "peerDependencies": { + "astro": "^3.0.0" + } }, "node_modules/astrojs-compiler-sync": { "version": "0.3.3", diff --git a/package.json b/package.json index 61d30bf..b392299 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@fontsource/exo-2": "^5.0.15", "@tailwindcss/typography": "^0.5.10", "@wbmnky/license-report-generator": "^2.1.3", - "astro": "^3.5.2", + "astro": "^3.5.3", "astro-compress": "^2.2.3", "astro-critters": "^2.0.11", "astro-iconify": "^1.2.0",