From f23b7c7b597e7efed6db94055508b98637102b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 17:48:14 +0000 Subject: [PATCH 1/3] Bump astro from 4.7.0 to 4.7.1 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.7.0 to 4.7.1. - [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.7.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34b44848..d8d29682 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.13", - "astro": "4.7.0", + "astro": "4.7.1", "astro-capo": "0.0.1", "astrojs-service-worker": "2.0.0", "autoprefixer": "10.4.19", From bbd6596027c0f1474531efbe854b0f298ab5c697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 17:24:48 +0000 Subject: [PATCH 2/3] Bump zod from 3.23.5 to 3.23.6 Bumps [zod](https://github.com/colinhacks/zod) from 3.23.5 to 3.23.6. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.23.5...v3.23.6) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8d29682..55295136 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "postcss-url": "10.1.3", "tailwindcss": "3.4.3", "typescript": "5.4.5", - "zod": "3.23.5" + "zod": "3.23.6" }, "publishConfig": { "access": "public" From e25f687894420c5892416149520a8736ecbcba41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:03:34 +0000 Subject: [PATCH 3/3] Bump actions/checkout from 4.1.4 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.4...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index ede007f9..8a0b5e8d 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -24,7 +24,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.5 - uses: actions/setup-node@v4.0.2 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 730ee629..520b5cef 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -57,7 +57,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.5 - uses: pnpm/action-setup@v3.0.0 with: