From 303255c2b045796cd9b4b884345941a423562e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:16:03 +0000 Subject: [PATCH] Bump astro from 4.15.12 to 4.16.3 in /web Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.12 to 4.16.3. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.16.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 37 ++++++++++++++++++++++++++++++------- web/package.json | 2 +- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index ee6425f32d..09a5822add 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -14,7 +14,7 @@ "@fontsource-variable/inter": "^5.0.15", "@glidejs/glide": "^3.6.1", "@tailwindcss/typography": "^0.5.10", - "astro": "^4.15.12", + "astro": "^4.16.3", "astro-icon": "^0.8.1", "astro-navbar": "^2.3.0", "astro-seo": "^0.8.0", @@ -2148,13 +2148,13 @@ } }, "node_modules/astro": { - "version": "4.15.12", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.12.tgz", - "integrity": "sha512-PojmALAzwafLUD//hqKD4/+1Fj03Aa2VQY/rztCg6DUMgHLpo3TFV3ob1++kay91z/MdNWR+IGITcXhxAXhiTg==", + "version": "4.16.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.3.tgz", + "integrity": "sha512-0IrnbCUprAyfeZ8Au/d/d0ssrYGMAZOZ1K3fX7GxI0OwUhkA9bSex0+ywiyVNiVZE5uRlTKRSkvLNKYQWdtHqw==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", - "@astrojs/markdown-remark": "5.2.0", + "@astrojs/markdown-remark": "5.3.0", "@astrojs/telemetry": "3.1.0", "@babel/core": "^7.25.7", "@babel/plugin-transform-react-jsx": "^7.25.7", @@ -2182,7 +2182,6 @@ "esbuild": "^0.21.5", "estree-walker": "^3.0.3", "fast-glob": "^3.3.2", - "fastq": "^1.17.1", "flattie": "^1.1.1", "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", @@ -2203,7 +2202,6 @@ "rehype": "^13.0.2", "semver": "^7.6.3", "shiki": "^1.22.0", - "string-width": "^7.2.0", "tinyexec": "^0.3.0", "tsconfck": "^3.1.3", "unist-util-visit": "^5.0.0", @@ -2251,6 +2249,31 @@ "@astrojs/check": "^0.5.4" } }, + "node_modules/astro/node_modules/@astrojs/markdown-remark": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-5.3.0.tgz", + "integrity": "sha512-r0Ikqr0e6ozPb5bvhup1qdWnSPUvQu6tub4ZLYaKyG50BXZ0ej6FhGz3GpChKpH7kglRFPObJd/bDyf2VM9pkg==", + "dependencies": { + "@astrojs/prism": "3.1.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", + "mdast-util-definitions": "^6.0.0", + "rehype-raw": "^7.0.0", + "rehype-stringify": "^10.0.1", + "remark-gfm": "^4.0.0", + "remark-parse": "^11.0.0", + "remark-rehype": "^11.1.1", + "remark-smartypants": "^3.0.2", + "shiki": "^1.22.0", + "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/astro/node_modules/@types/node": { "version": "22.7.5", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", diff --git a/web/package.json b/web/package.json index 2881d9933a..865b7680e0 100644 --- a/web/package.json +++ b/web/package.json @@ -17,7 +17,7 @@ "@fontsource-variable/inter": "^5.0.15", "@glidejs/glide": "^3.6.1", "@tailwindcss/typography": "^0.5.10", - "astro": "^4.15.12", + "astro": "^4.16.3", "astro-icon": "^0.8.1", "astro-navbar": "^2.3.0", "astro-seo": "^0.8.0",