From e59b68607edc26a60e3ad08279b034861c78db36 Mon Sep 17 00:00:00 2001 From: Yufan Sheng Date: Fri, 6 Dec 2024 13:40:21 +0800 Subject: [PATCH] chore: bump the astro th 5.0.3 for fixing the request header issue. --- package-lock.json | 36 ++++++++++++++++++------------------ package.json | 6 +++--- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b716d9..8e9d331 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "dependencies": { "@astrojs/mdx": "^4.0.1", "@astrojs/node": "^9.0.0", - "@astrojs/rss": "^4.0.9", - "astro": "^5.0.2", + "@astrojs/rss": "^4.0.10", + "astro": "^5.0.3", "drizzle-orm": "^0.37.0", "fuse.js": "^7.0.0", "glob": "^11.0.0", @@ -210,9 +210,9 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.9.tgz", - "integrity": "sha512-W1qeLc/WP1vMS5xXa+BnaLU0paeSeGjN8RJVAoBaOIkQuKXjIUA9hvPno89heo73in5i67g40gy70oeeHMqp6A==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.10.tgz", + "integrity": "sha512-2gFdHM763uUAySkdwPYrpi6dppOBJr9ddg5VbkKXctWze8d1JHgIBBY78zWIYs7KBJT58zxadsObVAVt55RDaw==", "license": "MIT", "dependencies": { "fast-xml-parser": "^4.5.0", @@ -266,12 +266,12 @@ } }, "node_modules/@babel/parser": { - "version": "7.26.2", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", - "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.3.tgz", + "integrity": "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==", "license": "MIT", "dependencies": { - "@babel/types": "^7.26.0" + "@babel/types": "^7.26.3" }, "bin": { "parser": "bin/babel-parser.js" @@ -281,9 +281,9 @@ } }, "node_modules/@babel/types": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", - "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz", + "integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.25.9", @@ -2440,9 +2440,9 @@ } }, "node_modules/astro": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.0.2.tgz", - "integrity": "sha512-MKf82vUiTZ2aK+c/8EDnLYIsToBdVVk4PuhhGdE8F/PcuUyS+oIcuCPf30iVf8WCQwXOfnYGnv1JbRjzkqUc3w==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.0.3.tgz", + "integrity": "sha512-qpeN+POmmfAQu/XDXaI2CxkUgQFwH9uMUVaA1reV9rybzIbOVYc3E3BU5SkiP/W4BMUFPdJtyw6+/n/0AUv6rw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", @@ -7561,9 +7561,9 @@ } }, "node_modules/vite": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.2.tgz", - "integrity": "sha512-XdQ+VsY2tJpBsKGs0wf3U/+azx8BBpYRHFAyKm5VeEZNOJZRB63q7Sc8Iup3k0TrN3KO6QgyzFf+opSbfY1y0g==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.3.tgz", + "integrity": "sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==", "license": "MIT", "dependencies": { "esbuild": "^0.24.0", diff --git a/package.json b/package.json index acf3be5..3463d0a 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ "dependencies": { "@astrojs/mdx": "^4.0.1", "@astrojs/node": "^9.0.0", - "@astrojs/rss": "^4.0.9", - "astro": "^5.0.2", + "@astrojs/rss": "^4.0.10", + "astro": "^5.0.3", "drizzle-orm": "^0.37.0", "fuse.js": "^7.0.0", "glob": "^11.0.0", @@ -86,7 +86,7 @@ "typescript": "^5.7.2", "unist-util-select": "^5.1.0" }, - "packageManager": "npm@10.9.1", + "packageManager": "npm@10.9.2", "engines": { "node": "22.12.0" }