diff --git a/package-lock.json b/package-lock.json index 73d1aa3..e60f161 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@fontsource-variable/murecho": "^5.0.19", "@fontsource-variable/vollkorn": "^5.0.21", "accept-language": "^3.0.18", - "astro": "4.8.4", + "astro": "4.8.7", "astro-icon": "^1.1.0", "node-cache": "^5.1.2", "tippy.js": "^6.3.7", @@ -24,7 +24,7 @@ "@types/ua-parser-js": "^0.7.39", "astro-meta-tags": "^0.3.0", "autoprefixer": "^10.4.19", - "bun-types": "^1.1.8", + "bun-types": "^1.1.9", "postcss-preset-env": "^9.5.13", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.13.0", @@ -3166,9 +3166,9 @@ } }, "node_modules/astro": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.8.4.tgz", - "integrity": "sha512-3UExI/Pq47tvdSmYJTDkoyuygIibO+293MBkwc5iUzK5Cu/U4H7P3LwTyP8Gp/wQX+2zBEUifEb4oNO1HfUn2g==", + "version": "4.8.7", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.8.7.tgz", + "integrity": "sha512-bTtv6zv94+U5cQdwy89LWTnocEfJ2Tfy6vpYYSUthfj12HtOpk0ykGW7YBe9a69NHqPwivSOvRjXOxGKigL9qA==", "dependencies": { "@astrojs/compiler": "^2.8.0", "@astrojs/internal-helpers": "0.4.0", @@ -3831,9 +3831,9 @@ } }, "node_modules/bun-types": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.8.tgz", - "integrity": "sha512-dwhfuUKSGK8hm5Llcvb5+ejRh+4mIt8ibObJVKhZBsi0ScpXmt+AlaS1eDW6uRXCHj084Qt0kIqAJ08/7ZGC9Q==", + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.9.tgz", + "integrity": "sha512-3YuLiH4Ne/ghk7K6mHiaqCqKOMrtB0Z5p1WAskHSVgi0iMZgsARV4yGkbfi565YsStvUq6GXTWB3ga7M8cznkA==", "dev": true, "dependencies": { "@types/node": "~20.12.8", diff --git a/package.json b/package.json index 940dc8e..9f56dc0 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@fontsource-variable/murecho": "^5.0.19", "@fontsource-variable/vollkorn": "^5.0.21", "accept-language": "^3.0.18", - "astro": "4.8.4", + "astro": "4.8.7", "astro-icon": "^1.1.0", "node-cache": "^5.1.2", "tippy.js": "^6.3.7", @@ -35,7 +35,7 @@ "@types/ua-parser-js": "^0.7.39", "astro-meta-tags": "^0.3.0", "autoprefixer": "^10.4.19", - "bun-types": "^1.1.8", + "bun-types": "^1.1.9", "postcss-preset-env": "^9.5.13", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.13.0",