diff --git a/package-lock.json b/package-lock.json index d134546..044ce76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/rss": "^4.0.6", "@astrojs/sitemap": "^3.1.5", "@astrojs/tailwind": "^5.1.0", - "astro": "^4.10.2", + "astro": "^4.10.3", "astro-particles": "^2.10.0", "daisyui": "^4.12.2", "dayjs": "^1.11.9", @@ -2452,9 +2452,10 @@ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" }, "node_modules/acorn": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", - "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -2591,9 +2592,9 @@ } }, "node_modules/astro": { - "version": "4.10.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.10.2.tgz", - "integrity": "sha512-SBdkoOanPsxKlKVU4uu/XG0G7NYAFoqmfBtq9SPMJ34B7Hr1MxVdEugERs8IwYN6UaxdDVcqA++9PvH6Onq2cg==", + "version": "4.10.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.10.3.tgz", + "integrity": "sha512-TWCJM+Vg+y0UoEz/H75rfp/u2N8yxeQQ2UrU9+fMcbjlzQJtGGDq3ApdundqPZgAuCryRuJnrKytStMZCFnlvQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.8.0", @@ -2608,7 +2609,7 @@ "@babel/types": "^7.24.7", "@types/babel__core": "^7.20.5", "@types/cookie": "^0.6.0", - "acorn": "^8.11.3", + "acorn": "^8.12.0", "aria-query": "^5.3.0", "axobject-query": "^4.0.0", "boxen": "^7.1.1", @@ -2647,13 +2648,13 @@ "rehype": "^13.0.1", "resolve": "^1.22.8", "semver": "^7.6.2", - "shiki": "^1.6.3", + "shiki": "^1.6.5", "string-width": "^7.1.0", "strip-ansi": "^7.1.0", "tsconfck": "^3.1.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.1", - "vite": "^5.2.13", + "vite": "^5.3.1", "vitefu": "^0.2.5", "which-pm": "^2.2.0", "yargs-parser": "^21.1.1", diff --git a/package.json b/package.json index f9adb72..d69aa9b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@astrojs/rss": "^4.0.6", "@astrojs/sitemap": "^3.1.5", "@astrojs/tailwind": "^5.1.0", - "astro": "^4.10.2", + "astro": "^4.10.3", "astro-particles": "^2.10.0", "daisyui": "^4.12.2", "dayjs": "^1.11.9",