diff --git a/package-lock.json b/package-lock.json index 3610438..4c08cee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@iconify-json/ic": "^1.2.0", "@iconify-json/mdi": "^1.2.0", "@types/xmldom": "^0.1.34", - "astro": "^4.16.18", + "astro": "^4.16.19", "astro-icon": "^1.1.1", "iconify-icon": "^2.1.0", "marked": "^14.1.1", @@ -2267,9 +2267,10 @@ } }, "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", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 6573a3b..7784d8c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@iconify-json/ic": "^1.2.0", "@iconify-json/mdi": "^1.2.0", "@types/xmldom": "^0.1.34", - "astro": "^4.16.18", + "astro": "^4.16.19", "astro-icon": "^1.1.1", "iconify-icon": "^2.1.0", "marked": "^14.1.1",