chore: bump the astro for fixing local env issue.

This commit is contained in:
Yufan Sheng 2024-12-10 10:34:06 +08:00
parent d40236803e
commit 92aca0943a
Signed by: syhily
GPG Key ID: 9D18A22A7DCD5A9B
2 changed files with 20 additions and 20 deletions

34
package-lock.json generated
View File

@ -9,11 +9,11 @@
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"@astrojs/mdx": "^4.0.1",
"@astrojs/mdx": "^4.0.2",
"@astrojs/node": "^9.0.0",
"@astrojs/rss": "^4.0.10",
"astro": "^5.0.3",
"drizzle-orm": "^0.37.0",
"astro": "^5.0.4",
"drizzle-orm": "^0.38.0",
"fuse.js": "^7.0.0",
"glob": "^11.0.0",
"lodash": "^4.17.21",
@ -132,9 +132,9 @@
}
},
"node_modules/@astrojs/markdown-remark": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.0.0.tgz",
"integrity": "sha512-Tabo7xM44Pz2Yf9qpdaCCgxRmtaypi2YCinqTUNefDrWUa+OyKW62OuNeCaGwNh/ys+QAd9FUWN5/3HgPWjP4Q==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.0.1.tgz",
"integrity": "sha512-CTSYijj25NfxgZi15TU3CwPwgyD1/7yA3FcdcNmB9p94nydupiUbrIiq3IqeTp2m5kCVzxbPZeC7fTwEOaNyGw==",
"license": "MIT",
"dependencies": {
"@astrojs/prism": "3.2.0",
@ -159,12 +159,12 @@
}
},
"node_modules/@astrojs/mdx": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.1.tgz",
"integrity": "sha512-ShntQtbIsMEnR29DCF9vBNxBOGU29FVRBXKdS5njYic4t4asrbxYmjFXiqqQ0ONnBNHk9P0RHFgqEy1GL/YbJg==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.2.tgz",
"integrity": "sha512-uBoXNSSAUqhf2dVtJWFbSapwNkcnCzbISW98EcybFXvNgYt9g8yPJ7+lYnf+sH5pv0c/JEW8HlBvPSi81AVRlw==",
"license": "MIT",
"dependencies": {
"@astrojs/markdown-remark": "6.0.0",
"@astrojs/markdown-remark": "6.0.1",
"@mdx-js/mdx": "^3.1.0",
"acorn": "^8.14.0",
"es-module-lexer": "^1.5.4",
@ -2464,14 +2464,14 @@
}
},
"node_modules/astro": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.0.3.tgz",
"integrity": "sha512-qpeN+POmmfAQu/XDXaI2CxkUgQFwH9uMUVaA1reV9rybzIbOVYc3E3BU5SkiP/W4BMUFPdJtyw6+/n/0AUv6rw==",
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.0.4.tgz",
"integrity": "sha512-L8ttsBv6Pu1ZlmSUlbdnQbh9AkkQx8LIfP0psP/wdefJ/dgWOCiHzMw/8jbln3pCi8tAq+EGPvhA1b2bi+B0DQ==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.10.3",
"@astrojs/internal-helpers": "0.4.2",
"@astrojs/markdown-remark": "6.0.0",
"@astrojs/markdown-remark": "6.0.1",
"@astrojs/telemetry": "3.2.0",
"@oslojs/encoding": "^1.1.0",
"@rollup/pluginutils": "^5.1.3",
@ -3113,9 +3113,9 @@
"license": "MIT"
},
"node_modules/drizzle-orm": {
"version": "0.37.0",
"resolved": "https://registry.npmjs.org/drizzle-orm/-/drizzle-orm-0.37.0.tgz",
"integrity": "sha512-AsCNACQ/T2CyZUkrBRUqFT2ibHJ9ZHz3+lzYJFFn3hnj7ylIeItMz5kacRG89uSE74nXYShqehr6u+6ks4JR1A==",
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/drizzle-orm/-/drizzle-orm-0.38.0.tgz",
"integrity": "sha512-Ev1UYKOUxiVwLZZfos4hoNDMDkp313FqF0CHelhR+BeOdb76z/a6pKF6SgYQSrmj6EXH4cy6QIkmuxl2KIFW0A==",
"license": "Apache-2.0",
"peerDependencies": {
"@aws-sdk/client-rds-data": ">=3",

View File

@ -42,11 +42,11 @@
]
},
"dependencies": {
"@astrojs/mdx": "^4.0.1",
"@astrojs/mdx": "^4.0.2",
"@astrojs/node": "^9.0.0",
"@astrojs/rss": "^4.0.10",
"astro": "^5.0.3",
"drizzle-orm": "^0.37.0",
"astro": "^5.0.4",
"drizzle-orm": "^0.38.0",
"fuse.js": "^7.0.0",
"glob": "^11.0.0",
"lodash": "^4.17.21",