diff --git a/package-lock.json b/package-lock.json index ad158ed..8828f49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "devDependencies": { "@astrojs/check": "^0.9.9", - "astro": "^6.4.4", + "astro": "^6.4.6", "typescript": "^6.0.3", "zod": "^4.4.3" } @@ -2102,9 +2102,9 @@ } }, "node_modules/astro": { - "version": "6.4.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.4.tgz", - "integrity": "sha512-hVe8tq3lqt/Dr0UyB//yUmQSlHMTU8scTiF/vQddQVahLE4TTaSdH5H0nb7OvRcwo0UmlAO8DWYar4jNaS7H+A==", + "version": "6.4.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.6.tgz", + "integrity": "sha512-48OBTBKR9ctbf+DQxpOuxGl8ebfn59zTuNQMBzptmG/Mi/H8IdfMSbJgGuX1I/4U6g9yazG1p4BHlf4+2hWU4Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7692811..a0fafaf 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@astrojs/check": "^0.9.9", - "astro": "^6.4.4", + "astro": "^6.4.6", "typescript": "^6.0.3", "zod": "^4.4.3" }