diff --git a/package-lock.json b/package-lock.json index 394b203..23c34d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/cloudflare": "^12.5.4", + "@astrojs/cloudflare": "^12.6.0", "@astrojs/mdx": "^4.3.0", "@astrojs/node": "^9.2.2", "@astrojs/react": "^4.3.0", @@ -113,13 +113,13 @@ } }, "node_modules/@astrojs/cloudflare": { - "version": "12.5.4", - "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-12.5.4.tgz", - "integrity": "sha512-WKUeMP2tIbddEu0tlVEPj8o9m/8CJB6who3a3jupuIyR56ltmW924ZOMYtp/C9uxH7KeDJXrMszRj3LHs9U97w==", + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-12.6.0.tgz", + "integrity": "sha512-pQ8bokC59GEiXvyXpC4swBNoL7C/EknP+82KFzQwgR/Aeo5N1oPiAoPHgJbpPya/YF4E26WODdCQfBQDvLRfuw==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.6.1", - "@astrojs/underscore-redirects": "0.6.1", + "@astrojs/underscore-redirects": "1.0.0", "@cloudflare/workers-types": "^4.20250507.0", "tinyglobby": "^0.2.13", "vite": "^6.3.5", @@ -311,9 +311,9 @@ } }, "node_modules/@astrojs/underscore-redirects": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@astrojs/underscore-redirects/-/underscore-redirects-0.6.1.tgz", - "integrity": "sha512-4bMLrs2KW+8/vHEE5Ffv2HbxCbbgXO+2N6MpoCsMXUlUoi7pgEEx8kbkzMXJ2dZtWF3gvwm9lvgjnFeanC2LGg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/underscore-redirects/-/underscore-redirects-1.0.0.tgz", + "integrity": "sha512-qZxHwVnmb5FXuvRsaIGaqWgnftjCuMY+GSbaVZdBmE4j8AfgPqKPxYp8SUERyJcjpKCEmO4wD6ybuGH8A2kVRQ==", "license": "MIT" }, "node_modules/@astrojs/yaml2ts": { diff --git a/package.json b/package.json index bb9a3b5..af936b8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/cloudflare": "^12.5.4", + "@astrojs/cloudflare": "^12.6.0", "@astrojs/mdx": "^4.3.0", "@astrojs/node": "^9.2.2", "@astrojs/react": "^4.3.0",