feat: bump the astro for fixing regex path security issue.

This commit is contained in:
Yufan Sheng 2024-09-24 09:53:01 +08:00
parent 16de68b966
commit 8b7cafcaf1
Signed by: syhily
GPG Key ID: DEB186763C308C31
2 changed files with 288 additions and 295 deletions

567
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -42,26 +42,26 @@
] ]
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^3.1.6", "@astrojs/mdx": "^3.1.7",
"@astrojs/rss": "^4.0.7", "@astrojs/rss": "^4.0.7",
"@zeabur/astro-adapter": "^1.0.6", "@zeabur/astro-adapter": "^1.0.6",
"astro": "^4.15.6", "astro": "^4.15.9",
"drizzle-orm": "^0.33.0", "drizzle-orm": "^0.33.0",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"luxon": "^3.5.0", "luxon": "^3.5.0",
"marked": "^14.1.2", "marked": "^14.1.2",
"pg": "^8.12.0", "pg": "^8.13.0",
"qrcode-svg": "^1.1.0", "qrcode-svg": "^1.1.0",
"ultrahtml": "^1.5.3" "ultrahtml": "^1.5.3"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.9.3", "@astrojs/check": "^0.9.3",
"@biomejs/biome": "^1.9.0", "@biomejs/biome": "^1.9.2",
"@napi-rs/canvas": "^0.1.55", "@napi-rs/canvas": "^0.1.56",
"@types/lodash": "^4.17.7", "@types/lodash": "^4.17.9",
"@types/luxon": "^3.4.2", "@types/luxon": "^3.4.2",
"@types/node": "^22.5.5", "@types/node": "^22.6.1",
"@types/pg": "^8.11.10", "@types/pg": "^8.11.10",
"@types/qrcode-svg": "^1.1.5", "@types/qrcode-svg": "^1.1.5",
"@types/unist": "^3.0.3", "@types/unist": "^3.0.3",
@ -71,7 +71,7 @@
"prettier": "^3.3.3", "prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro": "^0.14.1",
"prettier-plugin-astro-organize-imports": "^0.4.9", "prettier-plugin-astro-organize-imports": "^0.4.9",
"prettier-plugin-organize-imports": "^4.0.0", "prettier-plugin-organize-imports": "^4.1.0",
"rehype-external-links": "^3.0.0", "rehype-external-links": "^3.0.0",
"resize-sensor": "^0.0.6", "resize-sensor": "^0.0.6",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",