From d6016a97148fc998a4087996e587096b61f61aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:16:59 +0000 Subject: [PATCH] Bump astro-d2 from 0.5.1 to 0.5.2 Bumps [astro-d2](https://github.com/HiDeoo/astro-d2) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/HiDeoo/astro-d2/releases) - [Commits](https://github.com/HiDeoo/astro-d2/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: astro-d2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",