diff --git a/package-lock.json b/package-lock.json index ec3e8bc..b956946 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@vtbag/turn-signal": "^1.0.1", "astro": "^4.15.9", "astro-breadcrumbs": "^3.2.0", - "astro-d2": "^0.5.1", + "astro-d2": "^0.5.2", "astro-vtbot": "^1.10.2", "rehype-autolink-headings": "^7.1.0", "rehype-external-links": "^3.0.0", @@ -2486,9 +2486,9 @@ } }, "node_modules/astro-d2": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/astro-d2/-/astro-d2-0.5.1.tgz", - "integrity": "sha512-EtPkmP9tuh1KFE5u/TljiVRoOZRe2LiPHv1XiOMN8dE/kTdOEJGJxkQxUqq2HMcxil/SeORqy4a+pVBCZ/ckhA==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/astro-d2/-/astro-d2-0.5.2.tgz", + "integrity": "sha512-JN5kHalh/dQIZD6JG8y+WXY/j+K9NigyW7dLa+VbPeQnoNkRbvVms6847gqU5czojR7uzpArL7ug27vKae4lQg==", "dev": true, "dependencies": { "unist-util-visit": "5.0.0" diff --git a/package.json b/package.json index 50118c9..16b935c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@vtbag/turn-signal": "^1.0.1", "astro": "^4.15.9", "astro-breadcrumbs": "^3.2.0", - "astro-d2": "^0.5.1", + "astro-d2": "^0.5.2", "astro-vtbot": "^1.10.2", "rehype-autolink-headings": "^7.1.0", "rehype-external-links": "^3.0.0",