From 044c73849fea4645a3baedc154d1623b65a06b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:24:10 +0000 Subject: [PATCH] Bump astro from 4.9.2 to 4.10.1 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.9.2 to 4.10.1. - [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.10.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 +++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37ebe641..23cf6cb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@radix-ui/react-select": "^2.0.0", "@rainbow-me/rainbowkit": "^2.0.2", "@tanstack/react-query": "^5.27.5", - "astro": "4.9.2", + "astro": "4.10.1", "astro-expressive-code": "^0.33.4", "astro-redirect-from": "^1.0.6", "date-fns": "^3.6.0", @@ -10359,20 +10359,20 @@ } }, "node_modules/astro": { - "version": "4.9.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.9.2.tgz", - "integrity": "sha512-apzpRoISk6L8g99m3zKIW5SYxw2GhOju/1Gq0Ccf3SH+X2UcFXF+MTdxPOFl5yJUQg7X0qsVQDOIVf8zHRRKFg==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.10.1.tgz", + "integrity": "sha512-7bbnUX1CW+12suz0Do8ef1CihqVjDyUW/H/0piNHZyBE3W/VFt5GP5ZxlPzzJLoGtaXif0aXJ4iPurEem2LpdA==", "dependencies": { "@astrojs/compiler": "^2.8.0", "@astrojs/internal-helpers": "0.4.0", "@astrojs/markdown-remark": "5.1.0", "@astrojs/telemetry": "3.1.0", - "@babel/core": "^7.24.5", - "@babel/generator": "^7.24.5", - "@babel/parser": "^7.24.5", - "@babel/plugin-transform-react-jsx": "^7.23.4", - "@babel/traverse": "^7.24.5", - "@babel/types": "^7.24.5", + "@babel/core": "^7.24.6", + "@babel/generator": "^7.24.6", + "@babel/parser": "^7.24.6", + "@babel/plugin-transform-react-jsx": "^7.24.6", + "@babel/traverse": "^7.24.6", + "@babel/types": "^7.24.6", "@types/babel__core": "^7.20.5", "@types/cookie": "^0.6.0", "acorn": "^8.11.3", @@ -10391,8 +10391,8 @@ "diff": "^5.2.0", "dlv": "^1.1.3", "dset": "^3.1.3", - "es-module-lexer": "^1.5.2", - "esbuild": "^0.21.2", + "es-module-lexer": "^1.5.3", + "esbuild": "^0.21.4", "estree-walker": "^3.0.3", "execa": "^8.0.1", "fast-glob": "^3.3.2", @@ -10414,15 +10414,15 @@ "rehype": "^13.0.1", "resolve": "^1.22.8", "semver": "^7.6.2", - "shiki": "^1.5.1", + "shiki": "^1.6.1", "string-width": "^7.1.0", "strip-ansi": "^7.1.0", - "tsconfck": "^3.0.3", + "tsconfck": "^3.1.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.1", - "vite": "^5.2.11", + "vite": "^5.2.12", "vitefu": "^0.2.5", - "which-pm": "^2.1.1", + "which-pm": "^2.2.0", "yargs-parser": "^21.1.1", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.0" @@ -26264,9 +26264,9 @@ "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==" }, "node_modules/which-pm": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/which-pm/-/which-pm-2.1.1.tgz", - "integrity": "sha512-xzzxNw2wMaoCWXiGE8IJ9wuPMU+EYhFksjHxrRT8kMT5SnocBPRg69YAMtyV4D12fP582RA+k3P8H9J5EMdIxQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/which-pm/-/which-pm-2.2.0.tgz", + "integrity": "sha512-MOiaDbA5ZZgUjkeMWM5EkJp4loW5ZRoa5bc3/aeMox/PJelMhE6t7S/mLuiY43DBupyxH+S0U1bTui9kWUlmsw==", "dependencies": { "load-yaml-file": "^0.2.0", "path-exists": "^4.0.0" diff --git a/package.json b/package.json index 259a6c94..82eca4da 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@radix-ui/react-select": "^2.0.0", "@rainbow-me/rainbowkit": "^2.0.2", "@tanstack/react-query": "^5.27.5", - "astro": "4.9.2", + "astro": "4.10.1", "astro-expressive-code": "^0.33.4", "astro-redirect-from": "^1.0.6", "date-fns": "^3.6.0",