From 90cbe58b1d603d5de4e5491c23e5fd1aecc7037b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 19:15:01 +0000 Subject: [PATCH] build(deps-dev): bump astro from 2.10.9 to 2.10.11 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.10.9 to 2.10.11. - [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.10.11/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 | 28 +++++++++++++++++++++------- package.json | 2 +- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2889631..4f3525d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@thezieger/website", "version": "6.6.6", "devDependencies": { - "astro": "2.10.9", + "astro": "2.10.11", "autoprefixer": "10.4.15", "front-matter": "4.0.2", "postcss": "8.4.28", @@ -1346,9 +1346,9 @@ } }, "node_modules/astro": { - "version": "2.10.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.10.9.tgz", - "integrity": "sha512-rtm/RHeJdAIAsziQaAGvbv2ALylNNOF1SUQ0zJaugu/ABUU62tNGNSxIR0LO5l4+dHhLbzRNo5uEnIPkmSRw+w==", + "version": "2.10.11", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.10.11.tgz", + "integrity": "sha512-ZX7WU3jdyZ2Y2cRFelfWPPo6ghPQTqktsGehTkv/mNAEfxn4Thc+8oLgBKxMkAwkRlD5dtlGvznVkU+Hyi9ulg==", "dev": true, "dependencies": { "@astrojs/compiler": "^1.8.0", @@ -1383,6 +1383,7 @@ "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "html-escaper": "^3.0.3", + "http-cache-semantics": "^4.1.1", "js-yaml": "^4.1.0", "kleur": "^4.1.4", "magic-string": "^0.30.2", @@ -3238,6 +3239,12 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/http-cache-semantics": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", + "dev": true + }, "node_modules/http-proxy-agent": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz", @@ -8879,9 +8886,9 @@ } }, "astro": { - "version": "2.10.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.10.9.tgz", - "integrity": "sha512-rtm/RHeJdAIAsziQaAGvbv2ALylNNOF1SUQ0zJaugu/ABUU62tNGNSxIR0LO5l4+dHhLbzRNo5uEnIPkmSRw+w==", + "version": "2.10.11", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.10.11.tgz", + "integrity": "sha512-ZX7WU3jdyZ2Y2cRFelfWPPo6ghPQTqktsGehTkv/mNAEfxn4Thc+8oLgBKxMkAwkRlD5dtlGvznVkU+Hyi9ulg==", "dev": true, "requires": { "@astrojs/compiler": "^1.8.0", @@ -8916,6 +8923,7 @@ "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "html-escaper": "^3.0.3", + "http-cache-semantics": "^4.1.1", "js-yaml": "^4.1.0", "kleur": "^4.1.4", "magic-string": "^0.30.2", @@ -10238,6 +10246,12 @@ "integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==", "dev": true }, + "http-cache-semantics": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", + "dev": true + }, "http-proxy-agent": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz", diff --git a/package.json b/package.json index 63d8f760..76d17e23 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "build": "npm run images && npm run images:social && astro build" }, "devDependencies": { - "astro": "2.10.9", + "astro": "2.10.11", "autoprefixer": "10.4.15", "front-matter": "4.0.2", "postcss": "8.4.28",