diff --git a/package-lock.json b/package-lock.json index 3efaa95..a1acaa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/node": "^20.12.5", "@types/semver": "^7.5.8", "@types/tar": "^6.1.12", - "astro": "^4.5.16", + "astro": "^4.5.17", "esbuild": "^0.20.2", "typescript": "^5.4.4" }, @@ -3560,9 +3560,9 @@ } }, "node_modules/astro": { - "version": "4.5.16", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.16.tgz", - "integrity": "sha512-1nOVsMq2OJiXnG6gO0Y77vTAboGN9nLQSy/8SGazq4h6x+alzbsMbQbArBgvaLzOSUXD0m91XLs3D8bOSuavrQ==", + "version": "4.5.17", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.17.tgz", + "integrity": "sha512-fr5onZt7MOe+6v08Ub1AZL9eUVo4f0y0nvL55AFMpVG2bMM1/omcwAH1uU2mkvwMLLtcd4RDtYz4mtJzd54Nfw==", "dev": true, "dependencies": { "@astrojs/compiler": "^2.7.1", diff --git a/package.json b/package.json index 8f9a5d9..e077e68 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/node": "^20.12.5", "@types/semver": "^7.5.8", "@types/tar": "^6.1.12", - "astro": "^4.5.16", + "astro": "^4.5.17", "esbuild": "^0.20.2", "typescript": "^5.4.4" },