|
12 | 12 | "server": "node server/server.js" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
| 15 | + "astro": "^5.0.3", |
15 | 16 | "@google/model-viewer": "^3.4.0", |
16 | | - "@svgdotjs/svg.js": "^3.1.2", |
17 | | - "astro": "^4.10.1", |
| 17 | + "@svgdotjs/svg.js": "^3.2.4", |
18 | 18 | "content-structure": "1.1.10", |
19 | | - "cookie-parser": "^1.4.6", |
| 19 | + "cookie-parser": "^1.4.7", |
20 | 20 | "cors": "^2.8.5", |
21 | 21 | "datatables.net-dt": "^1.13.7", |
22 | | - "dotenv": "^16.0.3", |
23 | | - "express": "^4.18.2", |
24 | | - "express-session": "^1.17.3", |
25 | | - "glob": "^10.3.10", |
| 22 | + "dotenv": "^16.4.7", |
| 23 | + "express": "^4.21.2", |
| 24 | + "express-session": "^1.18.1", |
| 25 | + "glob": "^11.0.0", |
26 | 26 | "gray-matter": "^4.0.3", |
27 | | - "hast-util-to-html": "^9.0.0", |
| 27 | + "hast-util-to-html": "^9.0.3", |
28 | 28 | "js-yaml": "^4.1.0", |
29 | | - "marked": "^9.1.0", |
30 | | - "mdast-util-to-hast": "^13.0.2", |
| 29 | + "marked": "^15.0.3", |
| 30 | + "mdast-util-to-hast": "^13.2.0", |
31 | 31 | "panzoom": "^9.4.3", |
32 | | - "passport": "^0.6.0", |
| 32 | + "passport": "^0.7.0", |
33 | 33 | "passport-github": "^1.1.0", |
34 | | - "photoswipe": "^5.4.3", |
| 34 | + "photoswipe": "^5.4.4", |
35 | 35 | "remark": "^15.0.1", |
36 | | - "sharp": "^0.33.0", |
37 | | - "shikiji": "^0.6.10", |
38 | | - "swiper": "^11.0.5", |
39 | | - "three": "^0.163.0", |
40 | | - "unist-util-visit": "^4.1.1", |
41 | | - "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz" |
| 36 | + "sharp": "^0.33.5", |
| 37 | + "shikiji": "^0.10.2", |
| 38 | + "swiper": "^11.1.15", |
| 39 | + "three": "^0.171.0", |
| 40 | + "unist-util-visit": "^5.0.0", |
| 41 | + "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz" |
42 | 42 | }, |
43 | 43 | "engines": { |
44 | 44 | "pnpm": ">=8.0.0" |
|
0 commit comments