From aa7dbfd8e3328c949897503ed9eb71d6374c4f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:13:43 +0000 Subject: [PATCH] build(deps-dev): bump the astro group with 2 updates Bumps the astro group with 2 updates: [@astrojs/cloudflare](https://github.com/withastro/astro/tree/HEAD/packages/integrations/cloudflare) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/cloudflare` from 14.1.3 to 14.1.4 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/cloudflare/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/cloudflare@14.1.4/packages/integrations/cloudflare) Updates `astro` from 7.1.1 to 7.1.3 - [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@7.1.3/packages/astro) --- updated-dependencies: - dependency-name: "@astrojs/cloudflare" dependency-version: 14.1.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: astro - dependency-name: astro dependency-version: 7.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: astro ... Signed-off-by: dependabot[bot] --- package-lock.json | 40 +++++++++++++++++++++++++++------------- package.json | 4 ++-- 2 files changed, 29 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6850708c..c2448f09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "devDependencies": { "@astrojs/check": "^0.9.6", - "@astrojs/cloudflare": "14.1.3", + "@astrojs/cloudflare": "14.1.4", "@astrojs/language-server": "2.16.12", "@astrojs/markdown-satteri": "0.3.4", "@astrojs/react": "6.0.1", @@ -31,7 +31,7 @@ "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@typescript-eslint/parser": "8.64.0", - "astro": "7.1.1", + "astro": "7.1.3", "astro-mermaid": "2.1.0", "change-case-all": "^2.1.0", "eslint": "9.39.5", @@ -420,9 +420,9 @@ } }, "node_modules/@astrojs/cloudflare": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-14.1.3.tgz", - "integrity": "sha512-idZndLb/cm64JNayPepaM0Ews971KviYPIcj/xB7Pwp2RKvBjs3MePjZLE50n6EoggeWag3iAMYpAuEKs+3o5g==", + "version": "14.1.4", + "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-14.1.4.tgz", + "integrity": "sha512-Zyo1E/5/dmegmKODbwUzOd67euNd6oKcbllhAwe3uFFprA7mIFNkpF6yBBa78vIkpMNuU13MkBJHCLd+yJSuEA==", "dev": true, "license": "MIT", "dependencies": { @@ -6314,9 +6314,9 @@ } }, "node_modules/astro": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.1.tgz", - "integrity": "sha512-yfKhuvbz+DORHihJRL1DHcxyLcX9uTrxvz2nCSTzHH54k2DdACBfuOu2OAAAhdUC9xlu2IRXAiagqcPL3DftCg==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.3.tgz", + "integrity": "sha512-4dhPyAAXthf3xLEYnG8SeL7yr/nTPPABfY7e9YF0yuO+vK9Xp+8Q5j4xzsmL3GueukQv4oNwGNTBepLOiDGeJA==", "dev": true, "license": "MIT", "dependencies": { @@ -6334,7 +6334,7 @@ "ci-info": "^4.4.0", "clsx": "^2.1.1", "common-ancestor-path": "^2.0.0", - "cookie": "^1.1.1", + "cookie": "^2.0.1", "devalue": "^5.8.1", "diff": "^8.0.3", "dset": "^3.1.4", @@ -6351,7 +6351,7 @@ "magic-string": "^0.30.21", "magicast": "^0.5.2", "mrmime": "^2.0.1", - "neotraverse": "^0.6.18", + "neotraverse": "^1.0.1", "obug": "^2.1.1", "p-limit": "^7.3.0", "p-queue": "^9.1.0", @@ -6478,6 +6478,20 @@ "unified": "^11.0.5" } }, + "node_modules/astro/node_modules/cookie": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-2.0.1.tgz", + "integrity": "sha512-yuToqVvRrj6pfDXREyQAAv8SkAEk/8GS3jQRTiUMm66TVtBYmqQeoEjL2Lmq8Rpo6271vH76InTChTitEAm65w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=22" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, "node_modules/astro/node_modules/get-tsconfig": { "version": "5.0.0-beta.4", "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-5.0.0-beta.4.tgz", @@ -13219,9 +13233,9 @@ "license": "MIT" }, "node_modules/neotraverse": { - "version": "0.6.18", - "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz", - "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-1.0.1.tgz", + "integrity": "sha512-WmmLty1YWwJl9yZi77v2dVIV6X2kuYV8YYBI/G3LWGKdGHmHUvL1z7FW0iDvEvGAwNEoc5x1tOOOyDnf5jJw/w==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 920ed951..5badfebf 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "devDependencies": { "@astrojs/check": "^0.9.6", - "@astrojs/cloudflare": "14.1.3", + "@astrojs/cloudflare": "14.1.4", "@astrojs/language-server": "2.16.12", "@astrojs/markdown-satteri": "0.3.4", "@astrojs/react": "6.0.1", @@ -77,7 +77,7 @@ "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@typescript-eslint/parser": "8.64.0", - "astro": "7.1.1", + "astro": "7.1.3", "astro-mermaid": "2.1.0", "change-case-all": "^2.1.0", "eslint": "9.39.5",