diff --git a/package-lock.json b/package-lock.json index 87c0ba61..58ae2d46 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.0", "astro-expressive-code": "^0.33.4", "astro-redirect-from": "^1.0.6", "date-fns": "^3.4.0", @@ -10361,20 +10361,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.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.10.0.tgz", + "integrity": "sha512-UNVGGZIwdEPIUumcwgIQnd90b4/PslReY9q3xy/Q6bIq/kvK0duIWCbhFPwf06xu+1tExziP9Jl+klvLXM0LfA==", "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", @@ -10393,8 +10393,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", @@ -10416,15 +10416,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" @@ -26356,9 +26356,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 5ba8b231..5d043d0d 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.0", "astro-expressive-code": "^0.33.4", "astro-redirect-from": "^1.0.6", "date-fns": "^3.4.0",