From cc4f829e506ff726c9aa5006fec67ebd7d8ac9a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 04:13:22 +0000 Subject: [PATCH 1/3] Bump actions/upload-artifact from 4.4.0 to 4.4.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index eaefd27b..aae8ca0a 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -88,7 +88,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.4.0 + - uses: actions/upload-artifact@v4.4.1 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target From 42c5618c75e1602948efc12763b63ec0df9efea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 04:32:39 +0000 Subject: [PATCH 2/3] Bump @playform/compress from 0.1.1 to 0.1.2 Bumps [@playform/compress](https://github.com/PlayForm/Compress) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/PlayForm/Compress/releases) - [Changelog](https://github.com/PlayForm/Compress/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Compress/compare/Compress/v0.1.1...Compress/v0.1.2) --- updated-dependencies: - dependency-name: "@playform/compress" 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 7559c975..9f1a36d5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.0", "@playform/build": "0.1.7", - "@playform/compress": "0.1.1", + "@playform/compress": "0.1.2", "@playform/format": "0.0.7", "@playform/inline": "0.1.0", "@tailwindcss/aspect-ratio": "0.4.2", From 6dba172c4d00b554e74ce027d7201fa288ebe343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 04:32:59 +0000 Subject: [PATCH 3/3] Bump astro from 4.15.11 to 4.15.12 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.11 to 4.15.12. - [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.15.12/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 7559c975..3d6ee543 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", - "astro": "4.15.11", + "astro": "4.15.12", "astro-capo": "0.0.1", "astrojs-service-worker": "2.0.0", "autoprefixer": "10.4.20",