From 8dddf683bdc34e04369d52e8577567f2fd5cb72c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 19:51:47 +0000 Subject: [PATCH] build(deps-dev): bump astro from 2.9.3 to 2.9.4 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.9.3 to 2.9.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@2.9.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e16c20d..04b75b05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@thezieger/website", "version": "6.6.6", "devDependencies": { - "astro": "2.9.3", + "astro": "2.9.4", "autoprefixer": "10.4.14", "front-matter": "4.0.2", "postcss": "8.4.27", @@ -43,9 +43,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.6.2.tgz", - "integrity": "sha512-2grH0lSm/Su88ZUd1kF0OdR/CT4ClWKvCwVz4yDdpgLgpzXhs1LdO2V58YfSqnx/z+G5EBWv6yEkp3tDG3GQYQ==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.6.3.tgz", + "integrity": "sha512-n0xTuBznKspc0plk6RHBOlSv/EwQGyMNSxEOPj7HMeiRNnXX4woeSopN9hQsLkqraDds1eRvB4u99buWgVNJig==", "dev": true }, "node_modules/@astrojs/internal-helpers": { @@ -1354,12 +1354,12 @@ } }, "node_modules/astro": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.9.3.tgz", - "integrity": "sha512-EcFYnJytMgDhBf1MxWIG1GNwfDL2yRvVt+4aguYbcFDNz8EjLKgpLYbbTzR2VlIQu1vpxImZZ0bmPy8Hd+tAfw==", + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.9.4.tgz", + "integrity": "sha512-6mIAFTkfrLn1aAOVO7clTz3NqJNyPdJXLZEkAFTl+s5iuaIdoYnuqItkcjWP1qoEeGPF+0w9rTr0388pkTK+lg==", "dev": true, "dependencies": { - "@astrojs/compiler": "^1.6.0", + "@astrojs/compiler": "^1.6.3", "@astrojs/internal-helpers": "^0.1.1", "@astrojs/language-server": "^1.0.0", "@astrojs/markdown-remark": "^2.2.1", @@ -7957,9 +7957,9 @@ } }, "@astrojs/compiler": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.6.2.tgz", - "integrity": "sha512-2grH0lSm/Su88ZUd1kF0OdR/CT4ClWKvCwVz4yDdpgLgpzXhs1LdO2V58YfSqnx/z+G5EBWv6yEkp3tDG3GQYQ==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.6.3.tgz", + "integrity": "sha512-n0xTuBznKspc0plk6RHBOlSv/EwQGyMNSxEOPj7HMeiRNnXX4woeSopN9hQsLkqraDds1eRvB4u99buWgVNJig==", "dev": true }, "@astrojs/internal-helpers": { @@ -8895,12 +8895,12 @@ } }, "astro": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.9.3.tgz", - "integrity": "sha512-EcFYnJytMgDhBf1MxWIG1GNwfDL2yRvVt+4aguYbcFDNz8EjLKgpLYbbTzR2VlIQu1vpxImZZ0bmPy8Hd+tAfw==", + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.9.4.tgz", + "integrity": "sha512-6mIAFTkfrLn1aAOVO7clTz3NqJNyPdJXLZEkAFTl+s5iuaIdoYnuqItkcjWP1qoEeGPF+0w9rTr0388pkTK+lg==", "dev": true, "requires": { - "@astrojs/compiler": "^1.6.0", + "@astrojs/compiler": "^1.6.3", "@astrojs/internal-helpers": "^0.1.1", "@astrojs/language-server": "^1.0.0", "@astrojs/markdown-remark": "^2.2.1", diff --git a/package.json b/package.json index d0a5a4d5..a1b27c74 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "build": "npm run images && npm run images:social && astro build" }, "devDependencies": { - "astro": "2.9.3", + "astro": "2.9.4", "autoprefixer": "10.4.14", "front-matter": "4.0.2", "postcss": "8.4.27",