From 12862d5081e5a59efe632e932182baf3489b3f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:06:57 +0900 Subject: [PATCH 1/2] chore(deps): bump astro from 4.15.4 to 4.16.10 (#248) Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.4 to 4.16.10. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.16.10/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44d3248..10419bd 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@tiptap/pm": "^2.9.1", "@tiptap/starter-kit": "^2.9.1", "array-move": "^4.0.0", - "astro": "4.15.4", + "astro": "4.16.10", "classnames": "^2.5.1", "dedent": "^1.5.3", "dexie": "^4.0.9", From 5a7c230f4b27208b6f68941e06bf1e38fc101977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:07:47 +0900 Subject: [PATCH 2/2] chore(deps-dev): bump unplugin-parcel-macros from 0.0.3 to 0.1.1 (#245) Bumps [unplugin-parcel-macros](https://github.com/devongovett/unplugin-parcel-macros) from 0.0.3 to 0.1.1. - [Release notes](https://github.com/devongovett/unplugin-parcel-macros/releases) - [Commits](https://github.com/devongovett/unplugin-parcel-macros/compare/v0.0.3...v0.1.1) --- updated-dependencies: - dependency-name: unplugin-parcel-macros dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10419bd..7bddb26 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "fs-extra": "^11.2.0", "hono": "^4.6.9", "queue-tick": "^1.0.1", - "unplugin-parcel-macros": "^0.0.3", + "unplugin-parcel-macros": "^0.1.1", "yallist": "^5.0.0" }, "trustedDependencies": ["sharp"]