diff --git a/package-lock.json b/package-lock.json index 0ffa454..bb91287 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/tailwind": "^5.1.0", "@astrolib/seo": "^1.0.0-beta.8", "@fontsource-variable/rubik": "^5.1.0", - "astro": "^4.16.18", + "astro": "^4.16.19", "tailwindcss": "^3.4.10" }, "devDependencies": { @@ -1838,9 +1838,9 @@ } }, "node_modules/astro": { - "version": "4.16.18", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.18.tgz", - "integrity": "sha512-G7zfwJt9BDHEZwlaLNvjbInIw2hPryyD654314KV/XT34pJU6SfN1S+mWa8RAkALcZNJnJXCJmT3JXLQStD3Lw==", + "version": "4.16.19", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.19.tgz", + "integrity": "sha512-baeSswPC5ZYvhGDoj25L2FuzKRWMgx105FetOPQVJFMCAp0o08OonYC7AhwsFdhvp7GapqjnC1Fe3lKb2lupYw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/package.json b/package.json index 06c57bc..58a1e54 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@astrojs/tailwind": "^5.1.0", "@astrolib/seo": "^1.0.0-beta.8", "@fontsource-variable/rubik": "^5.1.0", - "astro": "^4.16.18", + "astro": "^4.16.19", "tailwindcss": "^3.4.10" }, "devDependencies": {