From bb59a05fa7cf58cfec40c07f30207a55ed8befd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:57:51 +0000 Subject: [PATCH] chore(deps): bump @astrojs/cloudflare from 13.1.2 to 13.1.10 Bumps [@astrojs/cloudflare](https://github.com/withastro/astro/tree/HEAD/packages/integrations/cloudflare) from 13.1.2 to 13.1.10. - [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@13.1.10/packages/integrations/cloudflare) --- updated-dependencies: - dependency-name: "@astrojs/cloudflare" dependency-version: 13.1.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b192a8f..567b50d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "ref-tool-frontend", "version": "2.0.3", "dependencies": { - "@astrojs/cloudflare": "^13.1.2", + "@astrojs/cloudflare": "^13.1.10", "@astrojs/mdx": "^5.0.2", "@astrojs/sitemap": "^3.7.1", "astro": "^6.0.7", @@ -20,13 +20,13 @@ } }, "node_modules/@astrojs/cloudflare": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-13.1.2.tgz", - "integrity": "sha512-Uz2ci/OwmaI50jSSzEy0jOqUlsZisHHRjFATS/0qqqJGEdwRtxArQtoplmwqUAmw/ojc1RKoSJWdB3qbKOU2mQ==", + "version": "13.1.10", + "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-13.1.10.tgz", + "integrity": "sha512-Ogl8p4MifPMHbpHKJL78eqEL+I3wbHrYmo83P/FkKZQ9VzzKi2A1RjnbaiiPAwrA8xQOqIUo4zlN7+Mse0aJAQ==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.8.0", - "@astrojs/underscore-redirects": "1.0.1", + "@astrojs/underscore-redirects": "1.0.3", "@cloudflare/vite-plugin": "^1.25.6", "piccolore": "^0.1.3", "tinyglobby": "^0.2.15", @@ -148,9 +148,9 @@ } }, "node_modules/@astrojs/underscore-redirects": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/underscore-redirects/-/underscore-redirects-1.0.1.tgz", - "integrity": "sha512-iSImJzW8m7MjA+15oJZAbSqSWu6ApQ0N8A0SaWV9yLzKYjzxWm/tZKbRSLRv94OE/rXuM25ZG7R8TepkhH7ahA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@astrojs/underscore-redirects/-/underscore-redirects-1.0.3.tgz", + "integrity": "sha512-cxnGSw+sJigBLdX4TMSZKkzV6C3gMLJMucDk2W+n281Xhie68T2/9f1+1NMNDCZsc5i0FED7Qt5I10g2O9wtZg==", "license": "MIT" }, "node_modules/@babel/helper-string-parser": { diff --git a/package.json b/package.json index a11612a..bd55f5e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "publish": true }, "dependencies": { - "@astrojs/cloudflare": "^13.1.2", + "@astrojs/cloudflare": "^13.1.10", "@astrojs/mdx": "^5.0.2", "@astrojs/sitemap": "^3.7.1", "astro": "^6.0.7",