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",