diff --git a/package-lock.json b/package-lock.json index ce09de0..9525ccc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.2", - "@yeskunall/astro-umami": "^0.0.3", + "@yeskunall/astro-umami": "^0.0.4", "astro": "^4.16.9", "astro-auto-import": "^0.4.4", "astro-font": "^0.1.81", @@ -2258,14 +2258,15 @@ } }, "node_modules/@yeskunall/astro-umami": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@yeskunall/astro-umami/-/astro-umami-0.0.3.tgz", - "integrity": "sha512-ozcKSOdoajQsnxPvvRo8m17rp1KIoZs3jNHULnyFH3F4BSmq9NfxahEfCEWx+GOXIHjRJnnlffOfVWPNw8uSog==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@yeskunall/astro-umami/-/astro-umami-0.0.4.tgz", + "integrity": "sha512-FZxJt2EScmaqT2fOf+I1fbpWxk2cVzON4EgCh4F10nh7jDAlxOQsKKEEkyM24HdexZQn3wYI3VKXDZtYidvevA==", + "license": "MIT", "dependencies": { "astro-integration-kit": "0.18.0" }, "peerDependencies": { - "astro": "^4.16.7 || ^5.0.0" + "astro": "^3.0.0 || ^4.0.0 || ^5.0.0" } }, "node_modules/acorn": { diff --git a/package.json b/package.json index 0d04181..d2d36e8 100755 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.2", - "@yeskunall/astro-umami": "^0.0.3", + "@yeskunall/astro-umami": "^0.0.4", "astro": "^4.16.9", "astro-auto-import": "^0.4.4", "astro-font": "^0.1.81",