From 62af697b31ec0b11be384c43b30c699d1ecb817c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 17:35:11 +0000 Subject: [PATCH 1/6] Bump astro from 4.8.3 to 4.8.4 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.8.3 to 4.8.4. - [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.8.4/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 69d25424..6fff5243 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.8.3", + "astro": "4.8.4", "astro-capo": "0.0.1", "astrojs-service-worker": "2.0.0", "autoprefixer": "10.4.19", From 8b9154bf9d045f0294bf8b079346427add64add1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 17:35:31 +0000 Subject: [PATCH 2/6] Bump @astrojs/check from 0.6.0 to 0.7.0 Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.7.0/packages/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69d25424..20380842 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "prepublishOnly": "astro build" }, "dependencies": { - "@astrojs/check": "0.6.0", + "@astrojs/check": "0.7.0", "@astrojs/prefetch": "0.4.1", "@astrojs/sitemap": "3.1.4", "@playform/build": "0.0.8", From 9e620a719dfa3b1a3b8a87a63b2e1fa9409e34ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 17:14:41 +0000 Subject: [PATCH 3/6] Bump astro from 4.8.4 to 4.8.5 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.8.4 to 4.8.5. - [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.8.5/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 69633a45..86cc7832 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.8.4", + "astro": "4.8.5", "astro-capo": "0.0.1", "astrojs-service-worker": "2.0.0", "autoprefixer": "10.4.19", From b2dc52dc6334e49c9c0fd9560a35267c58c0668f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 17:10:50 +0000 Subject: [PATCH 4/6] Bump actions/checkout from 4.1.5 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [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.5...v4.1.6) --- 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 8a0b5e8d..4051d529 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.5 + - uses: actions/checkout@v4.1.6 - uses: actions/setup-node@v4.0.2 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index d4c48d65..c5828c95 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.5 + - uses: actions/checkout@v4.1.6 - uses: pnpm/action-setup@v4.0.0 with: From 7eae1df648f7526edaae2c9d8c79b92d958ae87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 17:13:32 +0000 Subject: [PATCH 5/6] Bump astro from 4.8.5 to 4.8.6 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.8.5 to 4.8.6. - [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.8.6/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 86cc7832..819ca872 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.8.5", + "astro": "4.8.6", "astro-capo": "0.0.1", "astrojs-service-worker": "2.0.0", "autoprefixer": "10.4.19", From db33ab17eaacaadb5cde7ba2e43d915a3cd9877a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 17:32:21 +0000 Subject: [PATCH 6/6] --- updated-dependencies: - dependency-name: firebase 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 819ca872..eb102459 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "cssnano": "7.0.1", "cssnano-preset-advanced": "7.0.1", "dotenv": "16.4.5", - "firebase": "10.12.0", + "firebase": "10.12.1", "postcss": "8.4.38", "postcss-combine-duplicated-selectors": "10.0.3", "postcss-combine-media-query": "1.0.1",