From 2e8fa8f96ea8870d32c58fda9fd31cbedc7e970a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:50:02 +0000 Subject: [PATCH] chore(deps): bump astro from 4.16.15 to 4.16.16 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.15 to 4.16.16. - [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.16/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31bc85d..664567f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/sitemap": "3.2.1", "@cdransf/astro-tabler-icons": "1.1.0", "@supabase/supabase-js": "^2.46.1", - "astro": "4.16.15", + "astro": "4.16.16", "astro-embed": "0.9.0", "date-fns": "4.1.0", "date-fns-tz": "3.2.0", @@ -2660,9 +2660,9 @@ } }, "node_modules/astro": { - "version": "4.16.15", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.15.tgz", - "integrity": "sha512-usybZ7nEUiwYKT7r47l4VbkqjKfaE+BgWV/ed4PT3mE3vFRTBWFsXLnkzrN7awfN6+/ekZTAcE+MAkdA551Umw==", + "version": "4.16.16", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.16.tgz", + "integrity": "sha512-H1CttrV6+JFrDBQx0Mcbq5i5AeLhCbztB786+9wEu3svWL/QPNeCGqF0dgNORAYmP+rODGCPu/y9qKSh87iLuA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", @@ -2680,7 +2680,7 @@ "aria-query": "^5.3.2", "axobject-query": "^4.1.0", "boxen": "8.0.1", - "ci-info": "^4.0.0", + "ci-info": "^4.1.0", "clsx": "^2.1.1", "common-ancestor-path": "^1.0.1", "cookie": "^0.7.2", @@ -2702,7 +2702,7 @@ "http-cache-semantics": "^4.1.1", "js-yaml": "^4.1.0", "kleur": "^4.1.5", - "magic-string": "^0.30.12", + "magic-string": "^0.30.14", "magicast": "^0.3.5", "micromatch": "^4.0.8", "mrmime": "^2.0.0", @@ -2714,15 +2714,15 @@ "prompts": "^2.4.2", "rehype": "^13.0.2", "semver": "^7.6.3", - "shiki": "^1.22.2", + "shiki": "^1.23.1", "tinyexec": "^0.3.1", "tsconfck": "^3.1.4", "unist-util-visit": "^5.0.0", "vfile": "^6.0.3", - "vite": "^5.4.10", - "vitefu": "^1.0.3", + "vite": "^5.4.11", + "vitefu": "^1.0.4", "which-pm": "^3.0.0", - "xxhash-wasm": "^1.0.2", + "xxhash-wasm": "^1.1.0", "yargs-parser": "^21.1.1", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.5", diff --git a/package.json b/package.json index f90d2d4..faa3b0d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@astrojs/sitemap": "3.2.1", "@cdransf/astro-tabler-icons": "1.1.0", "@supabase/supabase-js": "^2.46.1", - "astro": "4.16.15", + "astro": "4.16.16", "astro-embed": "0.9.0", "date-fns": "4.1.0", "date-fns-tz": "3.2.0",